Tue, 26 Mar 2013 15:20:05 -0700 Merge
zgu [Tue, 26 Mar 2013 15:20:05 -0700] rev 16449
Merge
Tue, 26 Mar 2013 11:40:24 -0700 Merge
zgu [Tue, 26 Mar 2013 11:40:24 -0700] rev 16448
Merge
Tue, 26 Mar 2013 14:11:21 -0400 8010651: create.bat still builds the kernel
zgu [Tue, 26 Mar 2013 14:11:21 -0400] rev 16447
8010651: create.bat still builds the kernel Summary: Remove old kernel build targets and VS C++ projects created by create.bat on Windows Reviewed-by: coleenp, sla
Tue, 26 Mar 2013 12:43:32 -0700 Merge
hseigel [Tue, 26 Mar 2013 12:43:32 -0700] rev 16446
Merge
Tue, 26 Mar 2013 09:06:16 -0400 8009595: The UseSplitVerifier option needs to be deprecated.
hseigel [Tue, 26 Mar 2013 09:06:16 -0400] rev 16445
8009595: The UseSplitVerifier option needs to be deprecated. Summary: Put UseSplitVerifier option on the deprecated list. Reviewed-by: dcubed, kmo, acorn
Tue, 26 Mar 2013 15:00:34 +0100 8009382: Add JVM_Get{Field|Method}TypeAnnotations
rbackman [Tue, 26 Mar 2013 15:00:34 +0100] rev 16444
8009382: Add JVM_Get{Field|Method}TypeAnnotations Reviewed-by: dcubed, rbackman Contributed-by: Joel Borggren-Franck <joel.franck@oracle.com>
Mon, 25 Mar 2013 09:36:15 -0700 8009552: test/vm/verifier/TestStaticIF.java failing with hs25.0-b
bharadwaj [Mon, 25 Mar 2013 09:36:15 -0700] rev 16443
8009552: test/vm/verifier/TestStaticIF.java failing with hs25.0-b Summary: Remove support for verification of class files with version 52 and above from type inference verifier. Reviewed-by: acorn, hseigel
Mon, 25 Mar 2013 08:37:28 -0400 8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions.
hseigel [Mon, 25 Mar 2013 08:37:28 -0400] rev 16442
8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions. Summary: Don't check the padding bits if class file version is >= 51. Reviewed-by: kvn, dholmes, coleenp
Sun, 24 Mar 2013 09:21:37 +0100 Merge
ctornqvi [Sun, 24 Mar 2013 09:21:37 +0100] rev 16441
Merge
Sun, 24 Mar 2013 09:11:55 +0100 8008454: test/runtime/NMT/PrintNMTStatistics is broken
ctornqvi [Sun, 24 Mar 2013 09:11:55 +0100] rev 16440
8008454: test/runtime/NMT/PrintNMTStatistics is broken Summary: Added @run tag so that it actually runs the test, also fixed broken command line and incorrect parsing. Also reviewed by gerard.ziemski@oracle.com Reviewed-by: mgerdin, zgu
Sat, 23 Mar 2013 22:35:02 -0700 Merge
dcubed [Sat, 23 Mar 2013 22:35:02 -0700] rev 16439
Merge
Thu, 21 Mar 2013 20:46:46 -0700 8010389: After fix for 7107135 a failed dlopen() call results in a VM crash
iklam [Thu, 21 Mar 2013 20:46:46 -0700] rev 16438
8010389: After fix for 7107135 a failed dlopen() call results in a VM crash Summary: Call dlerror() in VM thread as necessary. Reviewed-by: coleenp, dholmes
Thu, 21 Mar 2013 06:53:53 -0700 Merge
zgu [Thu, 21 Mar 2013 06:53:53 -0700] rev 16437
Merge
Wed, 20 Mar 2013 09:42:48 -0400 8009298: NMT: Special version of class loading/unloading with runThese stresses out NMT
zgu [Wed, 20 Mar 2013 09:42:48 -0400] rev 16436
8009298: NMT: Special version of class loading/unloading with runThese stresses out NMT 8009777: NMT: add new NMT dcmd to control auto shutdown option Summary: Added diagnostic VM option and DCmd command to allow NMT stay alive under stress situation Reviewed-by: dcubed, coleenp
Wed, 20 Mar 2013 20:52:00 -0700 Merge
dcubed [Wed, 20 Mar 2013 20:52:00 -0700] rev 16435
Merge
Wed, 20 Mar 2013 20:44:54 -0700 8010396: checking MallocMaxTestWords in testMalloc() function is redundant
rdurbin [Wed, 20 Mar 2013 20:44:54 -0700] rev 16434
8010396: checking MallocMaxTestWords in testMalloc() function is redundant Summary: Remove redundant checks in testMalloc and add assert. Reviewed-by: dcubed, coleenp, dholmes
Wed, 20 Mar 2013 20:40:57 +0100 8007982: some runtime/CommandLine/ tests fail on 32-bit platforms
ctornqvi [Wed, 20 Mar 2013 20:40:57 +0100] rev 16433
8007982: some runtime/CommandLine/ tests fail on 32-bit platforms Summary: Changed tests to use platform independent flags Reviewed-by: collins, hseigel, zgu
Wed, 20 Mar 2013 12:20:10 -0400 Merge
acorn [Wed, 20 Mar 2013 12:20:10 -0400] rev 16432
Merge
Wed, 20 Mar 2013 11:43:56 -0400 8010017: lambda: reflection get(Declared)Methods support for default methods.
acorn [Wed, 20 Mar 2013 11:43:56 -0400] rev 16431
8010017: lambda: reflection get(Declared)Methods support for default methods. Summary: Don't expose vm generated overpass (bridges to default methods). Reviewed-by: dholmes, fparain
Wed, 20 Mar 2013 08:04:54 -0400 8008217: CDS: Class data sharing limits the malloc heap on Solaris
coleenp [Wed, 20 Mar 2013 08:04:54 -0400] rev 16430
8008217: CDS: Class data sharing limits the malloc heap on Solaris Summary: In 64bit VM move CDS archive address to 32G on all platforms using new flag SharedBaseAddress. In 32bit VM set CDS archive address to 3Gb on Linux and let other OSs pick the address. Reviewed-by: kvn, dcubed, zgu, hseigel
Wed, 20 Mar 2013 08:17:55 +0100 8010084: Race in runtime/NMT/BaselineWithParameter.java
ctornqvi [Wed, 20 Mar 2013 08:17:55 +0100] rev 16429
8010084: Race in runtime/NMT/BaselineWithParameter.java Summary: Added a waitFor() on the process Reviewed-by: mgerdin, sla, zgu
Tue, 19 Mar 2013 11:33:11 -0700 7030610: runtime/6878713/Test6878713.sh fails Error. failed to clean up files after test
rdurbin [Tue, 19 Mar 2013 11:33:11 -0700] rev 16428
7030610: runtime/6878713/Test6878713.sh fails Error. failed to clean up files after test 7123945: runtime/6878713/Test6878713.sh require about 2G of native memory, swaps and times out Summary: Add new diagnostic option -XX:MallocMaxTestWords=NNN and fix Test6878713.sh. Reviewed-by: dcubed, coleenp, dholmes, iklam
Sat, 23 Mar 2013 10:06:34 -0700 8010498: new hotspot build - hs25-b25
amurillo [Sat, 23 Mar 2013 10:06:34 -0700] rev 16427
8010498: new hotspot build - hs25-b25 Reviewed-by: jcoomes
Thu, 28 Mar 2013 10:54:00 -0700 Added tag jdk8-b83 for changeset 395a7c20e300
katleman [Thu, 28 Mar 2013 10:54:00 -0700] rev 16426
Added tag jdk8-b83 for changeset 395a7c20e300
Tue, 02 Apr 2013 15:29:18 -0700 Merge
katleman [Tue, 02 Apr 2013 15:29:18 -0700] rev 16425
Merge
Tue, 02 Apr 2013 14:13:06 -0400 8011278: Allow using a system-installed giflib
omajid [Tue, 02 Apr 2013 14:13:06 -0400] rev 16424
8011278: Allow using a system-installed giflib Reviewed-by: andrew, prr
Tue, 02 Apr 2013 13:59:30 +0100 8009988: build-infra: Fix configure output for zip debuginfo check
andrew [Tue, 02 Apr 2013 13:59:30 +0100] rev 16423
8009988: build-infra: Fix configure output for zip debuginfo check Summary: No output from zip debuginfo option when default is used. Reviewed-by: tbell
Mon, 01 Apr 2013 21:34:33 -0700 Merge
lana [Mon, 01 Apr 2013 21:34:33 -0700] rev 16422
Merge
Tue, 26 Mar 2013 12:00:08 -0700 Merge
lana [Tue, 26 Mar 2013 12:00:08 -0700] rev 16421
Merge
Fri, 15 Mar 2013 23:08:07 -0700 Merge
lana [Fri, 15 Mar 2013 23:08:07 -0700] rev 16420
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip