Matherey Nunez
2b9e2e9038
7086015: fix test/tools/javac/parser/netbeans/JavacParserTest.java
...
Reviewed-by: ksrini, jjg
2011-12-07 10:47:46 -08:00
Antonios Printezis
4799ed65a4
7118202: G1: eden size unnecessarily drops to a minimum
...
An integer underflow can cause the RSet lengths to be massively overpredicted which forces the eden size to the minimum.
Reviewed-by: brutisso, johnc
2011-12-07 12:54:51 -05:00
Daniel D. Daugherty
2a6a2b2d0a
7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
...
UseCompressedOops is false by default on MacOS X; can still be set manually
Reviewed-by: jmelvin, kvn, dholmes
2011-12-07 07:27:09 -08:00
Artem Ananiev
277bb6b756
7117008: Warnings cleanup day: reduce number of javac warnings in the sun.awt package
...
Reviewed-by: anthony, denis, bagiras
2011-12-07 17:45:22 +04:00
Stefan Karlsson
e057d60ca1
7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
...
Moved sizeof(klassOopDesc), changed the return type to ByteSize and removed the _in_bytes suffix.
Reviewed-by: never, bdelsart, coleenp, jrose
2011-12-07 11:35:03 +01:00
Vladimir Kozlov
dc542c9909
7121648: Use 3-operands SIMD instructions on x86 with AVX
...
Use 3-operands SIMD instructions in C2 generated code for machines with AVX.
Reviewed-by: never
2011-12-20 00:55:02 -08:00
Tom Rodriguez
2928feab6a
7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type
...
Reviewed-by: kvn
2011-12-19 14:16:23 -08:00
Vladimir Kozlov
b7f5d60a7e
7116452: Add support for AVX instructions
...
Added support for AVX extension to the x86 instruction set.
Reviewed-by: never
2011-12-14 14:54:38 -08:00
Igor Veresov
11dbaed93f
7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
...
Exercise C2 more in tiered mode with Xcomp
Reviewed-by: kvn, never
2011-12-13 17:10:52 -08:00
Roland Westrelin
ebdae40c34
7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now
...
Fix C1's CEE to take inlining into account when the stacks in states are compared.
Reviewed-by: iveresov, never
2011-12-13 10:54:47 +01:00
Igor Veresov
d447f02608
7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop)
...
Added handles for references to methods in select_task()
Reviewed-by: twisti, kvn
2011-12-12 12:44:08 -08:00
Lana Steuck
0b862d6dc1
Merge
2011-12-06 20:26:09 -08:00
Lana Steuck
2850e97062
Merge
2011-12-06 20:25:20 -08:00
Igor Nekrestyanov
1d6ad94698
Merge
2011-12-06 16:31:58 -08:00
Lana Steuck
50319d95be
Merge
2011-12-06 16:17:15 -08:00
Lana Steuck
74a4760171
Merge
2011-12-06 16:15:34 -08:00
Jiangli Zhou
f9f4ba0203
7117052: instanceKlass::_init_state can be u1 type
...
Change instanceKlass::_init_state field to u1 type.
Reviewed-by: bdelsart, coleenp, dholmes, phh, never
2011-12-06 18:28:51 -05:00
Vladimir Danushevsky
545cea9371
Merge
2011-12-06 16:35:04 -05:00
Brandon Passanisi
c7a1eec197
7116997: fix warnings in java.util.PropertyPermission
...
Reviewed-by: smarks
2011-12-06 10:14:02 -08:00
David Katleman
f8deb3b653
7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
...
Reviewed-by: ohair, xdono, mchung
2011-12-06 08:43:57 -08:00
David Katleman
58672f238e
7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
...
Reviewed-by: ohair, xdono, mchung
2011-12-06 08:43:27 -08:00
Daniel D. Daugherty
66ebef88a0
Merge
2011-12-06 05:28:17 -08:00
Naoto Sato
272537ad66
7117469: Warning cleanup for j.u.Currency and j.u.Locale related classes
...
Reviewed-by: okutsu, smarks
2011-12-05 17:08:52 -08:00
Danesh Dadachanji
95afca84d2
7116993: fix warnings in java.applet
...
Reviewed-by: art, smarks
2011-12-05 16:30:32 -08:00
Yuka Kamiya
8c1b558a38
7116914: Miscellaneous warnings (sun.text)
...
Reviewed-by: smarks, okutsu
2011-12-06 08:39:02 +09:00
Daniel D. Daugherty
8e680b0d66
7117748: SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
...
Replace SA_APPLE_BOOT_JAVA with logic that checks the boot JDK for the location of JDI classes. ALWAYS_PASS_TEST_GAMMA is true by default on Darwin.
Reviewed-by: kvn, swingler
2011-12-05 14:55:16 -08:00
Brandon Passanisi
4744f6dd1d
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
...
Updated the incorrect StringBuilder constructor usage
Reviewed-by: dholmes, sherman
2011-12-05 10:50:14 -08:00
Paul Hohensee
6532572c0b
7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
...
Add a file, globals_ext.hpp, containing a null interface, to be replaced by a vendor in altsrc as needed.
Reviewed-by: coleenp, kamg, dholmes, johnc, jrose
2011-12-05 12:50:00 -05:00
Christopher Gruszka
85b77bf993
Merge
2011-12-05 12:41:38 -05:00
Doug Lea
c5cb5b2ac5
7117360: Warnings in java.util.concurrent.atomic package
...
Reviewed-by: chegar, dholmes
2011-12-05 13:58:44 +00:00
Sergey Bylokhov
34876429cb
7115400: jdk 8 awt-gate build fails in headless toolkit on solaris
...
Reviewed-by: prr, art, bae
2011-12-05 17:11:57 +04:00
Alan Bateman
226dc93377
Merge
2011-12-05 12:24:17 +00:00
Alan Bateman
5751fb4a86
7117717: (aio) Tests failing due to implementation bug 7052549
...
Reviewed-by: weijun, chegar
2011-12-05 12:23:46 +00:00
Weijun Wang
3e1629b963
7116857: Warnings in javax.security and some sun.misc
...
Reviewed-by: smarks
2011-12-05 10:19:13 +08:00
Phil Race
2bea67436c
7117199: Fix javac warnings in src/share/classes/java/awt/font
...
Reviewed-by: jgodinez, bae
2011-12-03 16:26:08 -08:00
Mario Torre
163d5239e1
7117914: Fix javac warnings in src/share/classes/sun/java2d
...
Fix some javac warnings in java2d related code for the Warning Cleanup Day.
Reviewed-by: prr, flar
2011-12-03 15:40:49 +01:00
Vladimir Kozlov
78034a3d3b
7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)
...
Delay memory node transformation until the memory is processed.
Reviewed-by: iveresov, never
2011-12-02 21:37:19 -08:00
John Coomes
8efc0954af
7117536: new hotspot build - hs23-b08
...
Reviewed-by: johnc
2011-12-02 21:10:45 -08:00
Masayoshi Okutsu
6dbd0de785
7117487: Warnings Cleanup: some i18n classes in java.util and sun.util
...
Reviewed-by: lancea, naoto
2011-12-03 10:58:19 +09:00
Lance Andersen
1c74eea15d
7116445: Miscellaneous warnings in the JDBC/RowSet classes
...
Reviewed-by: smarks, chegar
2011-12-02 19:33:54 -05:00
Jon VanAlten
d69cbad3f9
7117585: Eliminate java.lang.instrument, java.lang.management warnings
...
Reviewed-by: mchung
2011-12-02 16:29:19 -08:00
Darryl Mocek
689ccf050d
5035850: (str) String.CASE_INSENSITIVE_ORDER should override readResolve()
...
Fix to ensure singleton property of String.CaseInsensitiveComparator is maintained through de/serialization.
Reviewed-by: alanb, forax, smarks, dholmes
2011-12-02 16:25:35 -08:00
Naoto Sato
99fe6f9a78
7117465: Warning cleanup for IMF classes
...
Reviewed-by: okutsu
2011-12-02 16:04:16 -08:00
John Coomes
958027e9e5
Added tag hs23-b07 for changeset 3ba6557b91f7
2011-12-02 15:11:40 -08:00
John Coomes
33078ffeba
Merge
2011-12-02 15:11:18 -08:00
Alan Bateman
2b5cf7aebd
7117357: Warnings in sun.instrument, tools and other sun.* classes
...
Reviewed-by: lancea, chegar
2011-12-02 17:37:30 +00:00
Chris Hegarty
6303a14f1a
7116957: javax.script.ScriptEngineManager should use java.util.ServiceLoader to lookup service providers
...
Reviewed-by: alanb, lancea
2011-12-02 14:17:08 +00:00
Antonios Printezis
dc409847c8
Merge
2011-12-02 08:52:53 -05:00
Chris Hegarty
445a917081
7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers
...
Reviewed-by: prr
2011-12-02 11:39:48 +00:00
Yuka Kamiya
ed8a1e0c94
7056472: Speed up test/java/util/ResourceBundle/Control/ExpirationTest.sh
...
Reviewed-by: okutsu
2011-12-02 16:09:14 +09:00