Wed, 04 Feb 2015 13:14:27 -0500 8067460: G1: TestResourceManagementFlagWithCommercialBuild.java failed on embedded platform
aharlap [Wed, 04 Feb 2015 13:14:27 -0500] rev 28838
8067460: G1: TestResourceManagementFlagWithCommercialBuild.java failed on embedded platform Summary: Added extension point to detect unsupported options Reviewed-by: dholmes, bdelsart
Wed, 04 Feb 2015 10:18:28 -0500 8071805: BarrierSet::Other is not used and should be removed.
jprovino [Wed, 04 Feb 2015 10:18:28 -0500] rev 28837
8071805: BarrierSet::Other is not used and should be removed. Summary: Remove all occurences of BarrierSet::Other because the barrier set kind is never set to Other. Reviewed-by: tschatzl, kbarrett
Wed, 04 Feb 2015 22:21:08 +0900 8068589: GCCause should distinguish jcmd GC.run from System.gc()
ysuenaga [Wed, 04 Feb 2015 22:21:08 +0900] rev 28836
8068589: GCCause should distinguish jcmd GC.run from System.gc() Summary: GCCause which is caused by GC.run diagnostic command should be different from System.gc() . Reviewed-by: sla, tamao
Tue, 03 Feb 2015 15:50:06 +0100 8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure
sjohanss [Tue, 03 Feb 2015 15:50:06 +0100] rev 28835
8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure Summary: When checking for humongous objects to reclaim, we dirty cards that might belong to freed regions. Fixed by checking the region before dirtying. Reviewed-by: tschatzl, brutisso
Mon, 02 Feb 2015 13:57:38 +0100 Merge
jwilhelm [Mon, 02 Feb 2015 13:57:38 +0100] rev 28834
Merge
Mon, 02 Feb 2015 10:38:39 +0100 8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
tschatzl [Mon, 02 Feb 2015 10:38:39 +0100] rev 28833
8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card Summary: Properly bound the iteration work for objArray-oops. Reviewed-by: mgerdin, kbarrett
Thu, 29 Jan 2015 00:08:38 -0500 8068942: Improve validation of -XX:G1ConfidencePercent value
kbarrett [Thu, 29 Jan 2015 00:08:38 -0500] rev 28832
8068942: Improve validation of -XX:G1ConfidencePercent value Summary: Validate during argument processing and simplify usage by assuming validated. Reviewed-by: jmasa, tschatzl
Thu, 29 Jan 2015 15:05:25 +0100 8069273: Decrease Hot Card Cache Lock contention
redestad [Thu, 29 Jan 2015 15:05:25 +0100] rev 28831
8069273: Decrease Hot Card Cache Lock contention Reviewed-by: tschatzl, mgerdin
Tue, 27 Jan 2015 13:50:31 -0500 8064947: Clean up BarrierSet ctor/dtor
jprovino [Tue, 27 Jan 2015 13:50:31 -0500] rev 28830
8064947: Clean up BarrierSet ctor/dtor Summary: Make abstract base call contructors protected and require a "kind" argument. Reviewed-by: jmasa, jwilhelm
Wed, 04 Feb 2015 18:22:46 -0800 Merge
ctornqvi [Wed, 04 Feb 2015 18:22:46 -0800] rev 28829
Merge
Tue, 03 Feb 2015 12:49:33 +0100 8072405: [TESTBUG] DCMD tests needs at least compact3 profile
miauno [Tue, 03 Feb 2015 12:49:33 +0100] rev 28828
8072405: [TESTBUG] DCMD tests needs at least compact3 profile Reviewed-by: jbachorik, sla
Tue, 03 Feb 2015 12:49:13 +0100 8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs
miauno [Tue, 03 Feb 2015 12:49:13 +0100] rev 28827
8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs Reviewed-by: jbachorik, sla
Tue, 03 Feb 2015 12:26:40 +0100 8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
miauno [Tue, 03 Feb 2015 12:26:40 +0100] rev 28826
8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData Reviewed-by: jbachorik, sla
Mon, 02 Feb 2015 21:19:39 +0000 Merge
fparain [Mon, 02 Feb 2015 21:19:39 +0000] rev 28825
Merge
Mon, 02 Feb 2015 18:20:14 +0100 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain [Mon, 02 Feb 2015 18:20:14 +0100] rev 28824
8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames Reviewed-by: dcubed, coleenp, bdelsart
Mon, 02 Feb 2015 13:10:27 -0500 Merge
jiangli [Mon, 02 Feb 2015 13:10:27 -0500] rev 28823
Merge
Fri, 30 Jan 2015 20:31:05 -0500 8071962: The SA code needs to be updated to support Symbol lookup from the shared archive.
jiangli [Fri, 30 Jan 2015 20:31:05 -0500] rev 28822
8071962: The SA code needs to be updated to support Symbol lookup from the shared archive. Summary: Support shared symbols lookup. Reviewed-by: minqi, sspitsyn, dsamersoff, iklam
Fri, 30 Jan 2015 20:00:57 +0100 8071908: Port internal Diagnostic Command tests and test framework to jtreg
miauno [Fri, 30 Jan 2015 20:00:57 +0100] rev 28821
8071908: Port internal Diagnostic Command tests and test framework to jtreg Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
Fri, 30 Jan 2015 20:20:11 +0100 8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
miauno [Fri, 30 Jan 2015 20:20:11 +0100] rev 28820
8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
Fri, 30 Jan 2015 09:32:23 +0100 8071784: serviceability/attach/AttachWithStalePidFile.java should be quarantined
ykantser [Fri, 30 Jan 2015 09:32:23 +0100] rev 28819
8071784: serviceability/attach/AttachWithStalePidFile.java should be quarantined Reviewed-by: sla, jbachorik
Thu, 29 Jan 2015 14:50:43 -0800 8071584: [TESTBUG] runtime/Unsafe/AllocateMemory.java crashed on OOM during compilation.
ctornqvi [Thu, 29 Jan 2015 14:50:43 -0800] rev 28818
8071584: [TESTBUG] runtime/Unsafe/AllocateMemory.java crashed on OOM during compilation. Reviewed-by: dholmes, gtriantafill, jprovino
Thu, 29 Jan 2015 14:37:14 -0500 8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp [Thu, 29 Jan 2015 14:37:14 -0500] rev 28817
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..) Summary: Use resource allocated hashtable for local variable table checking Reviewed-by: kamg, sspitsyn
Thu, 12 Feb 2015 16:23:21 -0800 Added tag jdk9-b50 for changeset 674362e1d111
katleman [Thu, 12 Feb 2015 16:23:21 -0800] rev 28816
Added tag jdk9-b50 for changeset 674362e1d111
Thu, 12 Feb 2015 16:36:30 -0800 Merge
lana [Thu, 12 Feb 2015 16:36:30 -0800] rev 28815
Merge
Wed, 11 Feb 2015 09:20:29 +0100 8072132: Filter out additional files when stripping
ihse [Wed, 11 Feb 2015 09:20:29 +0100] rev 28814
8072132: Filter out additional files when stripping Reviewed-by: erikj, tbell
Wed, 11 Feb 2015 09:18:49 +0100 8072732: Regression in configure due to JDK-8069057
ihse [Wed, 11 Feb 2015 09:18:49 +0100] rev 28813
8072732: Regression in configure due to JDK-8069057 Reviewed-by: erikj, tbell
Tue, 10 Feb 2015 12:25:44 +0100 8062223: Upgrading to ccache 1.3.10 disables the use of ccache
erikj [Tue, 10 Feb 2015 12:25:44 +0100] rev 28812
8062223: Upgrading to ccache 1.3.10 disables the use of ccache Reviewed-by: ihse
Fri, 06 Feb 2015 12:46:59 +0100 8071767: Improve names and dependencies for image targets
ihse [Fri, 06 Feb 2015 12:46:59 +0100] rev 28811
8071767: Improve names and dependencies for image targets Reviewed-by: ihse, erikj, dholmes Contributed-by: ingemar.aberg@oracle.com, magnus.ihse.bursie@oracle.com
Fri, 06 Feb 2015 12:37:31 +0100 8072106: Properly handle dependencies for deleted header files
ihse [Fri, 06 Feb 2015 12:37:31 +0100] rev 28810
8072106: Properly handle dependencies for deleted header files Reviewed-by: erikj
Fri, 06 Feb 2015 09:56:30 +0100 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj [Fri, 06 Feb 2015 09:56:30 +0100] rev 28809
8071329: Stop exporting INCLUDE and LIB when building on windows Reviewed-by: ihse
Thu, 12 Feb 2015 16:23:20 -0800 Added tag jdk9-b50 for changeset 67486ff44b55
katleman [Thu, 12 Feb 2015 16:23:20 -0800] rev 28808
Added tag jdk9-b50 for changeset 67486ff44b55
Wed, 05 Jul 2017 20:18:44 +0200 Added tag jdk9-b50 for changeset 1550b2f6b63d
duke [Wed, 05 Jul 2017 20:18:44 +0200] rev 28807
Added tag jdk9-b50 for changeset 1550b2f6b63d
Wed, 05 Jul 2017 20:18:43 +0200 Merge jdk9-b50
duke [Wed, 05 Jul 2017 20:18:43 +0200] rev 28806
Merge
Wed, 05 Jul 2017 20:18:38 +0200 Merge
duke [Wed, 05 Jul 2017 20:18:38 +0200] rev 28805
Merge
Thu, 05 Feb 2015 15:44:57 -0800 Merge
lana [Thu, 05 Feb 2015 15:44:57 -0800] rev 28804
Merge
Thu, 05 Feb 2015 18:51:09 +0000 8072445: tools/javac/lambda/MethodReference55.java fails across platforms
mcimadamore [Thu, 05 Feb 2015 18:51:09 +0000] rev 28803
8072445: tools/javac/lambda/MethodReference55.java fails across platforms Summary: remove copyright from test header Reviewed-by: jlahoda
Tue, 03 Feb 2015 14:09:25 -0800 8069551: Move java.security.acl from compact3 to java.base
mchung [Tue, 03 Feb 2015 14:09:25 -0800] rev 28802
8069551: Move java.security.acl from compact3 to java.base Reviewed-by: alanb, mullan, wetmore
Mon, 02 Feb 2015 21:53:36 +0100 8072054: Cannot build langtools if checked-out in a directory ending with \"com\"
jlahoda [Mon, 02 Feb 2015 21:53:36 +0100] rev 28801
8072054: Cannot build langtools if checked-out in a directory ending with \"com\" Summary: Making sure a proper package name is used when generating Properties classes Reviewed-by: mcimadamore
Mon, 02 Feb 2015 18:52:16 +0530 8069265: ClassCastException when compiled with JDK 9b08+, JDK8 compiles OK.
jlahoda [Mon, 02 Feb 2015 18:52:16 +0530] rev 28800
8069265: ClassCastException when compiled with JDK 9b08+, JDK8 compiles OK. Summary: Alternate fix for 8015499 to eliminate extra checkcast (by working around a limitation in Types#asSuper) without the side effect that results in 8069265 Reviewed-by: mcimadamore, jjg Contributed-by: srikanth.adayapalam@oracle.com
Fri, 30 Jan 2015 14:59:47 -0800 8071629: Write new test to test -j switch
sogoel [Fri, 30 Jan 2015 14:59:47 -0800] rev 28799
8071629: Write new test to test -j switch Reviewed-by: jjg
Thu, 05 Feb 2015 11:43:37 -0800 Added tag jdk9-b49 for changeset ac59fe6cd98f
katleman [Thu, 05 Feb 2015 11:43:37 -0800] rev 28798
Added tag jdk9-b49 for changeset ac59fe6cd98f
Wed, 05 Jul 2017 20:18:32 +0200 Merge
duke [Wed, 05 Jul 2017 20:18:32 +0200] rev 28797
Merge
Thu, 05 Feb 2015 11:43:32 -0800 Added tag jdk9-b49 for changeset abeda3261f92
katleman [Thu, 05 Feb 2015 11:43:32 -0800] rev 28796
Added tag jdk9-b49 for changeset abeda3261f92
Wed, 05 Jul 2017 20:18:26 +0200 Merge
duke [Wed, 05 Jul 2017 20:18:26 +0200] rev 28795
Merge
Thu, 05 Feb 2015 15:45:17 -0800 Merge
lana [Thu, 05 Feb 2015 15:45:17 -0800] rev 28794
Merge
Fri, 30 Jan 2015 19:10:29 -0800 8051710: Convert JAXP function tests: javax.xml.jaxp14.* to jtreg (testng) tests
joehw [Fri, 30 Jan 2015 19:10:29 -0800] rev 28793
8051710: Convert JAXP function tests: javax.xml.jaxp14.* to jtreg (testng) tests Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
Fri, 30 Jan 2015 17:07:53 -0800 8051709: Convert JAXP function tests: javax.xml.datatype to jtreg (testng) tests
joehw [Fri, 30 Jan 2015 17:07:53 -0800] rev 28792
8051709: Convert JAXP function tests: javax.xml.datatype to jtreg (testng) tests Reviewed-by: lancea Contributed-by: frank.yuan@oracle.com
Thu, 05 Feb 2015 11:43:32 -0800 Added tag jdk9-b49 for changeset f9e5640d832e
katleman [Thu, 05 Feb 2015 11:43:32 -0800] rev 28791
Added tag jdk9-b49 for changeset f9e5640d832e
Wed, 05 Jul 2017 20:18:19 +0200 Merge
duke [Wed, 05 Jul 2017 20:18:19 +0200] rev 28790
Merge
Thu, 05 Feb 2015 15:42:09 -0800 Merge
lana [Thu, 05 Feb 2015 15:42:09 -0800] rev 28789
Merge
Thu, 05 Feb 2015 16:26:36 +0100 8072626: Test for JDK-8068872 fails in tip
hannesw [Thu, 05 Feb 2015 16:26:36 +0100] rev 28788
8072626: Test for JDK-8068872 fails in tip Reviewed-by: lagergren, jlaskey
Thu, 05 Feb 2015 14:47:28 +0100 8068872: Nashorn JSON.parse drops numeric keys
hannesw [Thu, 05 Feb 2015 14:47:28 +0100] rev 28787
8068872: Nashorn JSON.parse drops numeric keys Reviewed-by: attila, lagergren
Thu, 05 Feb 2015 14:42:14 +0100 8062141: Various performance issues parsing JSON
hannesw [Thu, 05 Feb 2015 14:42:14 +0100] rev 28786
8062141: Various performance issues parsing JSON Reviewed-by: lagergren, attila
Thu, 05 Feb 2015 19:08:00 +0530 8072595: nashorn should not use obj.getClass() for null checks
sundar [Thu, 05 Feb 2015 19:08:00 +0530] rev 28785
8072595: nashorn should not use obj.getClass() for null checks Reviewed-by: hannesw, attila
Fri, 30 Jan 2015 15:03:56 +0100 8072000: New compiler warning after JDK-8067139
attila [Fri, 30 Jan 2015 15:03:56 +0100] rev 28784
8072000: New compiler warning after JDK-8067139 Reviewed-by: hannesw, sundar
Thu, 05 Feb 2015 11:43:38 -0800 Added tag jdk9-b49 for changeset bdc353778a28
katleman [Thu, 05 Feb 2015 11:43:38 -0800] rev 28783
Added tag jdk9-b49 for changeset bdc353778a28
Wed, 05 Jul 2017 20:18:12 +0200 Merge
duke [Wed, 05 Jul 2017 20:18:12 +0200] rev 28782
Merge
Thu, 05 Feb 2015 11:43:29 -0800 Added tag jdk9-b49 for changeset 08067f67dde0
katleman [Thu, 05 Feb 2015 11:43:29 -0800] rev 28781
Added tag jdk9-b49 for changeset 08067f67dde0
Wed, 05 Jul 2017 20:18:07 +0200 Merge
duke [Wed, 05 Jul 2017 20:18:07 +0200] rev 28780
Merge
Thu, 05 Feb 2015 15:43:20 -0800 Merge
lana [Thu, 05 Feb 2015 15:43:20 -0800] rev 28779
Merge
Thu, 05 Feb 2015 13:00:26 +0100 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
sla [Thu, 05 Feb 2015 13:00:26 +0100] rev 28778
8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg Reviewed-by: alanb
Thu, 05 Feb 2015 12:59:01 +0100 8072456: @since tags missing from TimeUnit
sla [Thu, 05 Feb 2015 12:59:01 +0100] rev 28777
8072456: @since tags missing from TimeUnit Reviewed-by: alanb, martin
Thu, 05 Feb 2015 14:48:57 +0300 8072042: (tz) Support tzdata2015a
aefimov [Thu, 05 Feb 2015 14:48:57 +0300] rev 28776
8072042: (tz) Support tzdata2015a Reviewed-by: coffeys, okutsu
Thu, 05 Feb 2015 12:13:45 +0100 8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans
sjiang [Thu, 05 Feb 2015 12:13:45 +0100] rev 28775
8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans Reviewed-by: dfuchs, mchung, jbachorik
Thu, 05 Feb 2015 11:42:39 +0800 8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
weijun [Thu, 05 Feb 2015 11:42:39 +0800] rev 28774
8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe Reviewed-by: mullan
Tue, 03 Feb 2015 14:09:20 -0800 8069551: Move java.security.acl from compact3 to java.base
mchung [Tue, 03 Feb 2015 14:09:20 -0800] rev 28773
8069551: Move java.security.acl from compact3 to java.base Reviewed-by: alanb, mullan, wetmore
Tue, 03 Feb 2015 14:39:57 -0500 8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf()
rriggs [Tue, 03 Feb 2015 14:39:57 -0500] rev 28772
8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf() Summary: Corrected era range check Reviewed-by: mchung, lancea
Tue, 03 Feb 2015 09:49:27 -0800 8068033: JNI exception pending in jdk/src/share/bin/java.c
ksrini [Tue, 03 Feb 2015 09:49:27 -0800] rev 28771
8068033: JNI exception pending in jdk/src/share/bin/java.c Reviewed-by: mchung, serb
Tue, 03 Feb 2015 08:45:07 -0800 Merge
amurillo [Tue, 03 Feb 2015 08:45:07 -0800] rev 28770
Merge
Fri, 30 Jan 2015 16:56:08 -0800 Merge
amurillo [Fri, 30 Jan 2015 16:56:08 -0800] rev 28769
Merge
Thu, 29 Jan 2015 03:54:45 +0000 Merge
minqi [Thu, 29 Jan 2015 03:54:45 +0000] rev 28768
Merge
Thu, 29 Jan 2015 01:13:14 +0000 Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28767
Merge
Tue, 27 Jan 2015 20:03:45 -0800 Merge
minqi [Tue, 27 Jan 2015 20:03:45 -0800] rev 28766
Merge
Wed, 28 Jan 2015 17:48:59 +0100 8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
dfuchs [Wed, 28 Jan 2015 17:48:59 +0100] rev 28765
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC() Summary: Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based. Reviewed-by: dholmes, rriggs, scolebourne, sla
Wed, 28 Jan 2015 09:23:41 +0100 8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
ykantser [Wed, 28 Jan 2015 09:23:41 +0100] rev 28764
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined Reviewed-by: sspitsyn, sla
Mon, 26 Jan 2015 15:46:47 -0800 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
sspitsyn [Mon, 26 Jan 2015 15:46:47 -0800] rev 28763
8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found Summary: enable the test: java/lang/instrument/IsModifiableClassAgent.java Reviewed-by: coleenp, dcubed Contributed-by: serguei.spitsyn@oracle.com
Mon, 26 Jan 2015 13:50:53 +0100 8071324: com/sun/jdi/ConnectedVMs.java should be quarantined
ykantser [Mon, 26 Jan 2015 13:50:53 +0100] rev 28762
8071324: com/sun/jdi/ConnectedVMs.java should be quarantined Reviewed-by: sla
Mon, 26 Jan 2015 08:52:46 +0100 8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
ykantser [Mon, 26 Jan 2015 08:52:46 +0100] rev 28761
8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root Reviewed-by: dsamersoff, sla Contributed-by: mattias.tobiasson@oracle.com
Fri, 23 Jan 2015 14:20:52 +0100 8067945: SVC jdk/test/* should be cleaned from JRE layout dependency
ykantser [Fri, 23 Jan 2015 14:20:52 +0100] rev 28760
8067945: SVC jdk/test/* should be cleaned from JRE layout dependency Reviewed-by: sla Contributed-by: alexander.kulyakhtin@oracle.com
Wed, 21 Jan 2015 15:06:31 +0100 8069296: java/lang/management/MemoryMXBean/LowMemoryTest.java should be quarantined
ykantser [Wed, 21 Jan 2015 15:06:31 +0100] rev 28759
8069296: java/lang/management/MemoryMXBean/LowMemoryTest.java should be quarantined Reviewed-by: sla
Mon, 26 Jan 2015 17:00:39 -0800 Merge
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28758
Merge
Mon, 02 Feb 2015 16:35:10 -0800 8072371: Add two failing svc tests to the problem list
darcy [Mon, 02 Feb 2015 16:35:10 -0800] rev 28757
8072371: Add two failing svc tests to the problem list Reviewed-by: lancea
Mon, 02 Feb 2015 12:35:18 -0800 8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list
darcy [Mon, 02 Feb 2015 12:35:18 -0800] rev 28756
8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list Reviewed-by: rriggs
Mon, 02 Feb 2015 14:21:32 +0100 8072030: Race condition in ThenComposeExceptionTest.java
psandoz [Mon, 02 Feb 2015 14:21:32 +0100] rev 28755
8072030: Race condition in ThenComposeExceptionTest.java Reviewed-by: chegar
Mon, 02 Feb 2015 14:19:12 +0100 8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T>
psandoz [Mon, 02 Feb 2015 14:19:12 +0100] rev 28754
8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T> Reviewed-by: alundblad, forax, chegar, jrose
Mon, 02 Feb 2015 14:19:00 +0100 8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T>
psandoz [Mon, 02 Feb 2015 14:19:00 +0100] rev 28753
8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T> Reviewed-by: lancea, chegar
Mon, 02 Feb 2015 14:18:54 +0100 8048689: Clarify documentation on BaseStream.spliterator
psandoz [Mon, 02 Feb 2015 14:18:54 +0100] rev 28752
8048689: Clarify documentation on BaseStream.spliterator Reviewed-by: lancea, chegar
Fri, 30 Jan 2015 16:13:57 -0500 8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
rriggs [Fri, 30 Jan 2015 16:13:57 -0500] rev 28751
8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset 8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant 8062803: 'principal' should be 'principle' in java.time package description 8062796: java.time.format.DateTimeFormatter error in API doc example Reviewed-by: lancea, mchung
Fri, 30 Jan 2015 16:13:04 -0500 8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
rriggs [Fri, 30 Jan 2015 16:13:04 -0500] rev 28750
8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support Summary: Clarify optional behavior and the exception thrown when not supported Reviewed-by: dfuchs, martin
Fri, 30 Jan 2015 12:56:12 -0800 6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
bpb [Fri, 30 Jan 2015 12:56:12 -0800] rev 28749
6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null Summary: Throw IllegalArgumentException if the channel parameter is null Reviewed-by: alanb
Fri, 30 Jan 2015 10:23:45 -0800 8067669: Documentation for methods in Number incomplete regarding too large values.
bpb [Fri, 30 Jan 2015 10:23:45 -0800] rev 28748
8067669: Documentation for methods in Number incomplete regarding too large values. Summary: Remove statments about rounding and truncation from the *Valud() methods Reviewed-by: rriggs, darcy, alundblad
Thu, 05 Feb 2015 11:43:33 -0800 Added tag jdk9-b49 for changeset 6e8154707178
katleman [Thu, 05 Feb 2015 11:43:33 -0800] rev 28747
Added tag jdk9-b49 for changeset 6e8154707178
Wed, 05 Jul 2017 20:17:56 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:56 +0200] rev 28746
Merge
Thu, 05 Feb 2015 15:44:19 -0800 Merge
lana [Thu, 05 Feb 2015 15:44:19 -0800] rev 28745
Merge
Wed, 04 Feb 2015 17:12:03 +0100 8072450: 9-dev build failed on elinux-i586 and rlinux-i586
dfuchs [Wed, 04 Feb 2015 17:12:03 +0100] rev 28744
8072450: 9-dev build failed on elinux-i586 and rlinux-i586 Summary: added LL suffix to constant declaration Reviewed-by: dholmes, coleenp, sla
Fri, 30 Jan 2015 16:56:05 -0800 Merge
amurillo [Fri, 30 Jan 2015 16:56:05 -0800] rev 28743
Merge
Fri, 30 Jan 2015 10:52:25 -0800 Merge
minqi [Fri, 30 Jan 2015 10:52:25 -0800] rev 28742
Merge
Thu, 29 Jan 2015 03:11:01 -0800 8008678: JSR 292: constant pool reconstitution must support pseudo strings
sspitsyn [Thu, 29 Jan 2015 03:11:01 -0800] rev 28741
8008678: JSR 292: constant pool reconstitution must support pseudo strings Summary: Keep orig idx from pseudo-string to UTF8, use 2nd lsb CPSlot to mark pseudo-string. Reviewed-by: coleenp, jrose Contributed-by: serguei.spitsyn@oracle.com
Thu, 29 Jan 2015 03:54:44 +0000 Merge
minqi [Thu, 29 Jan 2015 03:54:44 +0000] rev 28740
Merge
Thu, 29 Jan 2015 01:13:14 +0000 Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28739
Merge
Tue, 27 Jan 2015 20:02:35 -0800 Merge
minqi [Tue, 27 Jan 2015 20:02:35 -0800] rev 28738
Merge
Wed, 28 Jan 2015 17:52:48 +0100 8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
dfuchs [Wed, 28 Jan 2015 17:52:48 +0100] rev 28737
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC() Summary: Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based. Reviewed-by: dholmes, rriggs, scolebourne, sla
Wed, 28 Jan 2015 09:27:49 +0100 8071545: Tests are still excluded while the appropriate bug has been fixed
ykantser [Wed, 28 Jan 2015 09:27:49 +0100] rev 28736
8071545: Tests are still excluded while the appropriate bug has been fixed Reviewed-by: sspitsyn, sla
Tue, 27 Jan 2015 05:51:00 -0800 8071530: Update OS detection code to reflect Windows 10 version change
ctornqvi [Tue, 27 Jan 2015 05:51:00 -0800] rev 28735
8071530: Update OS detection code to reflect Windows 10 version change Reviewed-by: sla, mgronlun
Mon, 26 Jan 2015 15:51:28 -0800 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
sspitsyn [Mon, 26 Jan 2015 15:51:28 -0800] rev 28734
8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found Summary: adjust Unsafe methods in the itable/vtable if Unsafe is redefined Reviewed-by: coleenp, dcubed Contributed-by: serguei.spitsyn@oracle.com
Mon, 12 Jan 2015 09:16:06 +0100 8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
goetz [Mon, 12 Jan 2015 09:16:06 +0100] rev 28733
8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available Reviewed-by: coleenp, sla
Fri, 23 Jan 2015 11:44:21 -0800 8069207: [TESTBUG] Exception thrown for java.lang.NoSuchMethodError: sun.misc.Unsafe.monitorExit
ctornqvi [Fri, 23 Jan 2015 11:44:21 -0800] rev 28732
8069207: [TESTBUG] Exception thrown for java.lang.NoSuchMethodError: sun.misc.Unsafe.monitorExit Reviewed-by: gtriantafill, dholmes
Fri, 23 Jan 2015 09:54:33 -0500 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
lfoltan [Fri, 23 Jan 2015 09:54:33 -0500] rev 28731
8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest. Summary: A static method should be skipped in entirety by find_instance_method(), searching should continue to find an overpass method of the same name and signature if present. Reviewed-by: acorn, hseigel
Wed, 28 Jan 2015 07:55:27 +0100 8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34
thartmann [Wed, 28 Jan 2015 07:55:27 +0100] rev 28730
8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34 Summary: Aligning code heap sizes to large page size if supported. Reviewed-by: kvn, anoll
Tue, 27 Jan 2015 13:58:55 -0500 Merge
dlong [Tue, 27 Jan 2015 13:58:55 -0500] rev 28729
Merge
Mon, 26 Jan 2015 19:01:50 +0300 8069125: compiler/codecache/stress tests timeout in nightlies
pchistyakov [Mon, 26 Jan 2015 19:01:50 +0300] rev 28728
8069125: compiler/codecache/stress tests timeout in nightlies Summary: added timeout between one of test threads iterations, adjusted hole test execution time Reviewed-by: kvn
Mon, 26 Jan 2015 18:59:09 +0300 8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage
pchistyakov [Mon, 26 Jan 2015 18:59:09 +0300] rev 28727
8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage Summary: disable background compilation Reviewed-by: kvn
Mon, 26 Jan 2015 10:43:42 +0100 8071312: compiler/arguments/CheckCompileThresholdScaling.java fails
zmajo [Mon, 26 Jan 2015 10:43:42 +0100] rev 28726
8071312: compiler/arguments/CheckCompileThresholdScaling.java fails Summary: Change the way VM handles CompileThresholdScaling==0, update test Reviewed-by: kvn, drchase, fzhinkin
Fri, 23 Jan 2015 22:39:24 -0500 8031064: build_vm_def.sh not working correctly for new build cross compile
dlong [Fri, 23 Jan 2015 22:39:24 -0500] rev 28725
8031064: build_vm_def.sh not working correctly for new build cross compile Summary: move nm and awk code into vm.make Reviewed-by: dsamersoff, dholmes
Thu, 22 Jan 2015 21:02:24 +0000 Merge
iveresov [Thu, 22 Jan 2015 21:02:24 +0000] rev 28724
Merge
Thu, 22 Jan 2015 11:25:23 -0800 8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
iveresov [Thu, 22 Jan 2015 11:25:23 -0800] rev 28723
8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local Summary: Add merge nodes to node to block mapping Reviewed-by: kvn, vlivanov
Tue, 20 Jan 2015 11:26:20 +0300 8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure
fzhinkin [Tue, 20 Jan 2015 11:26:20 +0300] rev 28722
8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure Reviewed-by: kvn
Thu, 22 Jan 2015 11:23:13 +0100 8069035: compiler/oracle/CheckCompileCommandOption.java nightly failure
neliasso [Thu, 22 Jan 2015 11:23:13 +0100] rev 28721
8069035: compiler/oracle/CheckCompileCommandOption.java nightly failure Summary: Fixed whitespace handling and added test cases Reviewed-by: kvn, anoll, zmajo
Thu, 22 Jan 2015 11:05:14 +0100 8069389: CompilerOracle prefix wildcarding is broken for long strings
neliasso [Thu, 22 Jan 2015 11:05:14 +0100] rev 28720
8069389: CompilerOracle prefix wildcarding is broken for long strings Summary: Replace strcpy with memmove Reviewed-by: kvn
Thu, 22 Jan 2015 09:07:41 +0100 8069580: String intrinsic related cleanups
thartmann [Thu, 22 Jan 2015 09:07:41 +0100] rev 28719
8069580: String intrinsic related cleanups Summary: Small cleanup of string intrinsic related code. Reviewed-by: kvn, roland
Mon, 26 Jan 2015 17:00:39 -0800 Merge
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28718
Merge
Thu, 05 Feb 2015 11:43:29 -0800 Added tag jdk9-b49 for changeset 6a22230c068f
katleman [Thu, 05 Feb 2015 11:43:29 -0800] rev 28717
Added tag jdk9-b49 for changeset 6a22230c068f
Thu, 05 Feb 2015 15:41:43 -0800 Merge
lana [Thu, 05 Feb 2015 15:41:43 -0800] rev 28716
Merge
Tue, 03 Feb 2015 14:08:55 -0800 8069551: Move java.security.acl from compact3 to java.base
mchung [Tue, 03 Feb 2015 14:08:55 -0800] rev 28715
8069551: Move java.security.acl from compact3 to java.base Reviewed-by: alanb, mullan, wetmore
Fri, 30 Jan 2015 16:56:03 -0800 Merge
amurillo [Fri, 30 Jan 2015 16:56:03 -0800] rev 28714
Merge
Mon, 26 Jan 2015 17:00:38 -0800 Merge
amurillo [Mon, 26 Jan 2015 17:00:38 -0800] rev 28713
Merge
Thu, 05 Feb 2015 11:43:28 -0800 Added tag jdk9-b49 for changeset dd613dc718a1
katleman [Thu, 05 Feb 2015 11:43:28 -0800] rev 28712
Added tag jdk9-b49 for changeset dd613dc718a1
Wed, 05 Jul 2017 20:17:34 +0200 Added tag jdk9-b49 for changeset 5b8db585a33c
duke [Wed, 05 Jul 2017 20:17:34 +0200] rev 28711
Added tag jdk9-b49 for changeset 5b8db585a33c
Wed, 05 Jul 2017 20:17:33 +0200 Merge jdk9-b49
duke [Wed, 05 Jul 2017 20:17:33 +0200] rev 28710
Merge
Wed, 05 Jul 2017 20:17:28 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:28 +0200] rev 28709
Merge
Thu, 29 Jan 2015 15:36:21 -0800 Merge
lana [Thu, 29 Jan 2015 15:36:21 -0800] rev 28708
Merge
Thu, 29 Jan 2015 14:43:19 -0800 8071617: move pathToURLs from javac.file.Locations to javadoc.DocletInvoker
jjg [Thu, 29 Jan 2015 14:43:19 -0800] rev 28707
8071617: move pathToURLs from javac.file.Locations to javadoc.DocletInvoker Reviewed-by: ksrini
Tue, 27 Jan 2015 19:50:41 -0800 8068937: jdeps shows "not found" if target class has no reference other than its own package
mchung [Tue, 27 Jan 2015 19:50:41 -0800] rev 28706
8068937: jdeps shows "not found" if target class has no reference other than its own package Reviewed-by: alanb
Tue, 27 Jan 2015 15:11:57 -0800 8068463: Group 10c: golden files for tests in tools/javac dir
sogoel [Tue, 27 Jan 2015 15:11:57 -0800] rev 28705
8068463: Group 10c: golden files for tests in tools/javac dir Reviewed-by: jjg, mcimadamore
Wed, 28 Jan 2015 16:45:50 -0800 Added tag jdk9-b48 for changeset 6e2e298c50f1
katleman [Wed, 28 Jan 2015 16:45:50 -0800] rev 28704
Added tag jdk9-b48 for changeset 6e2e298c50f1
Wed, 05 Jul 2017 20:17:22 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:22 +0200] rev 28703
Merge
Thu, 29 Jan 2015 15:35:04 -0800 Merge
lana [Thu, 29 Jan 2015 15:35:04 -0800] rev 28702
Merge
Mon, 26 Jan 2015 12:36:37 +0300 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
aefimov [Mon, 26 Jan 2015 12:36:37 +0300] rev 28701
8046817: JDK 8 schemagen tool does not generate xsd files for enum types Reviewed-by: joehw, mkos
Wed, 28 Jan 2015 16:45:40 -0800 Added tag jdk9-b48 for changeset a5c172165b3b
katleman [Wed, 28 Jan 2015 16:45:40 -0800] rev 28700
Added tag jdk9-b48 for changeset a5c172165b3b
Wed, 05 Jul 2017 20:17:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:15 +0200] rev 28699
Merge
Thu, 29 Jan 2015 15:36:12 -0800 Merge
lana [Thu, 29 Jan 2015 15:36:12 -0800] rev 28698
Merge
Wed, 28 Jan 2015 22:49:58 -0800 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
joehw [Wed, 28 Jan 2015 22:49:58 -0800] rev 28697
8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
Wed, 28 Jan 2015 15:07:12 -0800 8052401: JAXP function gap tests conversion
joehw [Wed, 28 Jan 2015 15:07:12 -0800] rev 28696
8052401: JAXP function gap tests conversion Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
Tue, 27 Jan 2015 22:01:46 -0800 8054196: XPath: support any type
joehw [Tue, 27 Jan 2015 22:01:46 -0800] rev 28695
8054196: XPath: support any type Reviewed-by: alanb, lancea, dfuchs
Mon, 26 Jan 2015 12:17:59 +0300 8062923: XSL: Run-time internal error in 'substring()'
aefimov [Mon, 26 Jan 2015 12:17:59 +0300] rev 28694
8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function Reviewed-by: joehw
Wed, 28 Jan 2015 16:45:37 -0800 Added tag jdk9-b48 for changeset 5da8936a1a2c
katleman [Wed, 28 Jan 2015 16:45:37 -0800] rev 28693
Added tag jdk9-b48 for changeset 5da8936a1a2c
Wed, 05 Jul 2017 20:17:09 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:09 +0200] rev 28692
Merge
Thu, 29 Jan 2015 15:36:29 -0800 Merge
lana [Thu, 29 Jan 2015 15:36:29 -0800] rev 28691
Merge
Wed, 28 Jan 2015 17:58:08 +0100 8067139: Finally blocks inlined incorrectly
attila [Wed, 28 Jan 2015 17:58:08 +0100] rev 28690
8067139: Finally blocks inlined incorrectly Reviewed-by: hannesw, lagergren
Wed, 28 Jan 2015 16:45:51 -0800 Added tag jdk9-b48 for changeset 5f1e4deb8d30
katleman [Wed, 28 Jan 2015 16:45:51 -0800] rev 28689
Added tag jdk9-b48 for changeset 5f1e4deb8d30
Wed, 05 Jul 2017 20:17:03 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:03 +0200] rev 28688
Merge
Wed, 28 Jan 2015 16:45:33 -0800 Added tag jdk9-b48 for changeset bb8de1967725
katleman [Wed, 28 Jan 2015 16:45:33 -0800] rev 28687
Added tag jdk9-b48 for changeset bb8de1967725
Wed, 05 Jul 2017 20:16:58 +0200 Merge
duke [Wed, 05 Jul 2017 20:16:58 +0200] rev 28686
Merge
Thu, 29 Jan 2015 16:16:35 -0800 8071959: java.lang.Object uses implicit default constructor
darcy [Thu, 29 Jan 2015 16:16:35 -0800] rev 28685
8071959: java.lang.Object uses implicit default constructor Reviewed-by: lancea
Thu, 29 Jan 2015 15:35:29 -0800 Merge
lana [Thu, 29 Jan 2015 15:35:29 -0800] rev 28684
Merge
Thu, 29 Jan 2015 15:14:44 -0800 8071434: doc updates for java.lang.Object
darcy [Thu, 29 Jan 2015 15:14:44 -0800] rev 28683
8071434: doc updates for java.lang.Object Reviewed-by: rriggs
Thu, 29 Jan 2015 14:49:15 -0800 8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader
bchristi [Thu, 29 Jan 2015 14:49:15 -0800] rev 28682
8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader Reviewed-by: alanb
Thu, 29 Jan 2015 20:45:30 +0000 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
chegar [Thu, 29 Jan 2015 20:45:30 +0000] rev 28681
8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows Reviewed-by: alanb, igerasim
Thu, 29 Jan 2015 14:59:42 +0000 8067680: (sctp) Possible race initializing native IDs
robm [Thu, 29 Jan 2015 14:59:42 +0000] rev 28680
8067680: (sctp) Possible race initializing native IDs Reviewed-by: chegar, rriggs
Wed, 28 Jan 2015 04:56:00 -0800 8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails
dsamersoff [Wed, 28 Jan 2015 04:56:00 -0800] rev 28679
8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails Summary: rewrite the test to jtreg Reviewed-by: ykantser, jbachorik
Tue, 27 Jan 2015 10:11:23 -0800 Merge
amurillo [Tue, 27 Jan 2015 10:11:23 -0800] rev 28678
Merge
Thu, 22 Jan 2015 22:42:33 -0800 Merge
amurillo [Thu, 22 Jan 2015 22:42:33 -0800] rev 28677
Merge
Thu, 22 Jan 2015 18:23:57 -0500 Merge
dlong [Thu, 22 Jan 2015 18:23:57 -0500] rev 28676
Merge
Fri, 16 Jan 2015 15:09:01 +0300 8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list
pchistyakov [Fri, 16 Jan 2015 15:09:01 +0300] rev 28675
8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list Reviewed-by: kvn, iignatyev
Thu, 22 Jan 2015 12:26:25 +0100 Merge
jwilhelm [Thu, 22 Jan 2015 12:26:25 +0100] rev 28674
Merge
Tue, 20 Jan 2015 13:29:26 -0800 8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally
jmasa [Tue, 20 Jan 2015 13:29:26 -0800] rev 28673
8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally Summary: OOME with message "GC overhead limit exceeded". -XX:-UseGCOverheadLimit was added to avoid OOME in resource handler. Reviewed-by: jmasa, jwilhelm Contributed-by: michail.chernov@oracle.com
Sun, 18 Jan 2015 11:50:10 -0800 Merge
minqi [Sun, 18 Jan 2015 11:50:10 -0800] rev 28672
Merge
Thu, 15 Jan 2015 11:18:14 +0100 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
psandoz [Thu, 15 Jan 2015 11:18:14 +0100] rev 28671
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter Reviewed-by: dholmes, coleenp Contributed-by: paul.sandoz@oracle.com, peter.levart@gmail.com
Tue, 27 Jan 2015 18:16:27 +0800 8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check.
weijun [Tue, 27 Jan 2015 18:16:27 +0800] rev 28670
8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check. Reviewed-by: mullan
Tue, 27 Jan 2015 12:59:45 +0900 8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support
okutsu [Tue, 27 Jan 2015 12:59:45 +0900] rev 28669
8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support Reviewed-by: naoto, peytoia
Mon, 26 Jan 2015 17:16:57 -0800 8069269: (spec) Defect in the System.nanoTime spec
bpb [Mon, 26 Jan 2015 17:16:57 -0800] rev 28668
8069269: (spec) Defect in the System.nanoTime spec Summary: Change the description of how to compare two nanoTime values. Reviewed-by: martin
Mon, 26 Jan 2015 17:26:49 +0000 8071477: Better Spliterator implementations for String.chars() and String.codePoints()
psandoz [Mon, 26 Jan 2015 17:26:49 +0000] rev 28667
8071477: Better Spliterator implementations for String.chars() and String.codePoints() Reviewed-by: sherman
Mon, 26 Jan 2015 17:06:00 +0000 8032513: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive
psandoz [Mon, 26 Jan 2015 17:06:00 +0000] rev 28666
8032513: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive Reviewed-by: chegar, lancea, dfuchs
Mon, 26 Jan 2015 10:55:27 -0500 8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
rriggs [Mon, 26 Jan 2015 10:55:27 -0500] rev 28665
8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java Summary: simplify source files for Unix Process implementation Reviewed-by: plevart, chegar
Mon, 26 Jan 2015 21:55:05 +0800 8071562: TimestampCheck.java change removes a whitespace between command and args
weijun [Mon, 26 Jan 2015 21:55:05 +0800] rev 28664
8071562: TimestampCheck.java change removes a whitespace between command and args Reviewed-by: alanb
Mon, 26 Jan 2015 13:46:08 +0000 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
chegar [Mon, 26 Jan 2015 13:46:08 +0000] rev 28663
8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows Reviewed-by: alanb
Mon, 26 Jan 2015 18:13:42 +0800 8049171: Additional tests for jarsigner's warnings
asmotrak [Mon, 26 Jan 2015 18:13:42 +0800] rev 28662
8049171: Additional tests for jarsigner's warnings Reviewed-by: weijun
Mon, 26 Jan 2015 12:36:32 +0300 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
aefimov [Mon, 26 Jan 2015 12:36:32 +0300] rev 28661
8046817: JDK 8 schemagen tool does not generate xsd files for enum types Reviewed-by: joehw, mkos
Mon, 26 Jan 2015 10:29:11 +0100 8069261: Create make dependencies on make variable values
erikj [Mon, 26 Jan 2015 10:29:11 +0100] rev 28660
8069261: Create make dependencies on make variable values Reviewed-by: ihse
Mon, 26 Jan 2015 12:25:27 +0300 8062923: XSL: Run-time internal error in 'substring()'
aefimov [Mon, 26 Jan 2015 12:25:27 +0300] rev 28659
8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function Reviewed-by: joehw
Mon, 26 Jan 2015 10:24:25 +0100 8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
erikj [Mon, 26 Jan 2015 10:24:25 +0100] rev 28658
8055190: Cleanup include and exclude of core-libs native libraries after source code restructure Reviewed-by: alanb
Mon, 26 Jan 2015 09:29:29 +0800 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun [Mon, 26 Jan 2015 09:29:29 +0800] rev 28657
8055045: StringIndexOutOfBoundsException while reading krb5.conf Reviewed-by: mullan
Wed, 28 Jan 2015 16:45:45 -0800 Added tag jdk9-b48 for changeset 6d99e9b8dbe5
katleman [Wed, 28 Jan 2015 16:45:45 -0800] rev 28656
Added tag jdk9-b48 for changeset 6d99e9b8dbe5
Wed, 05 Jul 2017 20:16:49 +0200 Merge
duke [Wed, 05 Jul 2017 20:16:49 +0200] rev 28655
Merge
Thu, 29 Jan 2015 15:36:59 -0800 Merge
lana [Thu, 29 Jan 2015 15:36:59 -0800] rev 28654
Merge
Tue, 27 Jan 2015 10:11:22 -0800 Merge
amurillo [Tue, 27 Jan 2015 10:11:22 -0800] rev 28653
Merge
Thu, 22 Jan 2015 22:42:31 -0800 Merge
amurillo [Thu, 22 Jan 2015 22:42:31 -0800] rev 28652
Merge
Thu, 22 Jan 2015 18:23:54 -0500 Merge
dlong [Thu, 22 Jan 2015 18:23:54 -0500] rev 28651
Merge
Wed, 21 Jan 2015 10:51:35 +0100 8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
zmajo [Wed, 21 Jan 2015 10:51:35 +0100] rev 28650
8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds) Summary: Changed interpreter and compilation policies to allow using CompileThresholdScaling on a per-method level Reviewed-by: jrose, kvn
Tue, 20 Jan 2015 09:45:11 +0100 8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
zmajo [Tue, 20 Jan 2015 09:45:11 +0100] rev 28649
8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java Summary: Added '@ignore 8069160' to the test. Reviewed-by: anoll, kvn
Mon, 19 Jan 2015 12:29:50 -0800 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
iveresov [Mon, 19 Jan 2015 12:29:50 -0800] rev 28648
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init> Summary: Use MachMerge to hook together defs of the same multidef value in a block Reviewed-by: kvn, vlivanov
Mon, 19 Jan 2015 14:14:05 +0000 Merge
vlivanov [Mon, 19 Jan 2015 14:14:05 +0000] rev 28647
Merge
Fri, 16 Jan 2015 15:08:20 +0300 8068231: Several tests are still excluded
pchistyakov [Fri, 16 Jan 2015 15:08:20 +0300] rev 28646
8068231: Several tests are still excluded Reviewed-by: kvn, iignatyev
Fri, 16 Jan 2015 20:59:23 +0400 8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
dpochepk [Fri, 16 Jan 2015 20:59:23 +0400] rev 28645
8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour) Summary: fixing unstable behaviour of 2 tests Reviewed-by: iignatyev
Mon, 19 Jan 2015 11:35:45 +0000 Merge
thartmann [Mon, 19 Jan 2015 11:35:45 +0000] rev 28644
Merge
Mon, 19 Jan 2015 09:32:40 +0100 8066312: Add new Node* Node::find_out(int opc) method.
zmajo [Mon, 19 Jan 2015 09:32:40 +0100] rev 28643
8066312: Add new Node* Node::find_out(int opc) method. Summary: Added methods find_user_with() and has_user_with() for searching for a particular out type. Reviewed-by: kvn, jrose
Fri, 16 Jan 2015 13:58:22 +0100 8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
asiebenborn [Fri, 16 Jan 2015 13:58:22 +0100] rev 28642
8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat Reviewed-by: kvn
Fri, 16 Jan 2015 05:02:11 -0500 Merge
dlong [Fri, 16 Jan 2015 05:02:11 -0500] rev 28641
Merge
Thu, 15 Jan 2015 11:30:13 +0100 8067374: Use %f instead of %g for LogCompilation output
zmajo [Thu, 15 Jan 2015 11:30:13 +0100] rev 28640
8067374: Use %f instead of %g for LogCompilation output Summary: Changed format string from %g to %f. Reviewed-by: kvn
Wed, 14 Jan 2015 17:27:00 -0800 8068864: C2 failed: modified node is not on IGVN._worklist
kvn [Wed, 14 Jan 2015 17:27:00 -0800] rev 28639
8068864: C2 failed: modified node is not on IGVN._worklist Summary: Use igvn.replace_input_of() instead of set_req(). Reviewed-by: iveresov, vlivanov
Thu, 22 Jan 2015 12:26:26 +0100 Merge
jwilhelm [Thu, 22 Jan 2015 12:26:26 +0100] rev 28638
Merge
Wed, 21 Jan 2015 19:36:18 +0100 8069230: Remove unused G1PostBarrierStub::byte_map_base and friends
kbarrett [Wed, 21 Jan 2015 19:36:18 +0100] rev 28637
8069230: Remove unused G1PostBarrierStub::byte_map_base and friends Reviewed-by: brutisso, tschatzl
Mon, 19 Jan 2015 15:52:56 +0100 Merge
jwilhelm [Mon, 19 Jan 2015 15:52:56 +0100] rev 28636
Merge
Mon, 19 Jan 2015 10:08:07 +0100 8069011: gc/TestSmallHeap.java failing in nightly
sjohanss [Mon, 19 Jan 2015 10:08:07 +0100] rev 28635
8069011: gc/TestSmallHeap.java failing in nightly Summary: Using @requires to avoid running with AggressiveOpts turned on. Reviewed-by: jwilhelm, brutisso
Mon, 19 Jan 2015 10:06:14 +0100 8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
sjohanss [Mon, 19 Jan 2015 10:06:14 +0100] rev 28634
8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests Reviewed-by: brutisso, kbarrett
Fri, 16 Jan 2015 14:43:45 +0100 8068971: A heap region being cleared should not belong to the cset
ehelin [Fri, 16 Jan 2015 14:43:45 +0100] rev 28633
8068971: A heap region being cleared should not belong to the cset Reviewed-by: brutisso, tschatzl
Fri, 16 Jan 2015 10:32:40 +0000 Merge
ehelin [Fri, 16 Jan 2015 10:32:40 +0000] rev 28632
Merge
Fri, 16 Jan 2015 10:29:12 +0100 8066875: VirtualSpace does not use large pages
ehelin [Fri, 16 Jan 2015 10:29:12 +0100] rev 28631
8066875: VirtualSpace does not use large pages Reviewed-by: stefank, tschatzl, anoll, thartmann
Fri, 16 Jan 2015 09:40:13 +0100 8061259: ParNew promotion failed is serialized on a lock
brutisso [Fri, 16 Jan 2015 09:40:13 +0100] rev 28630
8061259: ParNew promotion failed is serialized on a lock Reviewed-by: kbarrett, brutisso Contributed-by: jwha@google.com
Thu, 15 Jan 2015 16:05:20 +0100 8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java
jwilhelm [Thu, 15 Jan 2015 16:05:20 +0100] rev 28629
8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java Summary: Skip test if -client is not supported. Reviewed-by: jwilhelm, simonis Contributed-by: goetz.lindenmaier@sap.com
Tue, 20 Jan 2015 13:56:57 +0100 8067479: verify-modules fails in bootcycle build
erikj [Tue, 20 Jan 2015 13:56:57 +0100] rev 28628
8067479: verify-modules fails in bootcycle build Reviewed-by: dholmes, sla
Mon, 19 Jan 2015 11:35:15 +0300 8069048: (process) Suspend finishing threads when process exits [win]
igerasim [Mon, 19 Jan 2015 11:35:15 +0300] rev 28627
8069048: (process) Suspend finishing threads when process exits [win] Reviewed-by: dholmes, dcubed
Sun, 18 Jan 2015 11:49:22 -0800 Merge
minqi [Sun, 18 Jan 2015 11:49:22 -0800] rev 28626
Merge
Fri, 16 Jan 2015 21:28:02 +0000 8035938: Memory leak in JvmtiEnv::GetConstantPool
kevinw [Fri, 16 Jan 2015 21:28:02 +0000] rev 28625
8035938: Memory leak in JvmtiEnv::GetConstantPool Reviewed-by: sspitsyn, dcubed
Fri, 16 Jan 2015 09:15:22 +0100 6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
aph [Fri, 16 Jan 2015 09:15:22 +0100] rev 28624
6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null Reviewed-by: sla, sspitsyn
Thu, 15 Jan 2015 14:10:49 -0800 8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest
ctornqvi [Thu, 15 Jan 2015 14:10:49 -0800] rev 28623
8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest Reviewed-by: coleenp, gtriantafill
Thu, 15 Jan 2015 12:43:14 +0000 Merge
psandoz [Thu, 15 Jan 2015 12:43:14 +0000] rev 28622
Merge
Thu, 15 Jan 2015 11:18:20 +0100 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
psandoz [Thu, 15 Jan 2015 11:18:20 +0100] rev 28621
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter Reviewed-by: dholmes, coleenp Contributed-by: paul.sandoz@oracle.com, filipp.zhinkin@gmail.com
Thu, 15 Jan 2015 12:02:55 +0000 Merge
dsamersoff [Thu, 15 Jan 2015 12:02:55 +0000] rev 28620
Merge
Wed, 14 Jan 2015 17:22:28 +0000 Merge
dsamersoff [Wed, 14 Jan 2015 17:22:28 +0000] rev 28619
Merge
Wed, 14 Jan 2015 07:10:53 -0800 7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData
dsamersoff [Wed, 14 Jan 2015 07:10:53 -0800] rev 28618
7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData Summary: Explicitly checks for UsePerfData and if it's false make Perf:detach a NOP. Reviewed-by: dholmes, jbachorik
Wed, 07 Jan 2015 08:37:49 +0100 8068503: ppc64: Encode/Decode nodes for disjoint cOops mode
goetz [Wed, 07 Jan 2015 08:37:49 +0100] rev 28617
8068503: ppc64: Encode/Decode nodes for disjoint cOops mode Reviewed-by: simonis
Wed, 14 Jan 2015 16:35:58 -0500 Merge
jiangli [Wed, 14 Jan 2015 16:35:58 -0500] rev 28616
Merge
Wed, 14 Jan 2015 16:35:00 -0500 8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error.
jiangli [Wed, 14 Jan 2015 16:35:00 -0500] rev 28615
8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error. Summary: Include shared symbols in SymbolTable::symbols_do(SymbolClosure). Reviewed-by: minqi, farvidsson, coleenp
Wed, 14 Jan 2015 15:25:13 +0000 Merge
erikj [Wed, 14 Jan 2015 15:25:13 +0000] rev 28614
Merge
Wed, 14 Jan 2015 15:57:59 +0100 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj [Wed, 14 Jan 2015 15:57:59 +0100] rev 28613
8065576: Enable pipefail in the shell used by make to better detect build errors Reviewed-by: ihse, tbell, martin
Wed, 14 Jan 2015 08:14:23 -0500 8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field
hseigel [Wed, 14 Jan 2015 08:14:23 -0500] rev 28612
8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field Summary: Allow fieldClass for getstatic and putstatic to be an array Reviewed-by: dholmes, acorn
Tue, 13 Jan 2015 16:09:52 +0100 8069590: AIX port of "8050807: Better performing performance data handling"
goetz [Tue, 13 Jan 2015 16:09:52 +0100] rev 28611
8069590: AIX port of "8050807: Better performing performance data handling" Reviewed-by: simonis, goetz Contributed-by: matthias.baesken@sap.com, martin.doerr@sap.com
Wed, 28 Jan 2015 16:45:35 -0800 Added tag jdk9-b48 for changeset adf10d73e78b
katleman [Wed, 28 Jan 2015 16:45:35 -0800] rev 28610
Added tag jdk9-b48 for changeset adf10d73e78b
Thu, 29 Jan 2015 15:34:46 -0800 Merge
lana [Thu, 29 Jan 2015 15:34:46 -0800] rev 28609
Merge
Wed, 28 Jan 2015 15:45:00 +0100 8071781: Bootcycle build fails on macosx
erikj [Wed, 28 Jan 2015 15:45:00 +0100] rev 28608
8071781: Bootcycle build fails on macosx Reviewed-by: ihse
Wed, 28 Jan 2015 14:04:05 +0100 8071651: infinite build loops in 9-dev windows platform on Jan 26
erikj [Wed, 28 Jan 2015 14:04:05 +0100] rev 28607
8071651: infinite build loops in 9-dev windows platform on Jan 26 Reviewed-by: alanb, ihse
Tue, 27 Jan 2015 10:11:22 -0800 Merge
amurillo [Tue, 27 Jan 2015 10:11:22 -0800] rev 28606
Merge
Thu, 22 Jan 2015 22:42:30 -0800 Merge
amurillo [Thu, 22 Jan 2015 22:42:30 -0800] rev 28605
Merge
Tue, 20 Jan 2015 13:56:35 +0100 8067479: verify-modules fails in bootcycle build
erikj [Tue, 20 Jan 2015 13:56:35 +0100] rev 28604
8067479: verify-modules fails in bootcycle build Reviewed-by: ihse, dholmes
Sun, 18 Jan 2015 23:14:47 -0800 Merge
minqi [Sun, 18 Jan 2015 23:14:47 -0800] rev 28603
Merge
Wed, 14 Jan 2015 16:03:59 +0100 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj [Wed, 14 Jan 2015 16:03:59 +0100] rev 28602
8065576: Enable pipefail in the shell used by make to better detect build errors Reviewed-by: ihse, tbell, martin
Mon, 26 Jan 2015 16:25:26 +0100 8071550: SetupJavaComilation EXCLUDE/INCLUDE/EXCLUDE_FILE do not work on META-INF files
erikj [Mon, 26 Jan 2015 16:25:26 +0100] rev 28601
8071550: SetupJavaComilation EXCLUDE/INCLUDE/EXCLUDE_FILE do not work on META-INF files Reviewed-by: ihse
Mon, 26 Jan 2015 10:28:53 +0100 8069261: Create make dependencies on make variable values
erikj [Mon, 26 Jan 2015 10:28:53 +0100] rev 28600
8069261: Create make dependencies on make variable values Reviewed-by: ihse
Wed, 28 Jan 2015 16:45:32 -0800 Added tag jdk9-b48 for changeset f4f2bb7513e4
katleman [Wed, 28 Jan 2015 16:45:32 -0800] rev 28599
Added tag jdk9-b48 for changeset f4f2bb7513e4
Wed, 05 Jul 2017 20:16:24 +0200 Added tag jdk9-b48 for changeset b2f9702efbe9
duke [Wed, 05 Jul 2017 20:16:24 +0200] rev 28598
Added tag jdk9-b48 for changeset b2f9702efbe9
Wed, 05 Jul 2017 20:16:23 +0200 Merge jdk9-b48
duke [Wed, 05 Jul 2017 20:16:23 +0200] rev 28597
Merge
Wed, 05 Jul 2017 20:16:18 +0200 Merge
duke [Wed, 05 Jul 2017 20:16:18 +0200] rev 28596
Merge
Sat, 24 Jan 2015 23:22:26 -0800 Merge
lana [Sat, 24 Jan 2015 23:22:26 -0800] rev 28595
Merge
Fri, 23 Jan 2015 15:14:53 +0100 8069254: Warning issued despite @SafeVarargs annotation on constructor
jlahoda [Fri, 23 Jan 2015 15:14:53 +0100] rev 28594
8069254: Warning issued despite @SafeVarargs annotation on constructor Summary: The Symbol created for diamond inference does not have annotations attached - need to look for @SafeVarargs on the underlying constructor's Symbol. Reviewed-by: mcimadamore
Thu, 22 Jan 2015 09:50:03 +0100 8071310: Tests missing for checkin for JDK-8046977
jfranck [Thu, 22 Jan 2015 09:50:03 +0100] rev 28593
8071310: Tests missing for checkin for JDK-8046977 Reviewed-by: jlahoda Contributed-by: srikanth.adayapalam@oracle.com
Wed, 21 Jan 2015 19:02:20 +0100 8070507: LambdaLambdaSerialized can fail in -agentvm mode
jfranck [Wed, 21 Jan 2015 19:02:20 +0100] rev 28592
8070507: LambdaLambdaSerialized can fail in -agentvm mode Reviewed-by: mcimadamore
Tue, 20 Jan 2015 21:49:55 +0100 8046977: ClassCastException: typing information needed for method reference bridging not preserved
jfranck [Tue, 20 Jan 2015 21:49:55 +0100] rev 28591
8046977: ClassCastException: typing information needed for method reference bridging not preserved Reviewed-by: mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Tue, 20 Jan 2015 12:00:25 +0100 8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations
jlahoda [Tue, 20 Jan 2015 12:00:25 +0100] rev 28590
8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations Summary: Properly deferring warnings that are reported during entering of annotation's default value. Reviewed-by: mcimadamore
Tue, 20 Jan 2015 09:51:17 +0100 8052070: javac crashes when there are duplicated type parameters
jlahoda [Tue, 20 Jan 2015 09:51:17 +0100] rev 28589
8052070: javac crashes when there are duplicated type parameters Summary: Avoid eager completion of ClassSymbol while type parameters are being processed. Reviewed-by: jlahoda, mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Mon, 19 Jan 2015 18:29:45 +0000 8069229: new .java file with no copyright notice
mcimadamore [Mon, 19 Jan 2015 18:29:45 +0000] rev 28588
8069229: new .java file with no copyright notice Summary: Add missing copyright header Reviewed-by: jlahoda
Fri, 16 Jan 2015 20:03:30 -0800 8068488: Facilitate extension of the javac parser -- missing modifier
rfield [Fri, 16 Jan 2015 20:03:30 -0800] rev 28587
8068488: Facilitate extension of the javac parser -- missing modifier Reviewed-by: jjg
Fri, 23 Jan 2015 18:50:51 -0800 Added tag jdk9-b47 for changeset 422ba63d8dda
katleman [Fri, 23 Jan 2015 18:50:51 -0800] rev 28586
Added tag jdk9-b47 for changeset 422ba63d8dda
Wed, 05 Jul 2017 20:16:10 +0200 Merge
duke [Wed, 05 Jul 2017 20:16:10 +0200] rev 28585
Merge
Sat, 24 Jan 2015 23:24:13 -0800 Merge
lana [Sat, 24 Jan 2015 23:24:13 -0800] rev 28584
Merge
Wed, 22 Oct 2014 20:14:25 +0200 8054367: More references for endpoints
mkos [Wed, 22 Oct 2014 20:14:25 +0200] rev 28583
8054367: More references for endpoints Reviewed-by: mullan, skoivu
Fri, 23 Jan 2015 18:50:47 -0800 Added tag jdk9-b47 for changeset c9c4b9563018
katleman [Fri, 23 Jan 2015 18:50:47 -0800] rev 28582
Added tag jdk9-b47 for changeset c9c4b9563018
Wed, 05 Jul 2017 20:16:04 +0200 Merge
duke [Wed, 05 Jul 2017 20:16:04 +0200] rev 28581
Merge
Fri, 23 Jan 2015 18:50:46 -0800 Added tag jdk9-b47 for changeset dd8e62bad498
katleman [Fri, 23 Jan 2015 18:50:46 -0800] rev 28580
Added tag jdk9-b47 for changeset dd8e62bad498
Wed, 05 Jul 2017 20:15:59 +0200 Merge
duke [Wed, 05 Jul 2017 20:15:59 +0200] rev 28579
Merge
Sat, 24 Jan 2015 23:23:06 -0800 Merge
lana [Sat, 24 Jan 2015 23:23:06 -0800] rev 28578
Merge
Tue, 20 Jan 2015 12:34:21 +0100 8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
attila [Tue, 20 Jan 2015 12:34:21 +0100] rev 28577
8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods Reviewed-by: hannesw, sundar
Mon, 19 Jan 2015 16:07:16 +0100 8067880: Dead typed push methods in ArrayData
attila [Mon, 19 Jan 2015 16:07:16 +0100] rev 28576
8067880: Dead typed push methods in ArrayData Reviewed-by: hannesw, jlaskey
Fri, 23 Jan 2015 18:50:52 -0800 Added tag jdk9-b47 for changeset 73d6633dcfd7
katleman [Fri, 23 Jan 2015 18:50:52 -0800] rev 28575
Added tag jdk9-b47 for changeset 73d6633dcfd7
Wed, 05 Jul 2017 20:15:53 +0200 Merge
duke [Wed, 05 Jul 2017 20:15:53 +0200] rev 28574
Merge
Fri, 23 Jan 2015 18:50:44 -0800 Added tag jdk9-b47 for changeset da1a0970667a
katleman [Fri, 23 Jan 2015 18:50:44 -0800] rev 28573
Added tag jdk9-b47 for changeset da1a0970667a
Wed, 05 Jul 2017 20:15:49 +0200 Merge
duke [Wed, 05 Jul 2017 20:15:49 +0200] rev 28572
Merge
Sat, 24 Jan 2015 23:23:25 -0800 Merge
lana [Sat, 24 Jan 2015 23:23:25 -0800] rev 28571
Merge
Fri, 23 Jan 2015 10:31:15 -0800 8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
wetmore [Fri, 23 Jan 2015 10:31:15 -0800] rev 28570
8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210 Reviewed-by: xuelei, mullan
Fri, 23 Jan 2015 16:16:39 +0000 8069262: Doclint regression in java.nio.channels.Channels
amlu [Fri, 23 Jan 2015 16:16:39 +0000] rev 28569
8069262: Doclint regression in java.nio.channels.Channels Reviewed-by: darcy
Fri, 23 Jan 2015 15:03:47 +0000 8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive
coffeys [Fri, 23 Jan 2015 15:03:47 +0000] rev 28568
8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive Reviewed-by: chegar
Fri, 23 Jan 2015 15:42:06 +0300 6933879: URISyntaxException when non-alphanumeric characters are present in scope_id
kshefov [Fri, 23 Jan 2015 15:42:06 +0300] rev 28567
6933879: URISyntaxException when non-alphanumeric characters are present in scope_id Reviewed-by: chegar
Fri, 23 Jan 2015 13:57:02 +0300 8067748: (process) Child is terminated when parent's console is closed [win]
igerasim [Fri, 23 Jan 2015 13:57:02 +0300] rev 28566
8067748: (process) Child is terminated when parent's console is closed [win] Reviewed-by: alanb
Thu, 22 Jan 2015 20:19:42 -0800 8044860: Vectors and fixed length fields should be verified for allowed sizes.
jnimeh [Thu, 22 Jan 2015 20:19:42 -0800] rev 28565
8044860: Vectors and fixed length fields should be verified for allowed sizes. Reviewed-by: xuelei
Fri, 23 Jan 2015 09:22:14 +0800 8071313: krb5.conf not read if SCDynamicStore krb5 config is empty
weijun [Fri, 23 Jan 2015 09:22:14 +0800] rev 28564
8071313: krb5.conf not read if SCDynamicStore krb5 config is empty Reviewed-by: mullan
Thu, 22 Jan 2015 13:49:53 -0800 8069414: Rename oracle.accessbridge to jdk.accessbridge
mchung [Thu, 22 Jan 2015 13:49:53 -0800] rev 28563
8069414: Rename oracle.accessbridge to jdk.accessbridge Reviewed-by: alanb, ptbrunet, erikj
Thu, 22 Jan 2015 12:24:35 -0800 8037394: ZipFileSystem leaks file descriptor when file is not a valid zip file
sherman [Thu, 22 Jan 2015 12:24:35 -0800] rev 28562
8037394: ZipFileSystem leaks file descriptor when file is not a valid zip file Summary: to close the leaking channel as suggested Reviewed-by: alanb
Thu, 22 Jan 2015 08:51:45 -0800 8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once
sherman [Thu, 22 Jan 2015 08:51:45 -0800] rev 28561
8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once Summary: to synchronize the write and close methods of the entry output stream Reviewed-by: alanb
Thu, 22 Jan 2015 12:33:05 +0000 8069155: The value of 'KeyStore Type' isn't 'jks'
vinnie [Thu, 22 Jan 2015 12:33:05 +0000] rev 28560
8069155: The value of 'KeyStore Type' isn't 'jks' Reviewed-by: xuelei
Wed, 21 Jan 2015 21:42:22 +0100 8068427: Hashtable deserialization reconstitutes table with wrong capacity
plevart [Wed, 21 Jan 2015 21:42:22 +0100] rev 28559
8068427: Hashtable deserialization reconstitutes table with wrong capacity Reviewed-by: mduigou, martin, chegar, dfuchs
Wed, 21 Jan 2015 13:19:08 -0500 8068732: Adding Initial RowSet tests
lancea [Wed, 21 Jan 2015 13:19:08 -0500] rev 28558
8068732: Adding Initial RowSet tests Reviewed-by: joehw
Tue, 18 Nov 2014 17:02:50 -0800 8062807: Exporting RMI objects fails when run under restrictive SecurityManager
smarks [Tue, 18 Nov 2014 17:02:50 -0800] rev 28557
8062807: Exporting RMI objects fails when run under restrictive SecurityManager Reviewed-by: dfuchs, skoivu, igerasim, msheppar
Wed, 05 Nov 2014 12:46:39 +0400 8062561: Test bug8055304 fails if file system default directory has read access
alexsch [Wed, 05 Nov 2014 12:46:39 +0400] rev 28556
8062561: Test bug8055304 fails if file system default directory has read access Reviewed-by: serb
Mon, 03 Nov 2014 08:30:18 +0000 8061210: Issues in TLS
xuelei [Mon, 03 Nov 2014 08:30:18 +0000] rev 28555
8061210: Issues in TLS Reviewed-by: jnimeh, mullan, wetmore, ahgross, asmotrak
Thu, 23 Oct 2014 07:07:16 +0800 8061826: Part of JDK-8060474 should be reverted
weijun [Thu, 23 Oct 2014 07:07:16 +0800] rev 28554
8061826: Part of JDK-8060474 should be reverted Reviewed-by: mullan, ahgross
Tue, 21 Oct 2014 22:37:17 +0800 8060474: Resolve more parsing ambiguity
weijun [Tue, 21 Oct 2014 22:37:17 +0800] rev 28553
8060474: Resolve more parsing ambiguity Reviewed-by: mullan, ahgross
Wed, 15 Oct 2014 15:41:50 -0700 8055309: RMI needs better transportation considerations
smarks [Wed, 15 Oct 2014 15:41:50 -0700] rev 28552
8055309: RMI needs better transportation considerations Reviewed-by: alanb, igerasim, skoivu, msheppar
Wed, 08 Oct 2014 19:13:57 +0800 8059485: Resolve parsing ambiguity
weijun [Wed, 08 Oct 2014 19:13:57 +0800] rev 28551
8059485: Resolve parsing ambiguity Reviewed-by: mullan, vinnie
Thu, 02 Oct 2014 11:20:48 -0700 8057555: Less cryptic cipher suite management
ascarpino [Thu, 02 Oct 2014 11:20:48 -0700] rev 28550
8057555: Less cryptic cipher suite management Reviewed-by: xuelei, igerasim, mullan, asmotrak Contributed-by: jamil.j.nimeh@oracle.com
Fri, 12 Sep 2014 16:11:40 +0100 8056264: Multicast support improvements
msheppar [Fri, 12 Sep 2014 16:11:40 +0100] rev 28549
8056264: Multicast support improvements Summary: avoid passing a null ifname string to GetStringUTFChars native fn calls within a NetworkInterface method call flows Reviewed-by: chegar, alanb
Thu, 11 Sep 2014 10:12:33 -0700 8056276: Fontmanager feature improvements
prr [Thu, 11 Sep 2014 10:12:33 -0700] rev 28548
8056276: Fontmanager feature improvements Reviewed-by: srl, bae, mschoene
Thu, 11 Sep 2014 10:10:16 -0700 8055489: Better substitution formats
prr [Thu, 11 Sep 2014 10:10:16 -0700] rev 28547
8055489: Better substitution formats Reviewed-by: srl, bae, mschoene
Thu, 11 Sep 2014 13:04:18 +0400 8055304: More boxing for DirectoryComboBoxModel
alexsch [Thu, 11 Sep 2014 13:04:18 +0400] rev 28546
8055304: More boxing for DirectoryComboBoxModel Reviewed-by: serb, prr, skoivu
Wed, 10 Sep 2014 10:33:43 +0100 8048035: Ensure proper proxy protocols
michaelm [Wed, 10 Sep 2014 10:33:43 +0100] rev 28545
8048035: Ensure proper proxy protocols Reviewed-by: alanb, chegar
Fri, 29 Aug 2014 20:16:35 -0700 8055314: Update refactoring for new loader
mchung [Fri, 29 Aug 2014 20:16:35 -0700] rev 28544
8055314: Update refactoring for new loader Reviewed-by: mullan, ahgross, igerasim
Tue, 26 Aug 2014 17:09:05 -0700 8046656: Update protocol support
wetmore [Tue, 26 Aug 2014 17:09:05 -0700] rev 28543
8046656: Update protocol support Reviewed-by: xuelei, wetmore, igerasim, mullan, asmotrak Contributed-by: jamil.nimeh@oracle.com
Wed, 21 Jan 2015 12:49:53 +0100 8047769: SecureRandom should be more frugal with file descriptors
plevart [Wed, 21 Jan 2015 12:49:53 +0100] rev 28542
8047769: SecureRandom should be more frugal with file descriptors Summary: Introduce FileInputStreamPool to cache open FileInputStreams Reviewed-by: wetmore, alanb, chegar
Wed, 21 Jan 2015 09:46:24 +0000 8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
psandoz [Wed, 21 Jan 2015 09:46:24 +0000] rev 28541
8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator Reviewed-by: chegar, lancea, alanb
Wed, 21 Jan 2015 09:46:21 +0000 8068432: Inconsistent exception handling in CompletableFuture.thenCompose
dl [Wed, 21 Jan 2015 09:46:21 +0000] rev 28540
8068432: Inconsistent exception handling in CompletableFuture.thenCompose Reviewed-by: psandoz, chegar, martin
Tue, 20 Jan 2015 11:23:03 -0800 Merge
ddehaven [Tue, 20 Jan 2015 11:23:03 -0800] rev 28539
Merge
Mon, 05 Jan 2015 13:30:23 -0800 Merge
prr [Mon, 05 Jan 2015 13:30:23 -0800] rev 28538
Merge
Tue, 30 Dec 2014 22:13:53 +0300 8056214: Stop including libjawt in libawt_xawt
serb [Tue, 30 Dec 2014 22:13:53 +0300] rev 28537
8056214: Stop including libjawt in libawt_xawt Reviewed-by: ant, art, tbell
Tue, 30 Dec 2014 17:26:06 +0400 8054358: move awt automated tests from AWT_Modality to OpenJDK repository - part 7
avstepan [Tue, 30 Dec 2014 17:26:06 +0400] rev 28536
8054358: move awt automated tests from AWT_Modality to OpenJDK repository - part 7 Reviewed-by: pchelko
Thu, 25 Dec 2014 22:48:13 +0300 8068275: Some tests failed after JDK-8063104
serb [Thu, 25 Dec 2014 22:48:13 +0300] rev 28535
8068275: Some tests failed after JDK-8063104 Reviewed-by: azvegint, yan
Thu, 25 Dec 2014 14:54:32 +0300 8067657: Dead/outdated links in Javadoc of package java.beans
serb [Thu, 25 Dec 2014 14:54:32 +0300] rev 28534
8067657: Dead/outdated links in Javadoc of package java.beans Reviewed-by: azvegint, prr
Thu, 25 Dec 2014 14:43:49 +0300 7180976: Pending String deadlocks UIDefaults
serb [Thu, 25 Dec 2014 14:43:49 +0300] rev 28533
7180976: Pending String deadlocks UIDefaults Reviewed-by: azvegint, alexsch
Tue, 23 Dec 2014 13:34:20 -0800 Merge
prr [Tue, 23 Dec 2014 13:34:20 -0800] rev 28532
Merge
Wed, 17 Dec 2014 17:56:11 +0300 4796987: XP Only JButton.setBorderPainted() does not work with XP L&F
alexsch [Wed, 17 Dec 2014 17:56:11 +0300] rev 28531
4796987: XP Only JButton.setBorderPainted() does not work with XP L&F Reviewed-by: serb
Wed, 17 Dec 2014 14:58:58 +0300 6219960: null reference in ToolTipManager
alexsch [Wed, 17 Dec 2014 14:58:58 +0300] rev 28530
6219960: null reference in ToolTipManager Reviewed-by: serb, azvegint
Tue, 20 Jan 2015 10:22:44 -0800 Merge
amurillo [Tue, 20 Jan 2015 10:22:44 -0800] rev 28529
Merge
Thu, 15 Jan 2015 19:23:49 -0800 Merge
amurillo [Thu, 15 Jan 2015 19:23:49 -0800] rev 28528
Merge
Mon, 12 Jan 2015 11:01:23 +0100 8062450: Timeout in LowMemoryTest.java
jbachorik [Mon, 12 Jan 2015 11:01:23 +0100] rev 28527
8062450: Timeout in LowMemoryTest.java Reviewed-by: dholmes
Mon, 12 Jan 2015 08:24:15 +0100 8068718: com/sun/jdi/CatchPatternTest.sh should be quarantined
ykantser [Mon, 12 Jan 2015 08:24:15 +0100] rev 28526
8068718: com/sun/jdi/CatchPatternTest.sh should be quarantined Reviewed-by: jbachorik Contributed-by: mikael.auno@oracle.com
Sat, 10 Jan 2015 12:38:18 -0800 Merge
minqi [Sat, 10 Jan 2015 12:38:18 -0800] rev 28525
Merge
Thu, 08 Jan 2015 10:44:54 +0100 8065226: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be quarantined
ykantser [Thu, 08 Jan 2015 10:44:54 +0100] rev 28524
8065226: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be quarantined Reviewed-by: sla
Tue, 20 Jan 2015 13:56:01 +0000 8068795: HttpServer missing tailing space for some response codes
lpriima [Tue, 20 Jan 2015 13:56:01 +0000] rev 28523
8068795: HttpServer missing tailing space for some response codes Reviewed-by: chegar
Tue, 20 Jan 2015 13:49:28 +0000 8061448: Cleanup sun/misc/JarIndex tests to remove the check for the jre directory
xiaofeya [Tue, 20 Jan 2015 13:49:28 +0000] rev 28522
8061448: Cleanup sun/misc/JarIndex tests to remove the check for the jre directory Reviewed-by: chegar
Mon, 19 Jan 2015 19:12:11 +0300 8067951: System.loadLibrary cannot find library when path contains quoted entry
igerasim [Mon, 19 Jan 2015 19:12:11 +0300] rev 28521
8067951: System.loadLibrary cannot find library when path contains quoted entry Reviewed-by: sherman, rriggs, alanb
Mon, 19 Jan 2015 09:05:50 +0100 8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code
erikj [Mon, 19 Jan 2015 09:05:50 +0100] rev 28520
8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code Reviewed-by: ihse, wetmore
Fri, 16 Jan 2015 14:04:27 -0800 8060077: Class.toGenericString specification doesn't mention array types
darcy [Fri, 16 Jan 2015 14:04:27 -0800] rev 28519
8060077: Class.toGenericString specification doesn't mention array types Reviewed-by: psandoz, jfranck
Fri, 16 Jan 2015 13:46:39 -0800 8042262: Javadoc typo in java.util.Formatter
sherman [Fri, 16 Jan 2015 13:46:39 -0800] rev 28518
8042262: Javadoc typo in java.util.Formatter Summary: to fix the simple typo in java doc Reviewed-by: rriggs, lancea
Fri, 23 Jan 2015 18:50:48 -0800 Added tag jdk9-b47 for changeset 0b4c78ff36f3
katleman [Fri, 23 Jan 2015 18:50:48 -0800] rev 28517
Added tag jdk9-b47 for changeset 0b4c78ff36f3
Wed, 05 Jul 2017 20:15:36 +0200 Merge
duke [Wed, 05 Jul 2017 20:15:36 +0200] rev 28516
Merge
Sat, 24 Jan 2015 23:24:33 -0800 Merge
lana [Sat, 24 Jan 2015 23:24:33 -0800] rev 28515
Merge
Mon, 01 Dec 2014 13:06:20 -0500 8064524: Compiler code generation improvements
drchase [Mon, 01 Dec 2014 13:06:20 -0500] rev 28514
8064524: Compiler code generation improvements Reviewed-by: jrose, acorn, vlivanov
Mon, 17 Nov 2014 15:51:46 -0500 8050807: Better performing performance data handling
gthornbr [Mon, 17 Nov 2014 15:51:46 -0500] rev 28513
8050807: Better performing performance data handling Reviewed-by: dcubed, pnauman, ctornqvi, dholmes, mschoene Contributed-by: gerald.thornbrugh@oracle.com
Mon, 20 Oct 2014 14:43:11 -0400 8058982: Better verification of an exceptional invokespecial
hseigel [Mon, 20 Oct 2014 14:43:11 -0400] rev 28512
8058982: Better verification of an exceptional invokespecial Summary: Throw VerifyError for illegal accesses Reviewed-by: acorn, ahgross, coleenp
Thu, 09 Oct 2014 15:42:23 +0200 8055479: TLAB stability
mgerdin [Thu, 09 Oct 2014 15:42:23 +0200] rev 28511
8055479: TLAB stability Reviewed-by: brutisso, stefank, ahgross
Fri, 26 Sep 2014 17:48:10 -0400 8047125: (ref) More phantom object references
jmasa [Fri, 26 Sep 2014 17:48:10 -0400] rev 28510
8047125: (ref) More phantom object references Reviewed-by: mchung, dfuchs, ahgross, jmasa, brutisso, mgerdin Contributed-by: kim.barrett@oracle.com
Tue, 19 Aug 2014 11:17:36 +0200 8049253: Better GC validation
brutisso [Tue, 19 Aug 2014 11:17:36 +0200] rev 28509
8049253: Better GC validation Summary: Also reviewed by: boris.molodenkov@oracle.com Reviewed-by: dcubed, minqi, mschoene Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
Fri, 08 Aug 2014 13:23:30 -0700 8047130: Fewer escapes from escape analysis
iveresov [Fri, 08 Aug 2014 13:23:30 -0700] rev 28508
8047130: Fewer escapes from escape analysis Summary: Treat max_stack attribute as an int in bytecode escape analyzer Reviewed-by: kvn, twisti, ahgross
Thu, 31 Jul 2014 11:10:02 +0200 8048949: Requeue queue implementation
tschatzl [Thu, 31 Jul 2014 11:10:02 +0200] rev 28507
8048949: Requeue queue implementation Summary: Devirtualize flush and move calls. Reviewed-by: brutisso, tschatzl, mschoene Contributed-by: kim.barrett@oracle.com
Tue, 20 Jan 2015 10:22:43 -0800 Merge
amurillo [Tue, 20 Jan 2015 10:22:43 -0800] rev 28506
Merge
Thu, 15 Jan 2015 19:23:48 -0800 Merge
amurillo [Thu, 15 Jan 2015 19:23:48 -0800] rev 28505
Merge
Thu, 15 Jan 2015 16:51:09 -0500 Merge
dlong [Thu, 15 Jan 2015 16:51:09 -0500] rev 28504
Merge
Wed, 14 Jan 2015 16:00:51 -0800 8069021: Exclude compiler/codecache/stress tests from JPRT runs
kvn [Wed, 14 Jan 2015 16:00:51 -0800] rev 28503
8069021: Exclude compiler/codecache/stress tests from JPRT runs Reviewed-by: iveresov
Wed, 14 Jan 2015 15:13:39 +0000 Merge
vlivanov [Wed, 14 Jan 2015 15:13:39 +0000] rev 28502
Merge
Mon, 12 Jan 2015 18:58:49 +0300 8059551: JEP-JDK-8043304: Test task: stress tests
pchistyakov [Mon, 12 Jan 2015 18:58:49 +0300] rev 28501
8059551: JEP-JDK-8043304: Test task: stress tests Reviewed-by: drchase, kvn, iignatyev
Wed, 14 Jan 2015 09:54:08 +0300 8049355: compiler/rtm/locking/TestRTMLockingThreshold test may fail if transaction was aborted by interrupt
fzhinkin [Wed, 14 Jan 2015 09:54:08 +0300] rev 28500
8049355: compiler/rtm/locking/TestRTMLockingThreshold test may fail if transaction was aborted by interrupt Reviewed-by: kvn, iignatyev
Wed, 14 Jan 2015 09:54:45 +0300 8059342: Add test to cover JDK-8030976
fzhinkin [Wed, 14 Jan 2015 09:54:45 +0300] rev 28499
8059342: Add test to cover JDK-8030976 Reviewed-by: kvn, iignatyev
Wed, 14 Jan 2015 09:53:36 +0300 8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
fzhinkin [Wed, 14 Jan 2015 09:53:36 +0300] rev 28498
8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases Reviewed-by: kvn, iignatyev
Mon, 12 Jan 2015 14:43:34 -0800 8067941: [TESTBUG] Fix tests for OS with 64K page size.
goetz [Mon, 12 Jan 2015 14:43:34 -0800] rev 28497
8067941: [TESTBUG] Fix tests for OS with 64K page size. Reviewed-by: kvn, tschatzl, ctornqvi
Tue, 13 Jan 2015 12:30:26 +0100 8027829: CompileCommand does not accept all JLS-conformant class/method names
neliasso [Tue, 13 Jan 2015 12:30:26 +0100] rev 28496
8027829: CompileCommand does not accept all JLS-conformant class/method names Summary: Fix parsing and updated comments Reviewed-by: kvn, vlivanov
Mon, 12 Jan 2015 15:50:30 +0000 Merge
roland [Mon, 12 Jan 2015 15:50:30 +0000] rev 28495
Merge
Wed, 07 Jan 2015 16:40:02 +0100 8063086: Math.pow yields different results upon repeated calls
roland [Wed, 07 Jan 2015 16:40:02 +0100] rev 28494
8063086: Math.pow yields different results upon repeated calls Summary: C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2. Reviewed-by: kvn
Mon, 12 Jan 2015 09:55:20 +0100 8065894: CodeHeap::next_free should be renamed
zmajo [Mon, 12 Jan 2015 09:55:20 +0100] rev 28493
8065894: CodeHeap::next_free should be renamed Summary: Rename next_free() to next_used() Reviewed-by: thartmann, iveresov
Mon, 12 Jan 2015 11:14:49 +0100 8068724: ppc64: update assembler: SPR access, CR logic, HTM
mdoerr [Mon, 12 Jan 2015 11:14:49 +0100] rev 28492
8068724: ppc64: update assembler: SPR access, CR logic, HTM Summary: Fix bug in encoding of special purpose registers. Provide more convenient version of condition register logic instructions. Enhance support for hardware transactional memory. Reviewed-by: kvn, goetz
Fri, 09 Jan 2015 17:43:02 -0500 8068746: Exclude hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java from nightly runs
dlong [Fri, 09 Jan 2015 17:43:02 -0500] rev 28491
8068746: Exclude hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java from nightly runs Summary: add @ignore to PoolsIndependenceTest.java Reviewed-by: kvn
Fri, 09 Jan 2015 13:28:02 -0500 Merge
dlong [Fri, 09 Jan 2015 13:28:02 -0500] rev 28490
Merge
Fri, 09 Jan 2015 05:45:13 -0800 8068013: [TESTBUG] Aix support in hotspot jtreg tests
goetz [Fri, 09 Jan 2015 05:45:13 -0800] rev 28489
8068013: [TESTBUG] Aix support in hotspot jtreg tests Reviewed-by: ctornqvi, fzhinkin, farvidsson
Fri, 09 Jan 2015 09:06:24 +0000 Merge
anoll [Fri, 09 Jan 2015 09:06:24 +0000] rev 28488
Merge
Fri, 09 Jan 2015 09:52:00 +0100 8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs
anoll [Fri, 09 Jan 2015 09:52:00 +0100] rev 28487
8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs Summary: The test is unstable and is therefore removed from nightly testing Reviewed-by: kvn, drchase
Thu, 08 Jan 2015 11:00:38 +0100 8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1
roland [Thu, 08 Jan 2015 11:00:38 +0100] rev 28486
8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1 Summary: IGVN encounters IfNode with single projection when optimizing dying subgraph Reviewed-by: kvn
Thu, 15 Jan 2015 14:36:15 +0100 Merge
jwilhelm [Thu, 15 Jan 2015 14:36:15 +0100] rev 28485
Merge
Thu, 15 Jan 2015 11:10:03 +0100 8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
sjohanss [Thu, 15 Jan 2015 11:10:03 +0100] rev 28484
8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb Summary: Added the test to needs_g1gc group in TEST.groups to avoid running when G1 is not available. Reviewed-by: jwilhelm, dholmes
Tue, 13 Jan 2015 11:04:53 +0100 8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor
tschatzl [Tue, 13 Jan 2015 11:04:53 +0100] rev 28483
8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor Summary: Change initialization order in constructor. Remove suppression for suppression of "'this': used in base member initializer list" warning. Reviewed-by: mgerdin, tschatzl, simonis Contributed-by: Johannes Scheerer <johannes.scheerer@sap.com>
Mon, 12 Jan 2015 15:24:29 +0100 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
sjohanss [Mon, 12 Jan 2015 15:24:29 +0100] rev 28482
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: kbarrett, tschatzl
Mon, 12 Jan 2015 12:51:53 +0100 Merge
jwilhelm [Mon, 12 Jan 2015 12:51:53 +0100] rev 28481
Merge
Fri, 09 Jan 2015 11:33:48 -0500 8067306: Improve STATIC_ASSERT
kbarrett [Fri, 09 Jan 2015 11:33:48 -0500] rev 28480
8067306: Improve STATIC_ASSERT Summary: New improved implementation Reviewed-by: ehelin, stefank
Fri, 09 Jan 2015 08:38:23 +0100 8068653: TestSmalllHeap.java fails when the page size is 64k
brutisso [Fri, 09 Jan 2015 08:38:23 +0100] rev 28479
8068653: TestSmalllHeap.java fails when the page size is 64k Reviewed-by: tschatzl
Thu, 08 Jan 2015 14:13:03 +0100 8068037: Remove dead code in G1CollectedHeap
redestad [Thu, 08 Jan 2015 14:13:03 +0100] rev 28478
8068037: Remove dead code in G1CollectedHeap Reviewed-by: stefank, tschatzl
Tue, 13 Jan 2015 14:30:53 -0500 8068396: Rename assert() to vmassert()
kbarrett [Tue, 13 Jan 2015 14:30:53 -0500] rev 28477
8068396: Rename assert() to vmassert() Summary: Macro renaming, with temporary old name synonyms for compatibilty Reviewed-by: ehelin, dholmes, coleenp
Mon, 12 Jan 2015 11:37:58 -0800 8067187: -XX:MaxMetaspaceSize=20m -Xshare:dump caused JVM to crash
ccheung [Mon, 12 Jan 2015 11:37:58 -0800] rev 28476
8067187: -XX:MaxMetaspaceSize=20m -Xshare:dump caused JVM to crash Summary: added check for the MaxMetaspaceSize. If it is less than the estimated required size, print an error and exit. Reviewed-by: jiangli, mseledtsov, stefank
Mon, 12 Jan 2015 09:27:52 +0100 8068584: Compiler attach tests should be quarantined
mtobiass [Mon, 12 Jan 2015 09:27:52 +0100] rev 28475
8068584: Compiler attach tests should be quarantined Summary: Quarantine tests Reviewed-by: ctornqvi
Sat, 10 Jan 2015 12:35:44 -0800 Merge
minqi [Sat, 10 Jan 2015 12:35:44 -0800] rev 28474
Merge
Fri, 09 Jan 2015 08:34:32 -0800 8068733: [TESTBUG] runtime/Unsafe/Reallocate.java sometimes fails when running with -Xcomp
ctornqvi [Fri, 09 Jan 2015 08:34:32 -0800] rev 28473
8068733: [TESTBUG] runtime/Unsafe/Reallocate.java sometimes fails when running with -Xcomp Reviewed-by: coleenp, gtriantafill
Fri, 09 Jan 2015 09:26:58 +0100 8068505: interpreter profiling incorrect on PPC64
zmajo [Fri, 09 Jan 2015 09:26:58 +0100] rev 28472
8068505: interpreter profiling incorrect on PPC64 Reviewed-by: simonis, goetz
Thu, 08 Jan 2015 11:42:05 -0800 8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build
ctornqvi [Thu, 08 Jan 2015 11:42:05 -0800] rev 28471
8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build Reviewed-by: gtriantafill, lfoltan, hseigel
Thu, 08 Jan 2015 11:40:36 -0800 8058897: Unsafe.reallocateMemory() ignores -XX:MallocMaxTestWords setting
ctornqvi [Thu, 08 Jan 2015 11:40:36 -0800] rev 28470
8058897: Unsafe.reallocateMemory() ignores -XX:MallocMaxTestWords setting Reviewed-by: dcubed, dholmes
Tue, 06 Jan 2015 16:44:53 -0800 8068540: [TESTBUG] Exclude failing nightly tests
gtriantafill [Tue, 06 Jan 2015 16:44:53 -0800] rev 28469
8068540: [TESTBUG] Exclude failing nightly tests Reviewed-by: ctornqvi, coleenp
Wed, 07 Jan 2015 16:43:04 +0100 8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
sgehwolf [Wed, 07 Jan 2015 16:43:04 +0100] rev 28468
8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier Reviewed-by: dholmes, coleenp
Fri, 23 Jan 2015 18:50:44 -0800 Added tag jdk9-b47 for changeset c54bf921b2ce
katleman [Fri, 23 Jan 2015 18:50:44 -0800] rev 28467
Added tag jdk9-b47 for changeset c54bf921b2ce
Sat, 24 Jan 2015 23:22:16 -0800 Merge
lana [Sat, 24 Jan 2015 23:22:16 -0800] rev 28466
Merge
Thu, 22 Jan 2015 13:40:29 -0800 8069414: Rename oracle.accessbridge to jdk.accessbridge
mchung [Thu, 22 Jan 2015 13:40:29 -0800] rev 28465
8069414: Rename oracle.accessbridge to jdk.accessbridge Reviewed-by: alanb, ptbrunet, erikj
Fri, 23 Jan 2015 18:50:43 -0800 Added tag jdk9-b47 for changeset 19cacc520105
katleman [Fri, 23 Jan 2015 18:50:43 -0800] rev 28464
Added tag jdk9-b47 for changeset 19cacc520105
Wed, 05 Jul 2017 20:15:13 +0200 Added tag jdk9-b47 for changeset 8327024a9955
duke [Wed, 05 Jul 2017 20:15:13 +0200] rev 28463
Added tag jdk9-b47 for changeset 8327024a9955
Wed, 05 Jul 2017 20:15:13 +0200 Merge jdk9-b47
duke [Wed, 05 Jul 2017 20:15:13 +0200] rev 28462
Merge
Wed, 05 Jul 2017 20:15:08 +0200 Merge
duke [Wed, 05 Jul 2017 20:15:08 +0200] rev 28461
Merge
Fri, 16 Jan 2015 12:34:58 -0800 Merge
lana [Fri, 16 Jan 2015 12:34:58 -0800] rev 28460
Merge
Fri, 16 Jan 2015 14:47:25 +0100 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
jlahoda [Fri, 16 Jan 2015 14:47:25 +0100] rev 28459
8068517: Compiler may generate wrong InnerClasses attribute for static enum reference Summary: Making sure enum's abstractness is resolved before writing InnerClasses entry about it. Reviewed-by: mcimadamore
Fri, 16 Jan 2015 12:02:41 +0000 8069164: Fix langtools make build so that diagnostic framework can be used
mcimadamore [Fri, 16 Jan 2015 12:02:41 +0000] rev 28458
8069164: Fix langtools make build so that diagnostic framework can be used Summary: Fix race condition between gensrc targets and output location of parseproperties task Reviewed-by: erikj, jlahoda Contributed-by: erik.joelsson@oracle.com
Thu, 15 Jan 2015 16:24:25 +0000 8069069: Build failure because of dependency on generated file
mcimadamore [Thu, 15 Jan 2015 16:24:25 +0000] rev 28457
8069069: Build failure because of dependency on generated file Summary: Make build spuriously fails to build property classes Reviewed-by: jlahoda
Thu, 15 Jan 2015 13:58:11 +0000 8068995: Cleanup method reference lookup code
mcimadamore [Thu, 15 Jan 2015 13:58:11 +0000] rev 28456
8068995: Cleanup method reference lookup code Summary: Simplify method reference code lookup and generate better/more uniform diagnostics Reviewed-by: vromero
Tue, 13 Jan 2015 19:13:42 +0100 8066843: Messager.printMessage cannot print multiple errors for same source position
jlahoda [Tue, 13 Jan 2015 19:13:42 +0100] rev 28455
8066843: Messager.printMessage cannot print multiple errors for same source position Summary: Using a DiagnosticFlag to mark diagnostics that should be always printed even if multiple of them have the same source position. Reviewed-by: darcy, jjg, mcimadamore
Tue, 13 Jan 2015 10:36:41 +0100 8027888: javac wrongly allows annotations in array-typed class literals
jlahoda [Tue, 13 Jan 2015 10:36:41 +0100] rev 28454
8027888: javac wrongly allows annotations in array-typed class literals Summary: Compiler incorrectly accepts type annotations on array-typed class literals. Reviewed-by: jlahoda, jfranck Contributed-by: srikanth.adayapalam@oracle.com
Tue, 13 Jan 2015 10:32:19 +0100 8068254: Method reference uses wrong qualifying type
jlahoda [Tue, 13 Jan 2015 10:32:19 +0100] rev 28453
8068254: Method reference uses wrong qualifying type Summary: Generated code fails with IllegalAccessError due to compiler's mishandling of packageprivate classes in method reference expressions. Reviewed-by: rfield, mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Tue, 13 Jan 2015 10:25:24 +0100 8037546: javac -parameters does not emit parameter names for lambda expressions
jlahoda [Tue, 13 Jan 2015 10:25:24 +0100] rev 28452
8037546: javac -parameters does not emit parameter names for lambda expressions Summary: MethodParameters attribute is missing for synthetic methods encoding lambda expressions. Reviewed-by: rfield, mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Tue, 13 Jan 2015 10:17:25 +0100 8062358: ClassCastException in TransTypes.visitApply
jlahoda [Tue, 13 Jan 2015 10:17:25 +0100] rev 28451
8062358: ClassCastException in TransTypes.visitApply Summary: Incorrect handling of subtype relations involving lower bounded wildcard causes ClassCastException Reviewed-by: vromero, dlsmith Contributed-by: srikanth.adayapalam@oracle.com
Thu, 15 Jan 2015 13:09:52 -0800 Added tag jdk9-b46 for changeset 867b8b80696e
katleman [Thu, 15 Jan 2015 13:09:52 -0800] rev 28450
Added tag jdk9-b46 for changeset 867b8b80696e
Wed, 05 Jul 2017 20:15:03 +0200 Merge
duke [Wed, 05 Jul 2017 20:15:03 +0200] rev 28449
Merge
Thu, 15 Jan 2015 13:09:43 -0800 Added tag jdk9-b46 for changeset 76ad1de0fd63
katleman [Thu, 15 Jan 2015 13:09:43 -0800] rev 28448
Added tag jdk9-b46 for changeset 76ad1de0fd63
Wed, 05 Jul 2017 20:15:00 +0200 Merge
duke [Wed, 05 Jul 2017 20:15:00 +0200] rev 28447
Merge
Fri, 16 Jan 2015 12:35:05 -0800 Merge
lana [Fri, 16 Jan 2015 12:35:05 -0800] rev 28446
Merge
Thu, 15 Jan 2015 19:10:56 -0800 8051563: Update JAXP functional tests
joehw [Thu, 15 Jan 2015 19:10:56 -0800] rev 28445
8051563: Update JAXP functional tests Reviewed-by: lancea, joehw Contributed-by: tristan.yan@oracle.com
Thu, 15 Jan 2015 13:09:42 -0800 Added tag jdk9-b46 for changeset b037890ea772
katleman [Thu, 15 Jan 2015 13:09:42 -0800] rev 28444
Added tag jdk9-b46 for changeset b037890ea772
Wed, 05 Jul 2017 20:14:53 +0200 Merge
duke [Wed, 05 Jul 2017 20:14:53 +0200] rev 28443
Merge
Fri, 16 Jan 2015 12:34:10 -0800 Merge
lana [Fri, 16 Jan 2015 12:34:10 -0800] rev 28442
Merge
Thu, 15 Jan 2015 10:18:31 +0530 8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object
sundar [Thu, 15 Jan 2015 10:18:31 +0530] rev 28441
8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object Reviewed-by: jlaskey, attila
Wed, 14 Jan 2015 18:25:01 +0100 8069002: NPE on invoking null (8068889 regression)
attila [Wed, 14 Jan 2015 18:25:01 +0100] rev 28440
8069002: NPE on invoking null (8068889 regression) Reviewed-by: jlaskey, sundar
Wed, 14 Jan 2015 16:29:39 +0100 8068994: Forgot to add a test model to JDK-8068573
attila [Wed, 14 Jan 2015 16:29:39 +0100] rev 28439
8068994: Forgot to add a test model to JDK-8068573 Reviewed-by: lagergren, sundar
Wed, 14 Jan 2015 15:54:18 +0100 8068573: POJO setter using [] syntax throws an exception
attila [Wed, 14 Jan 2015 15:54:18 +0100] rev 28438
8068573: POJO setter using [] syntax throws an exception Reviewed-by: lagergren, jlaskey
Tue, 13 Jan 2015 16:38:29 +0100 8068889: Calling a @FunctionalInterface from JS leaks internal objects
attila [Tue, 13 Jan 2015 16:38:29 +0100] rev 28437
8068889: Calling a @FunctionalInterface from JS leaks internal objects Reviewed-by: jlaskey, sundar
Thu, 15 Jan 2015 13:09:53 -0800 Added tag jdk9-b46 for changeset 167aecd0161e
katleman [Thu, 15 Jan 2015 13:09:53 -0800] rev 28436
Added tag jdk9-b46 for changeset 167aecd0161e
Wed, 05 Jul 2017 20:14:48 +0200 Merge
duke [Wed, 05 Jul 2017 20:14:48 +0200] rev 28435
Merge
Thu, 15 Jan 2015 13:09:37 -0800 Added tag jdk9-b46 for changeset 87aeabf7ffa2
katleman [Thu, 15 Jan 2015 13:09:37 -0800] rev 28434
Added tag jdk9-b46 for changeset 87aeabf7ffa2
Wed, 05 Jul 2017 20:14:43 +0200 Merge
duke [Wed, 05 Jul 2017 20:14:43 +0200] rev 28433
Merge
Fri, 16 Jan 2015 12:34:28 -0800 Merge
lana [Fri, 16 Jan 2015 12:34:28 -0800] rev 28432
Merge
Fri, 16 Jan 2015 12:41:36 +0100 8068736: Avoid synchronization on Executable/Field.declaredAnnotations
redestad [Fri, 16 Jan 2015 12:41:36 +0100] rev 28431
8068736: Avoid synchronization on Executable/Field.declaredAnnotations Reviewed-by: jfranck, psandoz
Thu, 15 Jan 2015 16:45:02 -0800 8069127: Suppress deprecation warnings in jdk.deploy.osx module
darcy [Thu, 15 Jan 2015 16:45:02 -0800] rev 28430
8069127: Suppress deprecation warnings in jdk.deploy.osx module Reviewed-by: wetmore, juh
Thu, 15 Jan 2015 17:57:52 +0000 8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection
vinnie [Thu, 15 Jan 2015 17:57:52 +0000] rev 28429
8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection Reviewed-by: vinnie Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
Thu, 15 Jan 2015 17:05:06 +0000 8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
chegar [Thu, 15 Jan 2015 17:05:06 +0000] rev 28428
8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java Reviewed-by: alanb, chegar
Thu, 15 Jan 2015 19:16:17 +0400 8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
vlivanov [Thu, 15 Jan 2015 19:16:17 +0400] rev 28427
8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent Summary: CollectionUsageThreshold.java hangs due to VM performs concurrent GC with -XX:+ExplicitGCInvokesConcurrent flag, as result - notification is not received. Excluded test execution with -XX:+ExplicitGCInvokesConcurrent. Reviewed-by: dfazunen, tschatzl Contributed-by: Michail Chernov <michail.chernov@oracle.com>
Thu, 15 Jan 2015 10:56:24 +0000 8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem
chegar [Thu, 15 Jan 2015 10:56:24 +0000] rev 28426
8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem Reviewed-by: alanb, mchung, psandoz, xiaofeya
Wed, 14 Jan 2015 16:44:59 -0800 8068948: Update java.base module to use new try-with-resources statement
darcy [Wed, 14 Jan 2015 16:44:59 -0800] rev 28425
8068948: Update java.base module to use new try-with-resources statement Reviewed-by: alanb, igerasim
Wed, 14 Jan 2015 12:09:38 -0800 8067437: New tests for mJRE feature removal.
ksrini [Wed, 14 Jan 2015 12:09:38 -0800] rev 28424
8067437: New tests for mJRE feature removal. Reviewed-by: darcy, ksrini Contributed-by: andrey.x.nazarov@oracle.com
Wed, 14 Jan 2015 21:35:52 +0300 8067471: Use private static final char[0] for empty Strings
lpriima [Wed, 14 Jan 2015 21:35:52 +0300] rev 28423
8067471: Use private static final char[0] for empty Strings Reviewed-by: igerasim, redestad, shade
Tue, 06 Jan 2015 06:49:52 +0100 8068498: Remove constructor dependency on line.separator from PrintWriter and BufferedWriter
redestad [Tue, 06 Jan 2015 06:49:52 +0100] rev 28422
8068498: Remove constructor dependency on line.separator from PrintWriter and BufferedWriter Reviewed-by: alanb, sherman
Wed, 14 Jan 2015 13:43:12 +0300 8058793: Test sun/awt/datatransfer/DataFlavorComparatorTest.java fails with compilation error
kshefov [Wed, 14 Jan 2015 13:43:12 +0300] rev 28421
8058793: Test sun/awt/datatransfer/DataFlavorComparatorTest.java fails with compilation error Reviewed-by: alexsch, azvegint Contributed-by: srinivasan.raghavan@oracle.com
Tue, 13 Jan 2015 14:33:54 -0800 8059916: Change default criticality of policy mappings and policy constraints certificate extensions
juh [Tue, 13 Jan 2015 14:33:54 -0800] rev 28420
8059916: Change default criticality of policy mappings and policy constraints certificate extensions Reviewed-by: mullan
Tue, 13 Jan 2015 17:14:51 +0000 8068599: Add mutability, serializability, and thread-safety, caveat to all Collectors that do not accept a Collection supplier
chegar [Tue, 13 Jan 2015 17:14:51 +0000] rev 28419
8068599: Add mutability, serializability, and thread-safety, caveat to all Collectors that do not accept a Collection supplier Reviewed-by: psandoz
Tue, 13 Jan 2015 08:58:07 -0800 Merge
amurillo [Tue, 13 Jan 2015 08:58:07 -0800] rev 28418
Merge
Thu, 08 Jan 2015 17:11:49 -0800 Merge
amurillo [Thu, 08 Jan 2015 17:11:49 -0800] rev 28417
Merge
Thu, 08 Jan 2015 17:45:15 -0500 Merge
dlong [Thu, 08 Jan 2015 17:45:15 -0500] rev 28416
Merge
Sat, 13 Dec 2014 22:14:34 +0300 8067295: Need to port Utils chagnes from JDK-8066440 into jdk workspace
dpochepk [Sat, 13 Dec 2014 22:14:34 +0300] rev 28415
8067295: Need to port Utils chagnes from JDK-8066440 into jdk workspace Reviewed-by: fzhinkin, iignatyev
Fri, 12 Dec 2014 21:16:42 +0300 8067307: Need custom classloaders(parent-last and filtering one) for JDK-8066625 in testlibrary
dpochepk [Fri, 12 Dec 2014 21:16:42 +0300] rev 28414
8067307: Need custom classloaders(parent-last and filtering one) for JDK-8066625 in testlibrary Reviewed-by: fzhinkin, iignatyev
Fri, 12 Dec 2014 00:40:56 +0300 8067291: Need additional vm checks in jdk/test/lib/testlibrary/jdk/testlibrary/Platform, checking which vm is run
dpochepk [Fri, 12 Dec 2014 00:40:56 +0300] rev 28413
8067291: Need additional vm checks in jdk/test/lib/testlibrary/jdk/testlibrary/Platform, checking which vm is run Reviewed-by: fzhinkin, iignatyev
Wed, 24 Dec 2014 17:54:00 +0300 8067173: remove Utils::fileAsList
tpivovarova [Wed, 24 Dec 2014 17:54:00 +0300] rev 28412
8067173: remove Utils::fileAsList Reviewed-by: kvn, iignatyev
Mon, 29 Dec 2014 19:07:09 +0100 8068233: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java is still in exclude list
jbachorik [Mon, 29 Dec 2014 19:07:09 +0100] rev 28411
8068233: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java is still in exclude list Reviewed-by: chegar, sspitsyn
Sat, 27 Dec 2014 13:27:07 -0500 Merge
hseigel [Sat, 27 Dec 2014 13:27:07 -0500] rev 28410
Merge
Sat, 27 Dec 2014 07:09:32 -0800 8068242: Quarantine the test IsModifiableClassAgent.java
dsamersoff [Sat, 27 Dec 2014 07:09:32 -0800] rev 28409
8068242: Quarantine the test IsModifiableClassAgent.java Summary: Quarantine the test Reviewed-by: hseigel, jbachorik, dsamersoff Contributed-by: alexander.kulyakhtin@oracle.com
Wed, 24 Dec 2014 20:23:31 +0000 Merge
minqi [Wed, 24 Dec 2014 20:23:31 +0000] rev 28408
Merge
Fri, 19 Dec 2014 22:58:32 -0800 Merge
minqi [Fri, 19 Dec 2014 22:58:32 -0800] rev 28407
Merge
Fri, 19 Dec 2014 13:13:11 +0100 6977426: sun/tools tests can intermittently fail to find app's Java pid
ykantser [Fri, 19 Dec 2014 13:13:11 +0100] rev 28406
6977426: sun/tools tests can intermittently fail to find app's Java pid Reviewed-by: dfuchs, jbachorik, egahlin, sjiang
Tue, 13 Jan 2015 07:57:51 -0800 8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
vlivanov [Tue, 13 Jan 2015 07:57:51 -0800] rev 28405
8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke Reviewed-by: psandoz
Tue, 13 Jan 2015 14:35:39 +0100 8068774: CounterMonitorDeadlockTest.java timed out
sjiang [Tue, 13 Jan 2015 14:35:39 +0100] rev 28404
8068774: CounterMonitorDeadlockTest.java timed out Reviewed-by: jbachorik, dfuchs
Tue, 13 Jan 2015 14:26:34 +0300 8048603: Additional tests for MAC algorithms
asmotrak [Tue, 13 Jan 2015 14:26:34 +0300] rev 28403
8048603: Additional tests for MAC algorithms Reviewed-by: valeriep
Thu, 15 Jan 2015 13:09:48 -0800 Added tag jdk9-b46 for changeset 1548d75015bd
katleman [Thu, 15 Jan 2015 13:09:48 -0800] rev 28402
Added tag jdk9-b46 for changeset 1548d75015bd
Wed, 05 Jul 2017 20:14:34 +0200 Merge
duke [Wed, 05 Jul 2017 20:14:34 +0200] rev 28401
Merge
Fri, 16 Jan 2015 12:33:47 -0800 Merge
lana [Fri, 16 Jan 2015 12:33:47 -0800] rev 28400
Merge
Tue, 13 Jan 2015 08:58:06 -0800 Merge
amurillo [Tue, 13 Jan 2015 08:58:06 -0800] rev 28399
Merge
Thu, 08 Jan 2015 17:11:49 -0800 Merge
amurillo [Thu, 08 Jan 2015 17:11:49 -0800] rev 28398
Merge
Thu, 08 Jan 2015 17:45:10 -0500 Merge
dlong [Thu, 08 Jan 2015 17:45:10 -0500] rev 28397
Merge
Tue, 16 Dec 2014 13:49:36 +0100 6700100: optimize inline_native_clone() for small objects with exact klass
roland [Tue, 16 Dec 2014 13:49:36 +0100] rev 28396
6700100: optimize inline_native_clone() for small objects with exact klass Summary: optimize small instance clones as loads/stores Reviewed-by: kvn, iveresov
Mon, 22 Dec 2014 11:21:20 +0100 8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined
roland [Mon, 22 Dec 2014 11:21:20 +0100] rev 28395
8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined Summary: concurrent class loading causes return phi to become top Reviewed-by: kvn
Tue, 30 Dec 2014 11:09:42 +0300 8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
fzhinkin [Tue, 30 Dec 2014 11:09:42 +0300] rev 28394
8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization Reviewed-by: kvn, iignatyev
Tue, 30 Dec 2014 11:07:49 +0300 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
fzhinkin [Tue, 30 Dec 2014 11:07:49 +0300] rev 28393
8068272: Extend WhiteBox API with methods that check monitor state and force safepoint Reviewed-by: kvn, iignatyev
Thu, 25 Dec 2014 15:57:38 +0300 8059625: JEP-JDK-8043304: Test task: DTrace- tests for segmented codecache feature
dpochepk [Thu, 25 Dec 2014 15:57:38 +0300] rev 28392
8059625: JEP-JDK-8043304: Test task: DTrace- tests for segmented codecache feature Reviewed-by: sspitsyn, twisti, fzhinkin, iignatyev
Fri, 26 Dec 2014 14:47:35 +0300 8066497: Update c.o.j.t.ByteCodeLoader to be able really reload given class
pchistyakov [Fri, 26 Dec 2014 14:47:35 +0300] rev 28391
8066497: Update c.o.j.t.ByteCodeLoader to be able really reload given class Reviewed-by: drchase, fzhinkin, iignatyev
Fri, 26 Dec 2014 14:33:23 +0300 8059623: JEP-JDK-8043304: Test task: command line options tests
fzhinkin [Fri, 26 Dec 2014 14:33:23 +0300] rev 28390
8059623: JEP-JDK-8043304: Test task: command line options tests Reviewed-by: twisti, thartmann, goetz, iignatyev
Wed, 24 Dec 2014 19:32:13 +0300 8068183: Add isTieredSupported method to c.o.j.t.Platforms
fzhinkin [Wed, 24 Dec 2014 19:32:13 +0300] rev 28389
8068183: Add isTieredSupported method to c.o.j.t.Platforms Reviewed-by: kvn, iignatyev
Tue, 23 Dec 2014 12:40:13 +0300 8066864: remove ctw-test from testlibrary/
eistepan [Tue, 23 Dec 2014 12:40:13 +0300] rev 28388
8066864: remove ctw-test from testlibrary/ Reviewed-by: kvn, iignatyev
Tue, 16 Dec 2014 17:26:42 +0300 8067173: remove Utils::fileAsList
tpivovarova [Tue, 16 Dec 2014 17:26:42 +0300] rev 28387
8067173: remove Utils::fileAsList Reviewed-by: kvn, iignatyev
Tue, 23 Dec 2014 16:36:44 +0300 8066896: Update c.o.j.t.InfiniteLoop to skip zero timeout
iignatyev [Tue, 23 Dec 2014 16:36:44 +0300] rev 28386
8066896: Update c.o.j.t.InfiniteLoop to skip zero timeout Reviewed-by: kvn, iignatyev Contributed-by: pavel.chistyakov@oracle.com
Fri, 19 Dec 2014 14:12:22 +0300 8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
tpivovarova [Fri, 19 Dec 2014 14:12:22 +0300] rev 28385
8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build Reviewed-by: kvn, fzhinkin, iignatyev
Sat, 13 Dec 2014 00:13:05 +0300 8059613: JEP-JDK-8043304: Test task: JMX- tests
iignatyev [Sat, 13 Dec 2014 00:13:05 +0300] rev 28384
8059613: JEP-JDK-8043304: Test task: JMX- tests Reviewed-by: thartmann, twisti Contributed-by: dmitrij.pochepko@oracle.com
Sat, 13 Dec 2014 00:54:22 +0300 8066440: Various changes in testlibrary for JDK-8059613
iignatyev [Sat, 13 Dec 2014 00:54:22 +0300] rev 28383
8066440: Various changes in testlibrary for JDK-8059613 Reviewed-by: thartmann, twisti Contributed-by: dmitrij.pochepko@oracle.com
Thu, 08 Jan 2015 15:44:46 +0100 Merge
jwilhelm [Thu, 08 Jan 2015 15:44:46 +0100] rev 28382
Merge
Wed, 07 Jan 2015 16:24:58 +0000 Merge
brutisso [Wed, 07 Jan 2015 16:24:58 +0000] rev 28381
Merge
Wed, 07 Jan 2015 15:02:00 +0100 8067868: Add GCOld as a JTreg test
brutisso [Wed, 07 Jan 2015 15:02:00 +0100] rev 28380
8067868: Add GCOld as a JTreg test Reviewed-by: kbarrett, dfazunen, ehelin
Wed, 07 Jan 2015 15:15:37 +0100 8048179: Early reclaim of large objects that are referenced by a few objects
tschatzl [Wed, 07 Jan 2015 15:15:37 +0100] rev 28379
8048179: Early reclaim of large objects that are referenced by a few objects Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names. Reviewed-by: brutisso, jmasa, dfazunen
Wed, 07 Jan 2015 10:19:00 +0100 8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso [Wed, 07 Jan 2015 10:19:00 +0100] rev 28378
8067676: Add applicable closed gc jtreg tests to run in JPRT Reviewed-by: ehelin
Mon, 05 Jan 2015 15:00:30 +0100 Merge
jwilhelm [Mon, 05 Jan 2015 15:00:30 +0100] rev 28377
Merge
Mon, 22 Dec 2014 17:33:29 +0100 8067947: Regression test for JDK-6522873
jwilhelm [Mon, 22 Dec 2014 17:33:29 +0100] rev 28376
8067947: Regression test for JDK-6522873 Summary: Added a regression test that will fail if we allow extra characters after flag names Reviewed-by: ctornqvi, tschatzl
Tue, 23 Dec 2014 15:48:32 +0100 8068018: Clean up friends of G1CollectedHeap
tschatzl [Tue, 23 Dec 2014 15:48:32 +0100] rev 28375
8068018: Clean up friends of G1CollectedHeap Summary: Remove unnecessary friend class declaration in the G1CollectedHeap class. Reviewed-by: jwilhelm, jmasa
Tue, 06 Jan 2015 19:30:28 -0500 8067836: The Universe::flush_foo methods belong in CodeCache.
coleenp [Tue, 06 Jan 2015 19:30:28 -0500] rev 28374
8067836: The Universe::flush_foo methods belong in CodeCache. Summary: Move this code to CodeCache. Reviewed-by: kbarrett, kvn
Mon, 05 Jan 2015 22:50:59 -0500 6583051: crash when adding non-static methods to java.lang.Object class
coleenp [Mon, 05 Jan 2015 22:50:59 -0500] rev 28373
6583051: crash when adding non-static methods to java.lang.Object class Summary: stop the JVM if java.lang.Object is incorrectly defined rather than crashing. Reviewed-by: ctornqvi, dholmes
Mon, 05 Jan 2015 12:07:37 -0500 8064457: Introduce compressed oops mode disjoint base and improve compressed heap handling.
goetz [Mon, 05 Jan 2015 12:07:37 -0500] rev 28372
8064457: Introduce compressed oops mode disjoint base and improve compressed heap handling. Summary: Introduce compressed oops mode disjoint base and improve compressed heap handling. Reviewed-by: kvn, coleenp
Tue, 30 Dec 2014 12:59:20 -0500 8064335: Null pointer dereference in hotspot/src/share/vm/classfile/verifier.cpp
hseigel [Tue, 30 Dec 2014 12:59:20 -0500] rev 28371
8064335: Null pointer dereference in hotspot/src/share/vm/classfile/verifier.cpp Summary: use correct CHECK macro in call to load_class() Reviewed-by: coleenp, lfoltan, gziemski
Sat, 27 Dec 2014 13:26:41 -0500 Merge
hseigel [Sat, 27 Dec 2014 13:26:41 -0500] rev 28370
Merge
Wed, 17 Dec 2014 18:20:10 +0100 8049716: PPC64: Implement SA on Linux/PPC64
simonis [Wed, 17 Dec 2014 18:20:10 +0100] rev 28369
8049716: PPC64: Implement SA on Linux/PPC64 Reviewed-by: simonis, dsamersoff Contributed-by: maynardj@us.ibm.com
Tue, 23 Dec 2014 19:04:23 -0800 Merge
minqi [Tue, 23 Dec 2014 19:04:23 -0800] rev 28368
Merge
Fri, 19 Dec 2014 22:52:02 -0800 Merge
minqi [Fri, 19 Dec 2014 22:52:02 -0800] rev 28367
Merge
Fri, 19 Dec 2014 18:33:55 +0100 8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
simonis [Fri, 19 Dec 2014 18:33:55 +0100] rev 28366
8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639 Reviewed-by: goetz
Thu, 18 Dec 2014 16:15:21 -0500 8067713: Move clean_weak_method_links for redefinition out of class unloading
coleenp [Thu, 18 Dec 2014 16:15:21 -0500] rev 28365
8067713: Move clean_weak_method_links for redefinition out of class unloading Summary: Do this work during class redefinition, only verify clean during class unloading in debug mode. Reviewed-by: sspitsyn, roland, kbarrett
Thu, 18 Dec 2014 04:56:27 +0000 Merge
jiangli [Thu, 18 Dec 2014 04:56:27 +0000] rev 28364
Merge
Wed, 17 Dec 2014 23:34:52 -0500 8059510: Compact symbol table layout inside shared archive.
jiangli [Wed, 17 Dec 2014 23:34:52 -0500] rev 28363
8059510: Compact symbol table layout inside shared archive. Summary: Use separate compact table for shared symbols. Reviewed-by: iklam, gziemski, shade, sla, jrose
Thu, 15 Jan 2015 13:09:39 -0800 Added tag jdk9-b46 for changeset a41296327b3d
katleman [Thu, 15 Jan 2015 13:09:39 -0800] rev 28362
Added tag jdk9-b46 for changeset a41296327b3d
Fri, 16 Jan 2015 12:33:36 -0800 Merge
lana [Fri, 16 Jan 2015 12:33:36 -0800] rev 28361
Merge
Fri, 16 Jan 2015 10:15:54 +0100 8069041: Bootcycle builds do not work with sjavac
erikj [Fri, 16 Jan 2015 10:15:54 +0100] rev 28360
8069041: Bootcycle builds do not work with sjavac Reviewed-by: ihse
Thu, 15 Jan 2015 14:51:05 -0800 8067099: Add deprecation lint warning to build of jdk repository
darcy [Thu, 15 Jan 2015 14:51:05 -0800] rev 28359
8067099: Add deprecation lint warning to build of jdk repository Reviewed-by: erikj
Thu, 15 Jan 2015 15:43:28 +0100 8069057: Make sure configure is run by bash
ihse [Thu, 15 Jan 2015 15:43:28 +0100] rev 28358
8069057: Make sure configure is run by bash Reviewed-by: erikj
Thu, 15 Jan 2015 15:40:56 +0100 8069063: More merge errors following JDK-8049367
ihse [Thu, 15 Jan 2015 15:40:56 +0100] rev 28357
8069063: More merge errors following JDK-8049367 Reviewed-by: erikj
Thu, 15 Jan 2015 15:09:37 +0100 8066769: Fix merge errors following JDK-8049367
ihse [Thu, 15 Jan 2015 15:09:37 +0100] rev 28356
8066769: Fix merge errors following JDK-8049367 Reviewed-by: erikj
Thu, 15 Jan 2015 12:09:04 +0100 8068902: Solaris build fails with new 10u10 devkit
erikj [Thu, 15 Jan 2015 12:09:04 +0100] rev 28355
8068902: Solaris build fails with new 10u10 devkit Reviewed-by: tbell
Tue, 13 Jan 2015 08:58:06 -0800 Merge
amurillo [Tue, 13 Jan 2015 08:58:06 -0800] rev 28354
Merge
Thu, 08 Jan 2015 17:11:48 -0800 Merge
amurillo [Thu, 08 Jan 2015 17:11:48 -0800] rev 28353
Merge
Thu, 08 Jan 2015 17:45:08 -0500 Merge
dlong [Thu, 08 Jan 2015 17:45:08 -0500] rev 28352
Merge
Tue, 30 Dec 2014 11:05:01 +0300 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
fzhinkin [Tue, 30 Dec 2014 11:05:01 +0300] rev 28351
8068272: Extend WhiteBox API with methods that check monitor state and force safepoint Reviewed-by: kvn, iignatyev
Wed, 24 Dec 2014 19:31:28 +0300 Merge
iignatyev [Wed, 24 Dec 2014 19:31:28 +0300] rev 28350
Merge
Sat, 13 Dec 2014 00:10:55 +0300 8059613: JEP-JDK-8043304: Test task: JMX- tests
iignatyev [Sat, 13 Dec 2014 00:10:55 +0300] rev 28349
8059613: JEP-JDK-8043304: Test task: JMX- tests Reviewed-by: thartmann, twisti Contributed-by: dmitrij.pochepko@oracle.com
Wed, 07 Jan 2015 15:02:33 +0100 8067868: Add GCOld as a JTreg test
brutisso [Wed, 07 Jan 2015 15:02:33 +0100] rev 28348
8067868: Add GCOld as a JTreg test Reviewed-by: kbarrett, dfazunen, ehelin
Wed, 07 Jan 2015 10:17:45 +0100 8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso [Wed, 07 Jan 2015 10:17:45 +0100] rev 28347
8067676: Add applicable closed gc jtreg tests to run in JPRT Reviewed-by: ehelin
Thu, 15 Jan 2015 13:09:36 -0800 Added tag jdk9-b46 for changeset 2602be4290e7
katleman [Thu, 15 Jan 2015 13:09:36 -0800] rev 28346
Added tag jdk9-b46 for changeset 2602be4290e7
Wed, 05 Jul 2017 20:14:13 +0200 Added tag jdk9-b46 for changeset 722378bc599e
duke [Wed, 05 Jul 2017 20:14:13 +0200] rev 28345
Added tag jdk9-b46 for changeset 722378bc599e
Wed, 05 Jul 2017 20:14:13 +0200 Merge jdk9-b46
duke [Wed, 05 Jul 2017 20:14:13 +0200] rev 28344
Merge
Wed, 05 Jul 2017 20:14:07 +0200 Merge
duke [Wed, 05 Jul 2017 20:14:07 +0200] rev 28343
Merge
Mon, 12 Jan 2015 12:23:34 -0800 Merge
lana [Mon, 12 Jan 2015 12:23:34 -0800] rev 28342
Merge
Mon, 12 Jan 2015 09:19:06 -0800 8006469: Cleanup reflective access of java.lang.annotation.Repeatable
darcy [Mon, 12 Jan 2015 09:19:06 -0800] rev 28341
8006469: Cleanup reflective access of java.lang.annotation.Repeatable Reviewed-by: jfranck
Fri, 09 Jan 2015 18:03:01 -0800 8068759: ConstFoldTest fails on Windows
jjg [Fri, 09 Jan 2015 18:03:01 -0800] rev 28340
8068759: ConstFoldTest fails on Windows Reviewed-by: ksrini
Fri, 09 Jan 2015 15:51:20 +0000 8067914: Redundant type cast nodes in AST (follow up from JDK-8043741)
mcimadamore [Fri, 09 Jan 2015 15:51:20 +0000] rev 28339
8067914: Redundant type cast nodes in AST (follow up from JDK-8043741) Summary: Workaround for redundant (but harmless) synthetic cast generated in TransTypes Reviewed-by: mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Fri, 09 Jan 2015 15:50:22 +0000 8067429: java.lang.VerifyError: Inconsistent stackmap frames at branch target
mcimadamore [Fri, 09 Jan 2015 15:50:22 +0000] rev 28338
8067429: java.lang.VerifyError: Inconsistent stackmap frames at branch target Summary: bitset for alive variables contains info about variables out of range Reviewed-by: mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Fri, 09 Jan 2015 15:49:42 +0000 8043741: VerifyError due to missing checkcast
mcimadamore [Fri, 09 Jan 2015 15:49:42 +0000] rev 28337
8043741: VerifyError due to missing checkcast Summary: Proto-type is not set correctly for NULLCHK synthetic trees Reviewed-by: mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Fri, 09 Jan 2015 15:48:09 +0000 8066871: java.lang.VerifyError: Bad local variable type - local final String
mcimadamore [Fri, 09 Jan 2015 15:48:09 +0000] rev 28336
8066871: java.lang.VerifyError: Bad local variable type - local final String Summary: baseType() erroneously called on MethodResultInfo causes lack of constant type info Reviewed-by: jlahoda, mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
Thu, 08 Jan 2015 22:01:20 -0800 8058373: Group 10a: golden files for tests in tools/javac dir
sogoel [Thu, 08 Jan 2015 22:01:20 -0800] rev 28335
8058373: Group 10a: golden files for tests in tools/javac dir Reviewed-by: jjg, darcy
Thu, 08 Jan 2015 14:43:05 +0000 8058542: Devise scheme for better diagnostic creation
mcimadamore [Thu, 08 Jan 2015 14:43:05 +0000] rev 28334
8058542: Devise scheme for better diagnostic creation Summary: Add support for generating (at build-time) an enum-like class containing all javac diagnostics, which allows for safe diagnostic creation. Reviewed-by: jlahoda, jjg, vromero, erikj, jfranck
Wed, 07 Jan 2015 17:06:47 -0800 8068639: Make certain annotation classfile warnings opt-in
darcy [Wed, 07 Jan 2015 17:06:47 -0800] rev 28333
8068639: Make certain annotation classfile warnings opt-in Reviewed-by: jjg
Tue, 06 Jan 2015 14:51:10 -0800 8059977: StandardJavaFileManager should support java.nio.file.Path
jjg [Tue, 06 Jan 2015 14:51:10 -0800] rev 28332
8059977: StandardJavaFileManager should support java.nio.file.Path Reviewed-by: jlahoda
Tue, 06 Jan 2015 15:46:41 +0000 8067883: Javac misses some opportunities for diagnostic simplification
mcimadamore [Tue, 06 Jan 2015 15:46:41 +0000] rev 28331
8067883: Javac misses some opportunities for diagnostic simplification Summary: Javac always report full inference diagnostic, even when message does not mention inference variables. Reviewed-by: jlahoda
Mon, 05 Jan 2015 17:35:48 -0800 8064857: javac generates LVT entry with length 0 for local variable
vromero [Mon, 05 Jan 2015 17:35:48 -0800] rev 28330
8064857: javac generates LVT entry with length 0 for local variable Reviewed-by: mcimadamore, jjg
Thu, 08 Jan 2015 12:08:32 -0800 Added tag jdk9-b45 for changeset 439ddf7e360f
katleman [Thu, 08 Jan 2015 12:08:32 -0800] rev 28329
Added tag jdk9-b45 for changeset 439ddf7e360f
Wed, 05 Jul 2017 20:14:02 +0200 Merge
duke [Wed, 05 Jul 2017 20:14:02 +0200] rev 28328
Merge
Mon, 12 Jan 2015 12:24:03 -0800 Merge
lana [Mon, 12 Jan 2015 12:24:03 -0800] rev 28327
Merge
Tue, 06 Jan 2015 13:20:25 +0000 8067867: Subsume module java.xml.soap into module java.xml.ws
alanb [Tue, 06 Jan 2015 13:20:25 +0000] rev 28326
8067867: Subsume module java.xml.soap into module java.xml.ws Reviewed-by: mkos, mchung
Thu, 08 Jan 2015 12:08:26 -0800 Added tag jdk9-b45 for changeset 6eeedc4257ca
katleman [Thu, 08 Jan 2015 12:08:26 -0800] rev 28325
Added tag jdk9-b45 for changeset 6eeedc4257ca
Wed, 05 Jul 2017 20:13:58 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:58 +0200] rev 28324
Merge
Thu, 08 Jan 2015 12:08:25 -0800 Added tag jdk9-b45 for changeset c0fc59caca88
katleman [Thu, 08 Jan 2015 12:08:25 -0800] rev 28323
Added tag jdk9-b45 for changeset c0fc59caca88
Wed, 05 Jul 2017 20:13:53 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:53 +0200] rev 28322
Merge
Mon, 12 Jan 2015 12:24:14 -0800 Merge
lana [Mon, 12 Jan 2015 12:24:14 -0800] rev 28321
Merge
Mon, 12 Jan 2015 14:32:32 +0100 8068784: Halve the function object creation code size
attila [Mon, 12 Jan 2015 14:32:32 +0100] rev 28320
8068784: Halve the function object creation code size Reviewed-by: hannesw, sundar
Mon, 12 Jan 2015 11:29:42 +0100 8068580: make JavaAdapterFactory.isAutoConvertibleFromFunction more robust
attila [Mon, 12 Jan 2015 11:29:42 +0100] rev 28319
8068580: make JavaAdapterFactory.isAutoConvertibleFromFunction more robust Reviewed-by: lagergren, sundar
Wed, 07 Jan 2015 14:02:30 +0530 8068524: NashornScriptEngineFactory.getParameter() throws IAE for an unknown key, doesn't conform to the general spec
sundar [Wed, 07 Jan 2015 14:02:30 +0530] rev 28318
8068524: NashornScriptEngineFactory.getParameter() throws IAE for an unknown key, doesn't conform to the general spec Reviewed-by: hannesw, attila
Mon, 05 Jan 2015 16:02:56 +0530 8068431: @since and @jdk.Exported are missing in jdk.nashorn.api.scripting classes and package-info.java files
sundar [Mon, 05 Jan 2015 16:02:56 +0530] rev 28317
8068431: @since and @jdk.Exported are missing in jdk.nashorn.api.scripting classes and package-info.java files Reviewed-by: attila, lagergren
Thu, 08 Jan 2015 12:08:33 -0800 Added tag jdk9-b45 for changeset 2261a52528ba
katleman [Thu, 08 Jan 2015 12:08:33 -0800] rev 28316
Added tag jdk9-b45 for changeset 2261a52528ba
Wed, 05 Jul 2017 20:13:47 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:47 +0200] rev 28315
Merge
Mon, 12 Jan 2015 12:24:50 -0800 Merge
lana [Mon, 12 Jan 2015 12:24:50 -0800] rev 28314
Merge
Tue, 06 Jan 2015 13:19:04 +0000 8047776: Add module java.transaction to export API javax.transaction
alanb [Tue, 06 Jan 2015 13:19:04 +0000] rev 28313
8047776: Add module java.transaction to export API javax.transaction Reviewed-by: lancea, mchung
Thu, 08 Jan 2015 12:08:21 -0800 Added tag jdk9-b45 for changeset b66fb707bb53
katleman [Thu, 08 Jan 2015 12:08:21 -0800] rev 28312
Added tag jdk9-b45 for changeset b66fb707bb53
Wed, 05 Jul 2017 20:13:41 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:41 +0200] rev 28311
Merge
Mon, 12 Jan 2015 12:24:30 -0800 Merge
lana [Mon, 12 Jan 2015 12:24:30 -0800] rev 28310
Merge
Fri, 09 Jan 2015 17:27:28 -0800 4026465: Provide more byte array constructors for BigInteger
bpb [Fri, 09 Jan 2015 17:27:28 -0800] rev 28309
4026465: Provide more byte array constructors for BigInteger Summary: Add two's complement and sign-magnitude constructors for byte arrays with offset and length. Reviewed-by: darcy, alanb, scolebourne
Fri, 09 Jan 2015 11:58:34 -0800 8046724: XML Signature ECKeyValue elements cannot be marshalled or unmarshalled
juh [Fri, 09 Jan 2015 11:58:34 -0800] rev 28308
8046724: XML Signature ECKeyValue elements cannot be marshalled or unmarshalled Reviewed-by: mullan
Fri, 09 Jan 2015 16:54:17 +0100 8067060: build can still fail with spaces following -L on link lines
erikj [Fri, 09 Jan 2015 16:54:17 +0100] rev 28307
8067060: build can still fail with spaces following -L on link lines Reviewed-by: smarks, ihse
Fri, 09 Jan 2015 09:55:00 +0100 8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
sjiang [Fri, 09 Jan 2015 09:55:00 +0100] rev 28306
8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined Reviewed-by: jbachorik
Thu, 08 Jan 2015 10:06:45 -0800 6481080: (ann) @Deprecated annotation has no effect on packages
darcy [Thu, 08 Jan 2015 10:06:45 -0800] rev 28305
6481080: (ann) @Deprecated annotation has no effect on packages Reviewed-by: lancea, alanb, psandoz, abuckley
Thu, 08 Jan 2015 20:00:14 +0000 8068597: Add error code to to exception condition message resulting from GetAdaptersAddresses function calls
msheppar [Thu, 08 Jan 2015 20:00:14 +0000] rev 28304
8068597: Add error code to to exception condition message resulting from GetAdaptersAddresses function calls Summary: added error code to exception message thrown after a GetAdaptersAddresses call. Reviewed-by: chegar
Thu, 08 Jan 2015 11:44:10 +0000 8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
coffeys [Thu, 08 Jan 2015 11:44:10 +0000] rev 28303
8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer Reviewed-by: alanb
Wed, 07 Jan 2015 14:15:00 -0800 8059175: Zero BigDecimal with negative scale prints leading zeroes in String.format
bpb [Wed, 07 Jan 2015 14:15:00 -0800] rev 28302
8059175: Zero BigDecimal with negative scale prints leading zeroes in String.format Summary: Correct erroneous appending of zeroes and clean up code logic. Reviewed-by: darcy, psandoz
Wed, 07 Jan 2015 09:32:41 -0800 8058912: Broken link (access denied error) to http://www.rsasecurity.com in RC5ParameterSpec
jnimeh [Wed, 07 Jan 2015 09:32:41 -0800] rev 28301
8058912: Broken link (access denied error) to http://www.rsasecurity.com in RC5ParameterSpec Reviewed-by: xuelei, mullan
Wed, 07 Jan 2015 14:49:02 +0100 8068418: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected
sjiang [Wed, 07 Jan 2015 14:49:02 +0100] rev 28300
8068418: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected Reviewed-by: dholmes
Wed, 07 Jan 2015 03:59:06 +0000 8048607: Test key generation of DES and DESEDE
xuelei [Wed, 07 Jan 2015 03:59:06 +0000] rev 28299
8048607: Test key generation of DES and DESEDE Reviewed-by: xuelei Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
Tue, 06 Jan 2015 13:58:24 +0000 8047776: Add module java.transaction to export API javax.transaction
alanb [Tue, 06 Jan 2015 13:58:24 +0000] rev 28298
8047776: Add module java.transaction to export API javax.transaction Reviewed-by: lancea, mchung
Tue, 06 Jan 2015 13:28:40 +0000 8067867: Subsume module java.xml.soap into module java.xml.ws
alanb [Tue, 06 Jan 2015 13:28:40 +0000] rev 28297
8067867: Subsume module java.xml.soap into module java.xml.ws Reviewed-by: mkos, mchung
Tue, 06 Jan 2015 18:22:09 +0530 8068462: javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
sundar [Tue, 06 Jan 2015 18:22:09 +0530] rev 28296
8068462: javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API Reviewed-by: alanb, jlaskey
Mon, 05 Jan 2015 23:53:05 +0000 8067151: [TESTBUG] com/sun/corba/5036554/TestCorbaBug.sh
msheppar [Mon, 05 Jan 2015 23:53:05 +0000] rev 28295
8067151: [TESTBUG] com/sun/corba/5036554/TestCorbaBug.sh Summary: changed TESTJAVA to COMPILEJAVA for javac and idlj paths. Reviewed-by: chegar
Tue, 23 Dec 2014 16:58:06 -0800 8067316: TEST_BUG: update RMI test library with better test.timeout.factor handling
smarks [Tue, 23 Dec 2014 16:58:06 -0800] rev 28294
8067316: TEST_BUG: update RMI test library with better test.timeout.factor handling Reviewed-by: lancea
Mon, 05 Jan 2015 21:52:03 +0530 8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
sundar [Mon, 05 Jan 2015 21:52:03 +0530] rev 28293
8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName Reviewed-by: jlaskey, alanb
Sun, 04 Jan 2015 19:32:46 +0000 8054565: FilterOutputStream.close may throw IOException if called twice and underlying flush or close fails
chegar [Sun, 04 Jan 2015 19:32:46 +0000] rev 28292
8054565: FilterOutputStream.close may throw IOException if called twice and underlying flush or close fails Reviewed-by: alanb, prappo Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Nathan Clement <nathan.a.clement@hotmail.com>
Thu, 08 Jan 2015 12:08:28 -0800 Added tag jdk9-b45 for changeset 7cf8753380ea
katleman [Thu, 08 Jan 2015 12:08:28 -0800] rev 28291
Added tag jdk9-b45 for changeset 7cf8753380ea
Wed, 05 Jul 2017 20:13:35 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:35 +0200] rev 28290
Merge
Thu, 08 Jan 2015 12:08:22 -0800 Added tag jdk9-b45 for changeset b1b945e3c9b1
katleman [Thu, 08 Jan 2015 12:08:22 -0800] rev 28289
Added tag jdk9-b45 for changeset b1b945e3c9b1
Mon, 12 Jan 2015 12:23:24 -0800 Merge
lana [Mon, 12 Jan 2015 12:23:24 -0800] rev 28288
Merge
Fri, 09 Jan 2015 16:59:36 +0100 8068735: Configure fails on Windows if Visual Studio $LIB/$INCLUDE is lower case
ihse [Fri, 09 Jan 2015 16:59:36 +0100] rev 28287
8068735: Configure fails on Windows if Visual Studio $LIB/$INCLUDE is lower case Reviewed-by: erikj
Fri, 09 Jan 2015 16:45:44 +0100 8068726: Tab completion of targets fails when current dir is the output dir
erikj [Fri, 09 Jan 2015 16:45:44 +0100] rev 28286
8068726: Tab completion of targets fails when current dir is the output dir Reviewed-by: ihse
Fri, 09 Jan 2015 16:45:39 +0100 8067759: Create initial test bundle framework
ihse [Fri, 09 Jan 2015 16:45:39 +0100] rev 28285
8067759: Create initial test bundle framework Reviewed-by: ihse, erikj Contributed-by: ingemar.aberg@oracle.com
Tue, 06 Jan 2015 13:55:57 +0000 8047776: Add module java.transaction to export API javax.transaction
alanb [Tue, 06 Jan 2015 13:55:57 +0000] rev 28284
8047776: Add module java.transaction to export API javax.transaction Reviewed-by: lancea, mchung
Tue, 06 Jan 2015 13:26:58 +0000 8067867: Subsume module java.xml.soap into module java.xml.ws
alanb [Tue, 06 Jan 2015 13:26:58 +0000] rev 28283
8067867: Subsume module java.xml.soap into module java.xml.ws Reviewed-by: mkos, mchung
Thu, 08 Jan 2015 12:08:20 -0800 Added tag jdk9-b45 for changeset b3a4ba399911
katleman [Thu, 08 Jan 2015 12:08:20 -0800] rev 28282
Added tag jdk9-b45 for changeset b3a4ba399911
Wed, 05 Jul 2017 20:13:25 +0200 Added tag jdk9-b45 for changeset bfc24ae2b900
duke [Wed, 05 Jul 2017 20:13:25 +0200] rev 28281
Added tag jdk9-b45 for changeset bfc24ae2b900
Wed, 05 Jul 2017 20:13:25 +0200 Merge jdk9-b45
duke [Wed, 05 Jul 2017 20:13:25 +0200] rev 28280
Merge
Wed, 05 Jul 2017 20:13:21 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:21 +0200] rev 28279
Merge
Tue, 30 Dec 2014 13:19:41 -0800 Merge
lana [Tue, 30 Dec 2014 13:19:41 -0800] rev 28278
Merge
Thu, 25 Dec 2014 19:44:49 -0800 Merge
lana [Thu, 25 Dec 2014 19:44:49 -0800] rev 28277
Merge
Wed, 24 Dec 2014 11:17:51 -0800 8054689: Split large SJavac.java test source into multiple files
sogoel [Wed, 24 Dec 2014 11:17:51 -0800] rev 28276
8054689: Split large SJavac.java test source into multiple files Reviewed-by: jjg, jfranck
Fri, 19 Dec 2014 21:07:53 +0100 8061472: String.format in DeferredAttr.DeferredTypeMap constructor leads to excessive object creation
jfranck [Fri, 19 Dec 2014 21:07:53 +0100] rev 28275
8061472: String.format in DeferredAttr.DeferredTypeMap constructor leads to excessive object creation Reviewed-by: mcimadamore, vromero
Tue, 30 Dec 2014 09:44:22 -0800 Added tag jdk9-b44 for changeset 518c958a4dfa
katleman [Tue, 30 Dec 2014 09:44:22 -0800] rev 28274
Added tag jdk9-b44 for changeset 518c958a4dfa
Wed, 05 Jul 2017 20:13:14 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:14 +0200] rev 28273
Merge
Tue, 30 Dec 2014 09:44:18 -0800 Added tag jdk9-b44 for changeset 70e9e52aba53
katleman [Tue, 30 Dec 2014 09:44:18 -0800] rev 28272
Added tag jdk9-b44 for changeset 70e9e52aba53
Wed, 05 Jul 2017 20:13:08 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:08 +0200] rev 28271
Merge
Tue, 30 Dec 2014 09:44:17 -0800 Added tag jdk9-b44 for changeset 4059d1f7c903
katleman [Tue, 30 Dec 2014 09:44:17 -0800] rev 28270
Added tag jdk9-b44 for changeset 4059d1f7c903
Wed, 05 Jul 2017 20:13:05 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:05 +0200] rev 28269
Merge
Tue, 30 Dec 2014 09:44:23 -0800 Added tag jdk9-b44 for changeset 1bb8bc01c120
katleman [Tue, 30 Dec 2014 09:44:23 -0800] rev 28268
Added tag jdk9-b44 for changeset 1bb8bc01c120
Wed, 05 Jul 2017 20:13:01 +0200 Merge
duke [Wed, 05 Jul 2017 20:13:01 +0200] rev 28267
Merge
Tue, 30 Dec 2014 09:44:15 -0800 Added tag jdk9-b44 for changeset 18f968ee632e
katleman [Tue, 30 Dec 2014 09:44:15 -0800] rev 28266
Added tag jdk9-b44 for changeset 18f968ee632e
Wed, 05 Jul 2017 20:12:57 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:57 +0200] rev 28265
Merge
Thu, 01 Jan 2015 16:14:01 -0800 Merge
lana [Thu, 01 Jan 2015 16:14:01 -0800] rev 28264
Merge
Wed, 31 Dec 2014 15:03:16 +0100 8028357: Unnecessary allocation in AliasFileParser
redestad [Wed, 31 Dec 2014 15:03:16 +0100] rev 28263
8028357: Unnecessary allocation in AliasFileParser Reviewed-by: jbachorik
Tue, 30 Dec 2014 22:03:23 +0000 8039921: SHA1WithDSA with key > 1024 bits not working
valeriep [Tue, 30 Dec 2014 22:03:23 +0000] rev 28262
8039921: SHA1WithDSA with key > 1024 bits not working Summary: Removed the key size limits for all SHAXXXWithDSA signatures Reviewed-by: weijun
Tue, 30 Dec 2014 11:03:20 -0800 8068347: Add java/lang/ClassLoader/deadlock/GetResource.java to ProblemList.txt
bchristi [Tue, 30 Dec 2014 11:03:20 -0800] rev 28261
8068347: Add java/lang/ClassLoader/deadlock/GetResource.java to ProblemList.txt Reviewed-by: chegar
Tue, 30 Dec 2014 01:02:25 +0000 8049021: Add smartcardio tests with APDU buffer
valeriep [Tue, 30 Dec 2014 01:02:25 +0000] rev 28260
8049021: Add smartcardio tests with APDU buffer Summary: add APDU buffer regression tests for smartcardio Reviewed-by: valeriep Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
Mon, 29 Dec 2014 15:24:54 -0800 8066085: Need a sanity test for rmic -iiop
xiaofeya [Mon, 29 Dec 2014 15:24:54 -0800] rev 28259
8066085: Need a sanity test for rmic -iiop Reviewed-by: smarks
Tue, 30 Dec 2014 00:11:00 +0300 8068338: Better message about incompatible zlib in Deflater.init
igerasim [Tue, 30 Dec 2014 00:11:00 +0300] rev 28258
8068338: Better message about incompatible zlib in Deflater.init Reviewed-by: alanb, sherman
Mon, 29 Dec 2014 09:10:15 -0800 8064463: BigDecimal should populate NumberFormatException message
bpb [Mon, 29 Dec 2014 09:10:15 -0800] rev 28257
8064463: BigDecimal should populate NumberFormatException message Summary: Populate all NumberFormatExceptions with appropriate messages. Reviewed-by: alanb
Mon, 29 Dec 2014 07:42:28 -0800 8066834: tools/pack200/CommandLineTests.java does not conform ProblemList.txt style
ksrini [Mon, 29 Dec 2014 07:42:28 -0800] rev 28256
8066834: tools/pack200/CommandLineTests.java does not conform ProblemList.txt style Reviewed-by: alanb
Mon, 29 Dec 2014 07:38:54 -0800 8067889: 4 pack200 tests fail on mac since jdk became modular
ksrini [Mon, 29 Dec 2014 07:38:54 -0800] rev 28255
8067889: 4 pack200 tests fail on mac since jdk became modular Reviewed-by: alanb, chegar
Tue, 30 Dec 2014 13:19:59 -0800 Merge
lana [Tue, 30 Dec 2014 13:19:59 -0800] rev 28254
Merge
Thu, 25 Dec 2014 19:46:17 -0800 Merge
lana [Thu, 25 Dec 2014 19:46:17 -0800] rev 28253
Merge
Tue, 23 Dec 2014 12:40:06 -0800 8067964: Native2ascii doesn't close one of the streams it opens
bpb [Tue, 23 Dec 2014 12:40:06 -0800] rev 28252
8067964: Native2ascii doesn't close one of the streams it opens Summary: Change sun.tools.native2ascii.Main.convert() to use try-with-resources; also clean up code formatting. Reviewed-by: chegar
Tue, 23 Dec 2014 11:06:13 -0800 Merge
amurillo [Tue, 23 Dec 2014 11:06:13 -0800] rev 28251
Merge
Fri, 19 Dec 2014 17:01:45 -0800 Merge
amurillo [Fri, 19 Dec 2014 17:01:45 -0800] rev 28250
Merge
Wed, 17 Dec 2014 12:29:20 -0800 8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
mchung [Wed, 17 Dec 2014 12:29:20 -0800] rev 28249
8067366: Allow java.{endorsed,ext}.dirs property be set to empty string Reviewed-by: alanb, hseigel
Sun, 14 Dec 2014 23:03:00 +0000 Merge
minqi [Sun, 14 Dec 2014 23:03:00 +0000] rev 28248
Merge
Fri, 12 Dec 2014 20:51:03 -0800 Merge
minqi [Fri, 12 Dec 2014 20:51:03 -0800] rev 28247
Merge
Sun, 14 Dec 2014 16:02:46 -0500 8042418: Remove JVM_FindClassFromClassLoader
coleenp [Sun, 14 Dec 2014 16:02:46 -0500] rev 28246
8042418: Remove JVM_FindClassFromClassLoader Summary: The function has been replaced so is no longer used. Reviewed-by: mchung, dholmes
Thu, 04 Dec 2014 10:34:55 +0100 8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
jbachorik [Thu, 04 Dec 2014 10:34:55 +0100] rev 28245
8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently Reviewed-by: sla
Tue, 23 Dec 2014 10:09:52 -0800 8030090: (fs) Add default methods to Path for derived methods
bpb [Tue, 23 Dec 2014 10:09:52 -0800] rev 28244
8030090: (fs) Add default methods to Path for derived methods Summary: Use method bodies from sun.nio.fs.AbstractPath as default method implementations in Path. Reviewed-by: alanb
Tue, 23 Dec 2014 16:30:57 +0000 8044445: JEP 229: Create PKCS12 Keystores by Default
vinnie [Tue, 23 Dec 2014 16:30:57 +0000] rev 28243
8044445: JEP 229: Create PKCS12 Keystores by Default Reviewed-by: mullan, weijun
Tue, 23 Dec 2014 15:10:15 +0000 8065420: Eliminate internal API dependency from java/net/ResponseCache/ResponseCacheTest.java
chegar [Tue, 23 Dec 2014 15:10:15 +0000] rev 28242
8065420: Eliminate internal API dependency from java/net/ResponseCache/ResponseCacheTest.java Reviewed-by: chegar Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
Tue, 23 Dec 2014 02:58:15 +0000 8049312: AES/CICO test failed with on several modes
valeriep [Tue, 23 Dec 2014 02:58:15 +0000] rev 28241
8049312: AES/CICO test failed with on several modes Summary: Fixed error in calculating data sizes when using feedback modes Reviewed-by: xuelei
Tue, 23 Dec 2014 02:36:48 +0000 8043349: Consider adding aliases for Ucrypto algorithm-only Cipher transformations.
valeriep [Tue, 23 Dec 2014 02:36:48 +0000] rev 28240
8043349: Consider adding aliases for Ucrypto algorithm-only Cipher transformations. Summary: Add alias RSA and AES for RSA/ECB/PKCS1Padding and AES/ECB/PKCS5Padding. Reviewed-by: wetmore
Sat, 20 Dec 2014 10:11:14 -0800 Merge
prr [Sat, 20 Dec 2014 10:11:14 -0800] rev 28239
Merge
Tue, 16 Dec 2014 19:46:22 +0000 8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
serb [Tue, 16 Dec 2014 19:46:22 +0000] rev 28238
8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts Reviewed-by: bae, prr
Tue, 16 Dec 2014 10:09:22 -0800 Merge
prr [Tue, 16 Dec 2014 10:09:22 -0800] rev 28237
Merge
Tue, 16 Dec 2014 09:58:02 -0800 Merge
prr [Tue, 16 Dec 2014 09:58:02 -0800] rev 28236
Merge
Tue, 16 Dec 2014 10:09:01 -0800 8067086: Suppress mac-specific deprecation warnings in the java.desktop module
darcy [Tue, 16 Dec 2014 10:09:01 -0800] rev 28235
8067086: Suppress mac-specific deprecation warnings in the java.desktop module Reviewed-by: prr
Tue, 16 Dec 2014 09:57:33 -0800 8067092: Suppress windows-specific deprecation warnings in the java.desktop module
darcy [Tue, 16 Dec 2014 09:57:33 -0800] rev 28234
8067092: Suppress windows-specific deprecation warnings in the java.desktop module Reviewed-by: prr, alanb
Tue, 16 Dec 2014 20:23:46 +0300 7077826: Unset and empty DISPLAY variable is handled differently by JDK
serb [Tue, 16 Dec 2014 20:23:46 +0300] rev 28233
7077826: Unset and empty DISPLAY variable is handled differently by JDK Reviewed-by: azvegint, ant
Tue, 16 Dec 2014 19:26:06 +0300 6470361: Swing's Threading Policy example does not compile
serb [Tue, 16 Dec 2014 19:26:06 +0300] rev 28232
6470361: Swing's Threading Policy example does not compile Reviewed-by: azvegint, alexsch
Mon, 15 Dec 2014 17:20:17 -0800 8066621: Suppress deprecation warnings in java.desktop module
darcy [Mon, 15 Dec 2014 17:20:17 -0800] rev 28231
8066621: Suppress deprecation warnings in java.desktop module Reviewed-by: prr, alanb, ptbrunet
Mon, 15 Dec 2014 19:21:00 +0300 8067441: Some tests fails with error: cannot find symbol getSystemMnemonicKeyCodes()
alexsch [Mon, 15 Dec 2014 19:21:00 +0300] rev 28230
8067441: Some tests fails with error: cannot find symbol getSystemMnemonicKeyCodes() Reviewed-by: serb, azvegint
Mon, 15 Dec 2014 16:00:53 +0300 7155963: Deadlock in SystemFlavorMap.getFlavorsForNative and SunToolkit.awtLock
azvegint [Mon, 15 Dec 2014 16:00:53 +0300] rev 28229
7155963: Deadlock in SystemFlavorMap.getFlavorsForNative and SunToolkit.awtLock Reviewed-by: ant, serb
Thu, 11 Dec 2014 15:19:12 +0800 8067207: Replace concat String to append in StringBuilder parameters (client)
weijun [Thu, 11 Dec 2014 15:19:12 +0800] rev 28228
8067207: Replace concat String to append in StringBuilder parameters (client) Reviewed-by: serb Contributed-by: Otavio Santana <otaviojava@java.net>
Wed, 10 Dec 2014 17:10:57 +0300 8057788: [macosx] "Pinch to zoom" does not work since jdk7
denis [Wed, 10 Dec 2014 17:10:57 +0300] rev 28227
8057788: [macosx] "Pinch to zoom" does not work since jdk7 Reviewed-by: serb, alexsch
Wed, 10 Dec 2014 15:59:21 +0400 8065627: Animated GIFs fail to display on a HiDPI display
alexsch [Wed, 10 Dec 2014 15:59:21 +0400] rev 28226
8065627: Animated GIFs fail to display on a HiDPI display Reviewed-by: serb, azvegint
Tue, 09 Dec 2014 13:11:20 +0300 8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails
aivanov [Tue, 09 Dec 2014 13:11:20 +0300] rev 28225
8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails Reviewed-by: alexsch, azvegint
Tue, 30 Dec 2014 09:44:19 -0800 Added tag jdk9-b44 for changeset a912b7c7622f
katleman [Tue, 30 Dec 2014 09:44:19 -0800] rev 28224
Added tag jdk9-b44 for changeset a912b7c7622f
Wed, 05 Jul 2017 20:12:43 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:43 +0200] rev 28223
Merge
Thu, 01 Jan 2015 16:11:49 -0800 Merge
lana [Thu, 01 Jan 2015 16:11:49 -0800] rev 28222
Merge
Tue, 23 Dec 2014 16:42:48 -0800 Merge
kvn [Tue, 23 Dec 2014 16:42:48 -0800] rev 28221
Merge
Thu, 18 Dec 2014 16:53:13 +0100 8067865: Changes 8066780/8066782 broke the non-PCH build
simonis [Thu, 18 Dec 2014 16:53:13 +0100] rev 28220
8067865: Changes 8066780/8066782 broke the non-PCH build Reviewed-by: kvn
Fri, 19 Dec 2014 16:42:16 +0100 8067823: CheckCompileThresholdScaling.java throws RuntimeException
goetz [Fri, 19 Dec 2014 16:42:16 +0100] rev 28219
8067823: CheckCompileThresholdScaling.java throws RuntimeException Reviewed-by: kvn, iignatyev
Tue, 23 Dec 2014 14:03:15 +0100 Merge
jwilhelm [Tue, 23 Dec 2014 14:03:15 +0100] rev 28218
Merge
Thu, 18 Dec 2014 13:26:37 -0500 8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
kbarrett [Thu, 18 Dec 2014 13:26:37 -0500] rev 28217
8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS Summary: G1SATBCardTableModRefBS inherits from CardTableModRefBS Reviewed-by: mgerdin, brutisso, tschatzl
Mon, 22 Dec 2014 17:40:46 +0000 Merge
jwilhelm [Mon, 22 Dec 2014 17:40:46 +0000] rev 28216
Merge
Mon, 22 Dec 2014 16:49:24 +0100 8068036: assert(is_available(index)) failed in G1 cset
tschatzl [Mon, 22 Dec 2014 16:49:24 +0100] rev 28215
8068036: assert(is_available(index)) failed in G1 cset Summary: Some verification code iterated over the heap using the region mapping array. This is not allowed. Changed to use the regular iteration method with closure. Reviewed-by: jwilhelm, brutisso
Thu, 18 Dec 2014 16:15:49 +0100 Merge
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28214
Merge
Fri, 19 Dec 2014 09:21:06 +0100 8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
tschatzl [Fri, 19 Dec 2014 09:21:06 +0100] rev 28213
8060025: Object copy time regressions after JDK-8031323 and JDK-8057536 Summary: Evaluate and improve object copy time by micro-optimizations and splitting out slow and fast paths aggressively. Reviewed-by: kbarrett, mgerdin, jmasa Contributed-by: Tony Printezis <tprintezis@twitter.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Wed, 17 Dec 2014 22:32:44 -0500 8066827: Remove ReferenceProcessor::clean_up_discovered_references()
kbarrett [Wed, 17 Dec 2014 22:32:44 -0500] rev 28212
8066827: Remove ReferenceProcessor::clean_up_discovered_references() Summary: Abandon rather than clean up discovered references. Reviewed-by: jmasa, ysr
Thu, 18 Dec 2014 13:30:00 +0000 Merge
brutisso [Thu, 18 Dec 2014 13:30:00 +0000] rev 28211
Merge
Thu, 18 Dec 2014 13:37:02 +0100 8067873: gc/TestSmallHeap.java does not compile
brutisso [Thu, 18 Dec 2014 13:37:02 +0100] rev 28210
8067873: gc/TestSmallHeap.java does not compile Reviewed-by: mgerdin, jwilhelm
Thu, 18 Dec 2014 11:23:18 +0000 Merge
tschatzl [Thu, 18 Dec 2014 11:23:18 +0000] rev 28209
Merge
Thu, 18 Dec 2014 09:37:02 +0100 8067469: G1 ignores AlwaysPreTouch
tschatzl [Thu, 18 Dec 2014 09:37:02 +0100] rev 28208
8067469: G1 ignores AlwaysPreTouch Summary: Factor out pretouch code of the various virtual space management classes and use them everywhere including in G1. Reviewed-by: stefank, ehelin, dholmes
Mon, 08 Dec 2014 18:57:33 +0100 8067655: Clean up G1 remembered set oop iteration
mgerdin [Mon, 08 Dec 2014 18:57:33 +0100] rev 28207
8067655: Clean up G1 remembered set oop iteration Summary: Pass on the static type G1ParPushHeapRSClosure to allow oop_iterate devirtualization Reviewed-by: jmasa, kbarrett
Wed, 17 Dec 2014 18:09:24 +0100 8061611: Remove deprecated command line flags
drwhite [Wed, 17 Dec 2014 18:09:24 +0100] rev 28206
8061611: Remove deprecated command line flags Reviewed-by: jwilhelm, brutisso
Wed, 17 Dec 2014 09:47:14 +0100 8067438: Add test to verify minimal heap size
brutisso [Wed, 17 Dec 2014 09:47:14 +0100] rev 28205
8067438: Add test to verify minimal heap size Reviewed-by: dfazunen, ehelin
Mon, 22 Dec 2014 14:35:40 -0800 8067985: merging hs-comp to hs blocked by some tests not updated in 8054892
kvn [Mon, 22 Dec 2014 14:35:40 -0800] rev 28204
8067985: merging hs-comp to hs blocked by some tests not updated in 8054892 Reviewed-by: iveresov
Mon, 22 Dec 2014 10:41:57 -0800 Merge
kvn [Mon, 22 Dec 2014 10:41:57 -0800] rev 28203
Merge
Fri, 19 Dec 2014 16:42:40 -0800 8067338: compiler/debug/TraceIterativeGVN.java segfaults
vlivanov [Fri, 19 Dec 2014 16:42:40 -0800] rev 28202
8067338: compiler/debug/TraceIterativeGVN.java segfaults Reviewed-by: kvn
Tue, 16 Dec 2014 20:09:29 +0100 8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
roland [Tue, 16 Dec 2014 20:09:29 +0100] rev 28201
8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API Summary: whitebox test library was moved Reviewed-by: kvn
Tue, 16 Dec 2014 14:52:57 +0300 8054892: Improve compiler's CLI tests error reporting
eistepan [Tue, 16 Dec 2014 14:52:57 +0300] rev 28200
8054892: Improve compiler's CLI tests error reporting Reviewed-by: roland, twisti
Tue, 16 Dec 2014 17:56:24 +0300 8028595: WhiteBox API for stress testing of TieredCompilation
iignatyev [Tue, 16 Dec 2014 17:56:24 +0300] rev 28199
8028595: WhiteBox API for stress testing of TieredCompilation Reviewed-by: kvn
Tue, 16 Dec 2014 02:14:11 +0300 8065279: Remove testlibrary_tests from compact profile in jtreg
iignatyev [Tue, 16 Dec 2014 02:14:11 +0300] rev 28198
8065279: Remove testlibrary_tests from compact profile in jtreg Reviewed-by: kvn Contributed-by: dmitrij.pochepko@oracle.com
Tue, 16 Dec 2014 02:13:13 +0300 8067211: rewrite Utils::fileAsString
iignatyev [Tue, 16 Dec 2014 02:13:13 +0300] rev 28197
8067211: rewrite Utils::fileAsString Reviewed-by: kvn Contributed-by: tatiana.pivovarova@oracle.com
Mon, 15 Dec 2014 09:36:46 +0100 8067231: Zero builds fails after JDK-6898462
roland [Mon, 15 Dec 2014 09:36:46 +0100] rev 28196
8067231: Zero builds fails after JDK-6898462 Summary: Interpreter::remove_activation_entry() is not defined for the C++ interpreter Reviewed-by: roland, coleenp Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Sat, 13 Dec 2014 01:24:10 +0300 8066473: Port timeout utils from jdk test library into hotspot
iignatyev [Sat, 13 Dec 2014 01:24:10 +0300] rev 28195
8066473: Port timeout utils from jdk test library into hotspot Reviewed-by: kvn, iignatyev Contributed-by: pavel.chistyakov@oracle.com
Sat, 13 Dec 2014 01:24:07 +0300 8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests
ppunegov [Sat, 13 Dec 2014 01:24:07 +0300] rev 28194
8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests Reviewed-by: iveresov, thartmann
Fri, 12 Dec 2014 08:40:19 -0800 Merge
anoll [Fri, 12 Dec 2014 08:40:19 -0800] rev 28193
Merge
Fri, 12 Dec 2014 13:13:01 +0100 8067337: Remove Whitebox API from hotspot repository
thartmann [Fri, 12 Dec 2014 13:13:01 +0100] rev 28192
8067337: Remove Whitebox API from hotspot repository Summary: Remove Whitebox API from hotspot repository after it was moved to top level repository. Reviewed-by: iignatyev
Fri, 12 Dec 2014 09:58:37 +0000 Merge
thartmann [Fri, 12 Dec 2014 09:58:37 +0000] rev 28191
Merge
Fri, 12 Dec 2014 09:37:38 +0100 8066433: Move Whitebox test library to top level repository
thartmann [Fri, 12 Dec 2014 09:37:38 +0100] rev 28190
8066433: Move Whitebox test library to top level repository Summary: Moved Whitebox test library to top level repository. Reviewed-by: iignatyev, sla, mr
Fri, 12 Dec 2014 08:15:30 +0000 Merge
thartmann [Fri, 12 Dec 2014 08:15:30 +0000] rev 28189
Merge
Fri, 12 Dec 2014 09:07:54 +0100 8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139
thartmann [Fri, 12 Dec 2014 09:07:54 +0100] rev 28188
8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139 Summary: Check for dead input nodes after replacing compare node with implicit null check. Reviewed-by: kvn
Tue, 09 Dec 2014 11:57:46 +0100 8066964: ppc64: argument and return type profiling, fix problem with popframe
goetz [Tue, 09 Dec 2014 11:57:46 +0100] rev 28187
8066964: ppc64: argument and return type profiling, fix problem with popframe Reviewed-by: roland, kvn
Tue, 30 Dec 2014 13:19:30 -0800 Merge
lana [Tue, 30 Dec 2014 13:19:30 -0800] rev 28186
Merge
Thu, 25 Dec 2014 19:45:11 -0800 Merge
lana [Thu, 25 Dec 2014 19:45:11 -0800] rev 28185
Merge
Thu, 18 Dec 2014 16:15:49 +0100 Merge
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28184
Merge
Tue, 16 Dec 2014 02:14:03 +0100 Merge
jwilhelm [Tue, 16 Dec 2014 02:14:03 +0100] rev 28183
Merge
Mon, 15 Dec 2014 18:11:51 +0400 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
fzhinkin [Mon, 15 Dec 2014 18:11:51 +0400] rev 28182
8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails Reviewed-by: jmasa
Fri, 12 Dec 2014 21:37:37 +0300 8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
fzhinkin [Fri, 12 Dec 2014 21:37:37 +0300] rev 28181
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms Reviewed-by: iignatyev, kvn
Fri, 12 Dec 2014 21:32:43 +0300 Merge
iignatyev [Fri, 12 Dec 2014 21:32:43 +0300] rev 28180
Merge
Wed, 10 Dec 2014 13:58:30 +0000 8064909: FragmentMetaspace.java got OutOfMemoryError
iignatyev [Wed, 10 Dec 2014 13:58:30 +0000] rev 28179
8064909: FragmentMetaspace.java got OutOfMemoryError Summary: Increased heap size to prevent "java.lang.OutOfMemoryError: Java heap space" exception Reviewed-by: jmasa, dfazunen, jwilhelm Contributed-by: Michail Chernov <michail.chernov@oracle.com>
Thu, 11 Dec 2014 19:44:32 +0100 8066822: Remove PSMarkSweep::set_reference_processor
kbarrett [Thu, 11 Dec 2014 19:44:32 +0100] rev 28178
8066822: Remove PSMarkSweep::set_reference_processor Reviewed-by: brutisso, tschatzl
Wed, 10 Dec 2014 10:10:43 -0800 8066442: Add PS and ParOld support for promotion event
sfriberg [Wed, 10 Dec 2014 10:10:43 -0800] rev 28177
8066442: Add PS and ParOld support for promotion event Reviewed-by: tschatzl, ehelin
Thu, 11 Dec 2014 07:32:24 +0100 8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso [Thu, 11 Dec 2014 07:32:24 +0100] rev 28176
8067115: Add jtreg gc tests to Hotspot JPRT jobs Reviewed-by: tschatzl, jwilhelm, ehelin
Wed, 17 Dec 2014 12:29:27 -0800 8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
mchung [Wed, 17 Dec 2014 12:29:27 -0800] rev 28175
8067366: Allow java.{endorsed,ext}.dirs property be set to empty string Reviewed-by: alanb, hseigel
Tue, 16 Dec 2014 19:00:24 -0500 8064319: Need to enable -XX:+TraceExceptions in release builds
coleenp [Tue, 16 Dec 2014 19:00:24 -0500] rev 28174
8064319: Need to enable -XX:+TraceExceptions in release builds Summary: "-XX:+TraceExceptions" is now supported in product builds. Reviewed-by: sla, ccheung, coleenp Contributed-by: max.ockner@oracle.com
Tue, 16 Dec 2014 12:52:04 +0100 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin [Tue, 16 Dec 2014 12:52:04 +0100] rev 28173
8067452: Rename hotspot_all in hotspot/test/TEST.groups Reviewed-by: dholmes, ctornqvi, iignatyev
Sun, 14 Dec 2014 20:18:17 -0500 8059586: hs_err report should treat redirected core pattern
dholmes [Sun, 14 Dec 2014 20:18:17 -0500] rev 28172
8059586: hs_err report should treat redirected core pattern Reviewed-by: dholmes, sla, stuefe Contributed-by: Yasumasa Suenaga <yasuenag@gmail.com>
Sun, 14 Dec 2014 23:03:00 +0000 Merge
minqi [Sun, 14 Dec 2014 23:03:00 +0000] rev 28171
Merge
Fri, 12 Dec 2014 20:49:14 -0800 Merge
minqi [Fri, 12 Dec 2014 20:49:14 -0800] rev 28170
Merge
Sun, 14 Dec 2014 21:20:26 +0000 Merge
coleenp [Sun, 14 Dec 2014 21:20:26 +0000] rev 28169
Merge
Sun, 14 Dec 2014 16:04:03 -0500 8042418: Remove JVM_FindClassFromClassLoader
coleenp [Sun, 14 Dec 2014 16:04:03 -0500] rev 28168
8042418: Remove JVM_FindClassFromClassLoader Summary: The function has been replaced so is no longer used. Reviewed-by: mchung, dholmes
Fri, 12 Dec 2014 18:13:22 +0000 Merge
coleenp [Fri, 12 Dec 2014 18:13:22 +0000] rev 28167
Merge
Fri, 12 Dec 2014 13:19:33 -0500 8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*)
coleenp [Fri, 12 Dec 2014 13:19:33 -0500] rev 28166
8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*) Summary: Stop native stack walk when we get to compiled or stub frame. Reviewed-by: hseigel, lfoltan, ctornqvi
Fri, 12 Dec 2014 17:24:17 +0300 8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects
igerasim [Fri, 12 Dec 2014 17:24:17 +0300] rev 28165
8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects Summary: Limit the number of thread handles to MAXIMUM_WAIT_OBJECTS Reviewed-by: dholmes, dcubed
Fri, 12 Dec 2014 02:51:07 +0000 Merge
coleenp [Fri, 12 Dec 2014 02:51:07 +0000] rev 28164
Merge
Thu, 11 Dec 2014 21:34:43 -0500 8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
coleenp [Thu, 11 Dec 2014 21:34:43 -0500] rev 28163
8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint Summary: Ensure consistent safepoint checking in Mutex/Monitor locking methods. Reviewed-by: dholmes, dcubed, coleenp Contributed-by: max.ockner@oracle.com
Thu, 11 Dec 2014 09:15:10 -0800 8028773: warnings from b116 for hotspot.agent.src.share.native: JNI exception pending
dsamersoff [Thu, 11 Dec 2014 09:15:10 -0800] rev 28162
8028773: warnings from b116 for hotspot.agent.src.share.native: JNI exception pending Summary: Added couple of missed exception checks Reviewed-by: sla, sspitsyn
Tue, 30 Dec 2014 09:44:15 -0800 Added tag jdk9-b44 for changeset 44060bbba6ce
katleman [Tue, 30 Dec 2014 09:44:15 -0800] rev 28161
Added tag jdk9-b44 for changeset 44060bbba6ce
Thu, 01 Jan 2015 16:09:41 -0800 Merge
lana [Thu, 01 Jan 2015 16:09:41 -0800] rev 28160
Merge
Mon, 22 Dec 2014 11:19:30 -0800 8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo
kvn [Mon, 22 Dec 2014 11:19:30 -0800] rev 28159
8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo Reviewed-by: jcoomes
Mon, 22 Dec 2014 10:39:37 -0800 Merge
kvn [Mon, 22 Dec 2014 10:39:37 -0800] rev 28158
Merge
Wed, 17 Dec 2014 12:21:28 +0300 8028595: WhiteBox API for stress testing of TieredCompilation
iignatyev [Wed, 17 Dec 2014 12:21:28 +0300] rev 28157
8028595: WhiteBox API for stress testing of TieredCompilation Reviewed-by: kvn
Mon, 15 Dec 2014 08:53:07 -0800 Merge
anoll [Mon, 15 Dec 2014 08:53:07 -0800] rev 28156
Merge
Fri, 12 Dec 2014 08:40:18 -0800 Merge
anoll [Fri, 12 Dec 2014 08:40:18 -0800] rev 28155
Merge
Fri, 12 Dec 2014 09:36:44 +0100 8066433: Move Whitebox test library to top level repository
thartmann [Fri, 12 Dec 2014 09:36:44 +0100] rev 28154
8066433: Move Whitebox test library to top level repository Summary: Moved Whitebox test library to top level repository. Reviewed-by: iignatyev, sla, mr
Tue, 30 Dec 2014 09:44:11 -0800 Added tag jdk9-b44 for changeset 1206b8e2946d
katleman [Tue, 30 Dec 2014 09:44:11 -0800] rev 28153
Added tag jdk9-b44 for changeset 1206b8e2946d
Wed, 05 Jul 2017 20:12:20 +0200 Added tag jdk9-b44 for changeset abbfccd659b9
duke [Wed, 05 Jul 2017 20:12:20 +0200] rev 28152
Added tag jdk9-b44 for changeset abbfccd659b9
Wed, 05 Jul 2017 20:12:20 +0200 Merge jdk9-b44
duke [Wed, 05 Jul 2017 20:12:20 +0200] rev 28151
Merge
Wed, 05 Jul 2017 20:12:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:15 +0200] rev 28150
Merge
Tue, 23 Dec 2014 13:58:01 -0800 Merge
lana [Tue, 23 Dec 2014 13:58:01 -0800] rev 28149
Merge
Thu, 18 Dec 2014 13:21:44 +0000 8066974: Compiler doesn't infer method's generic type information in lambda body
mcimadamore [Thu, 18 Dec 2014 13:21:44 +0000] rev 28148
8066974: Compiler doesn't infer method's generic type information in lambda body Summary: Add loghic to avoid post-inference triggers on temporarty AST types Reviewed-by: jlahoda, vromero
Wed, 17 Dec 2014 12:48:04 -0800 8067384: Facilitate extension of the javac parser
rfield [Wed, 17 Dec 2014 12:48:04 -0800] rev 28147
8067384: Facilitate extension of the javac parser Reviewed-by: jjg
Wed, 17 Dec 2014 16:47:56 +0000 8067792: Javac crashes in finder mode with nested implicit lambdas
mcimadamore [Wed, 17 Dec 2014 16:47:56 +0000] rev 28146
8067792: Javac crashes in finder mode with nested implicit lambdas Summary: Revert tree changes occurred in Attr before running the analyzer Reviewed-by: jlahoda
Wed, 17 Dec 2014 12:49:57 +0100 8067422: Lambda method names are unnecessarily unstable
jlahoda [Wed, 17 Dec 2014 12:49:57 +0100] rev 28145
8067422: Lambda method names are unnecessarily unstable Summary: Lambda method numbers are now assigned per class for non-serializable lambdas. Reviewed-by: mcimadamore, rfield
Tue, 16 Dec 2014 13:44:22 +0000 8067663: Add bugId to tests that have been modified as part of JDK-8064365
mcimadamore [Tue, 16 Dec 2014 13:44:22 +0000] rev 28144
8067663: Add bugId to tests that have been modified as part of JDK-8064365 Summary: Add missing bug id to modified tests Reviewed-by: jlahoda
Mon, 15 Dec 2014 10:29:54 -0800 8067360: verify-modules target was dropped in jdk9 b41
mchung [Mon, 15 Dec 2014 10:29:54 -0800] rev 28143
8067360: verify-modules target was dropped in jdk9 b41 Reviewed-by: alanb, erikj
Fri, 12 Dec 2014 18:07:24 +0000 8064365: Better support for finder capabilities in target-typing context
mcimadamore [Fri, 12 Dec 2014 18:07:24 +0000] rev 28142
8064365: Better support for finder capabilities in target-typing context Summary: Add new framework to allow for easy creation of finder-like capabilities. Reviewed-by: jjg, jlahoda
Thu, 11 Dec 2014 18:23:17 -0800 8066808: langtools/test/Makefile should not use OS-specific jtreg binary
jjg [Thu, 11 Dec 2014 18:23:17 -0800] rev 28141
8066808: langtools/test/Makefile should not use OS-specific jtreg binary Reviewed-by: mcimadamore
Thu, 11 Dec 2014 18:20:00 -0800 8066807: langtools/test/Makefile should use -agentvm not -samevm
jjg [Thu, 11 Dec 2014 18:20:00 -0800] rev 28140
8066807: langtools/test/Makefile should use -agentvm not -samevm Reviewed-by: mcimadamore
Thu, 18 Dec 2014 19:57:56 -0800 Added tag jdk9-b43 for changeset 592c5d3be509
lana [Thu, 18 Dec 2014 19:57:56 -0800] rev 28139
Added tag jdk9-b43 for changeset 592c5d3be509
Wed, 05 Jul 2017 20:12:08 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:08 +0200] rev 28138
Merge
Thu, 18 Dec 2014 19:57:51 -0800 Added tag jdk9-b43 for changeset 1eddc8b954d5
lana [Thu, 18 Dec 2014 19:57:51 -0800] rev 28137
Added tag jdk9-b43 for changeset 1eddc8b954d5
Wed, 05 Jul 2017 20:12:03 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:03 +0200] rev 28136
Merge
Tue, 23 Dec 2014 13:57:26 -0800 Merge
lana [Tue, 23 Dec 2014 13:57:26 -0800] rev 28135
Merge
Mon, 15 Dec 2014 11:32:05 -0800 8065673: XML Test Colo: Add test build system for JAXP tests
joehw [Mon, 15 Dec 2014 11:32:05 -0800] rev 28134
8065673: XML Test Colo: Add test build system for JAXP tests Reviewed-by: alanb, joehw Contributed-by: tristan.yan@oracle.com
Thu, 18 Dec 2014 19:57:51 -0800 Added tag jdk9-b43 for changeset f5f19fe0e83b
lana [Thu, 18 Dec 2014 19:57:51 -0800] rev 28133
Added tag jdk9-b43 for changeset f5f19fe0e83b
Wed, 05 Jul 2017 20:11:58 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:58 +0200] rev 28132
Merge
Tue, 23 Dec 2014 13:57:28 -0800 Merge
lana [Tue, 23 Dec 2014 13:57:28 -0800] rev 28131
Merge
Thu, 18 Dec 2014 12:10:10 +0100 8067774: Use a stack of types when calculating local variable types
attila [Thu, 18 Dec 2014 12:10:10 +0100] rev 28130
8067774: Use a stack of types when calculating local variable types Reviewed-by: lagergren, sundar
Thu, 18 Dec 2014 16:33:33 +0530 8067854: bound java static method throws NPE when 'null' is used for this argument
sundar [Thu, 18 Dec 2014 16:33:33 +0530] rev 28129
8067854: bound java static method throws NPE when 'null' is used for this argument Reviewed-by: attila, hannesw
Wed, 17 Dec 2014 17:15:14 +0530 8067777: NetBeans nashorn debug target is broken. Nashorn source directory config. is wrong
sundar [Wed, 17 Dec 2014 17:15:14 +0530] rev 28128
8067777: NetBeans nashorn debug target is broken. Nashorn source directory config. is wrong Reviewed-by: lagergren, attila
Tue, 16 Dec 2014 17:02:54 +0100 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw [Tue, 16 Dec 2014 17:02:54 +0100] rev 28127
8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory Reviewed-by: attila, sundar
Tue, 16 Dec 2014 14:06:32 +0530 8067636: ant javadoc target is broken
sundar [Tue, 16 Dec 2014 14:06:32 +0530] rev 28126
8067636: ant javadoc target is broken Reviewed-by: hannesw, lagergren
Mon, 15 Dec 2014 12:32:34 +0100 8062030: Nashorn bug retrieving array property after key string concatenation
hannesw [Mon, 15 Dec 2014 12:32:34 +0100] rev 28125
8062030: Nashorn bug retrieving array property after key string concatenation Reviewed-by: sundar, lagergren, attila
Mon, 15 Dec 2014 12:08:36 +0100 8066215: Fuzzing bug: length valueOf bug
hannesw [Mon, 15 Dec 2014 12:08:36 +0100] rev 28124
8066215: Fuzzing bug: length valueOf bug Reviewed-by: attila, lagergren
Mon, 15 Dec 2014 16:30:45 +0530 8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set
sundar [Mon, 15 Dec 2014 16:30:45 +0530] rev 28123
8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set Reviewed-by: lagergren, attila, hannesw
Thu, 18 Dec 2014 19:57:57 -0800 Added tag jdk9-b43 for changeset b74f34ddea43
lana [Thu, 18 Dec 2014 19:57:57 -0800] rev 28122
Added tag jdk9-b43 for changeset b74f34ddea43
Wed, 05 Jul 2017 20:11:52 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:52 +0200] rev 28121
Merge
Thu, 18 Dec 2014 19:57:48 -0800 Added tag jdk9-b43 for changeset f323111baaa9
lana [Thu, 18 Dec 2014 19:57:48 -0800] rev 28120
Added tag jdk9-b43 for changeset f323111baaa9
Wed, 05 Jul 2017 20:11:47 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:47 +0200] rev 28119
Merge
Tue, 23 Dec 2014 13:58:34 -0800 Merge
lana [Tue, 23 Dec 2014 13:58:34 -0800] rev 28118
Merge
Thu, 18 Dec 2014 18:51:28 -0500 8067904: Additional DriverManager clean-up from 8060068
lancea [Thu, 18 Dec 2014 18:51:28 -0500] rev 28117
8067904: Additional DriverManager clean-up from 8060068 Reviewed-by: mchung
Thu, 18 Dec 2014 16:44:32 +0000 8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip
prappo [Thu, 18 Dec 2014 16:44:32 +0000] rev 28116
8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip Reviewed-by: rriggs, alanb
Wed, 17 Dec 2014 13:41:49 -0800 8061442: Update jdk/tools tests to remove check for the "jre" directory
ksrini [Wed, 17 Dec 2014 13:41:49 -0800] rev 28115
8061442: Update jdk/tools tests to remove check for the "jre" directory Reviewed-by: alanb, ksrini Contributed-by: felix.yang@oracle.com
Wed, 17 Dec 2014 13:03:29 +0000 8066642: Fix deprecation warnings in jdk.naming module
prappo [Wed, 17 Dec 2014 13:03:29 +0000] rev 28114
8066642: Fix deprecation warnings in jdk.naming module Reviewed-by: alanb, chegar
Wed, 17 Dec 2014 00:19:28 +0000 Merge
valeriep [Wed, 17 Dec 2014 00:19:28 +0000] rev 28113
Merge
Tue, 16 Dec 2014 22:33:43 +0000 Merge
valeriep [Tue, 16 Dec 2014 22:33:43 +0000] rev 28112
Merge
Fri, 12 Dec 2014 00:23:32 +0000 8062170: java.security.ProviderException: Error parsing configuration with space
valeriep [Fri, 12 Dec 2014 00:23:32 +0000] rev 28111
8062170: java.security.ProviderException: Error parsing configuration with space Summary: Updated to parse library path as a line which can contain quoted strings. Reviewed-by: vinnie
Fri, 12 Dec 2014 00:19:17 +0000 8048819: Implement reliability test for DH algorithm
valeriep [Fri, 12 Dec 2014 00:19:17 +0000] rev 28110
8048819: Implement reliability test for DH algorithm Summary: Added DH test for up-to-4 parties key exchange Reviewed-by: valeriep Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
Tue, 16 Dec 2014 16:02:56 -0800 8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed
ksrini [Tue, 16 Dec 2014 16:02:56 -0800] rev 28109
8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed 8067411: tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries 8067290: Missing bug id in test/tools/launcher/* Reviewed-by: darcy
Tue, 16 Dec 2014 13:45:20 -0800 8035117: TEST_BUG: java/rmi/server/RemoteObject/notExtending/NotExtending.java can fail with timeout
smarks [Tue, 16 Dec 2014 13:45:20 -0800] rev 28108
8035117: TEST_BUG: java/rmi/server/RemoteObject/notExtending/NotExtending.java can fail with timeout Reviewed-by: lancea
Tue, 16 Dec 2014 13:10:34 -0800 Merge
amurillo [Tue, 16 Dec 2014 13:10:34 -0800] rev 28107
Merge
Fri, 12 Dec 2014 07:50:34 -0800 Merge
amurillo [Fri, 12 Dec 2014 07:50:34 -0800] rev 28106
Merge
Thu, 11 Dec 2014 23:06:14 -0800 Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28105
Merge
Tue, 09 Dec 2014 08:58:19 +0100 8059949: com/sun/tools/attach/StartManagementAgent.java interrupted! (timed out?)
jbachorik [Tue, 09 Dec 2014 08:58:19 +0100] rev 28104
8059949: com/sun/tools/attach/StartManagementAgent.java interrupted! (timed out?) Reviewed-by: sla
Mon, 08 Dec 2014 00:25:10 -0800 Merge
minqi [Mon, 08 Dec 2014 00:25:10 -0800] rev 28103
Merge
Thu, 04 Dec 2014 11:26:46 -0800 6762191: Setting stack size to 16K causes segmentation fault
cjplummer [Thu, 04 Dec 2014 11:26:46 -0800] rev 28102
6762191: Setting stack size to 16K causes segmentation fault Summary: Fixed by forcing the stack size to always be at least 32k. Reviewed-by: dholmes, alanb, ksrini, sspitsyn
Wed, 03 Dec 2014 16:44:35 +0100 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
jbachorik [Wed, 03 Dec 2014 16:44:35 +0100] rev 28101
8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object Reviewed-by: dholmes, egahlin, sspitsyn
Wed, 03 Dec 2014 11:56:02 +0100 8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent
ykantser [Wed, 03 Dec 2014 11:56:02 +0100] rev 28100
8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent Reviewed-by: sla, fparain
Tue, 02 Dec 2014 16:21:33 +0100 6364329: jstat displays "invalid argument count" with usage
egahlin [Tue, 02 Dec 2014 16:21:33 +0100] rev 28099
6364329: jstat displays "invalid argument count" with usage Reviewed-by: jbachorik Contributed-by: Yuri Gaevsky <gaevsky@azulsystems.com>
Mon, 01 Dec 2014 09:49:44 +0100 8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file
ykantser [Mon, 01 Dec 2014 09:49:44 +0100] rev 28098
8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file Reviewed-by: jbachorik
Fri, 28 Nov 2014 16:56:45 +0100 6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
egahlin [Fri, 28 Nov 2014 16:56:45 +0100] rev 28097
6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException Reviewed-by: sla
Wed, 26 Nov 2014 23:49:02 +0000 Merge
minqi [Wed, 26 Nov 2014 23:49:02 +0000] rev 28096
Merge
Wed, 26 Nov 2014 15:33:43 -0800 8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError
minqi [Wed, 26 Nov 2014 15:33:43 -0800] rev 28095
8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError Summary: Add check null for loader in transform to avoid when loading a class in callback handler for boot loader, CFLH set early enough to catch classes needed during class loading, i.e. sun.misc.URLClassPath$JarLoader$2 seen in the failure. Reviewed-by: acorn, sspitsyn Contributed-by: yumin.qi@oracle.com
Tue, 16 Dec 2014 23:59:57 +0300 8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027
aefimov [Tue, 16 Dec 2014 23:59:57 +0300] rev 28094
8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027 Reviewed-by: sherman
Tue, 16 Dec 2014 12:48:31 -0800 8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath
naoto [Tue, 16 Dec 2014 12:48:31 -0800] rev 28093
8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath Reviewed-by: alanb
Tue, 16 Dec 2014 11:49:37 -0800 8067088: Suppress solaris-specific deprecation warnings in the jdk.crypto.ucrypto module
darcy [Tue, 16 Dec 2014 11:49:37 -0800] rev 28092
8067088: Suppress solaris-specific deprecation warnings in the jdk.crypto.ucrypto module Reviewed-by: valeriep
Tue, 16 Dec 2014 11:05:12 -0800 8067091: Fix Windows-specific deprecation warnings in the jdk.crypto.mscapi module
darcy [Tue, 16 Dec 2014 11:05:12 -0800] rev 28091
8067091: Fix Windows-specific deprecation warnings in the jdk.crypto.mscapi module Reviewed-by: vinnie
Tue, 16 Dec 2014 09:51:17 -0800 Merge
prr [Tue, 16 Dec 2014 09:51:17 -0800] rev 28090
Merge
Tue, 16 Dec 2014 08:14:50 -0800 Merge
prr [Tue, 16 Dec 2014 08:14:50 -0800] rev 28089
Merge
Sun, 07 Dec 2014 09:03:07 -0800 Merge
prr [Sun, 07 Dec 2014 09:03:07 -0800] rev 28088
Merge
Fri, 05 Dec 2014 14:55:08 +0300 8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2
yan [Fri, 05 Dec 2014 14:55:08 +0300] rev 28087
8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2 Reviewed-by: serb, alexsch
Fri, 05 Dec 2014 12:41:29 +0300 8059998: Broken link in java.awt.event Interface KeyListener
serb [Fri, 05 Dec 2014 12:41:29 +0300] rev 28086
8059998: Broken link in java.awt.event Interface KeyListener Reviewed-by: ant, alexsch
Wed, 03 Dec 2014 11:52:40 -0800 Merge
prr [Wed, 03 Dec 2014 11:52:40 -0800] rev 28085
Merge
Wed, 03 Dec 2014 18:04:50 +0300 8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper
serb [Wed, 03 Dec 2014 18:04:50 +0300] rev 28084
8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper Reviewed-by: azvegint, alexsch
Wed, 03 Dec 2014 15:43:25 +0300 6345095: regression test EmptyClipRenderingTest fails
serb [Wed, 03 Dec 2014 15:43:25 +0300] rev 28083
6345095: regression test EmptyClipRenderingTest fails Reviewed-by: azvegint, alexsch
Wed, 03 Dec 2014 14:25:49 +0300 8066142: Edit the value in the text field and then press the tab key, the number don't increase
alexsch [Wed, 03 Dec 2014 14:25:49 +0300] rev 28082
8066142: Edit the value in the text field and then press the tab key, the number don't increase Reviewed-by: serb, azvegint
Tue, 02 Dec 2014 12:48:49 +0300 8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c
azvegint [Tue, 02 Dec 2014 12:48:49 +0300] rev 28081
8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c Reviewed-by: alexsch, serb
Tue, 02 Dec 2014 12:47:12 +0300 8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt
azvegint [Tue, 02 Dec 2014 12:47:12 +0300] rev 28080
8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt Reviewed-by: alexsch, serb
Tue, 02 Dec 2014 12:45:40 +0300 8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c
azvegint [Tue, 02 Dec 2014 12:45:40 +0300] rev 28079
8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c Reviewed-by: alexsch, serb
Sun, 30 Nov 2014 15:43:08 +0300 8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
serb [Sun, 30 Nov 2014 15:43:08 +0300] rev 28078
8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf Reviewed-by: azvegint, alexsch
Fri, 28 Nov 2014 19:17:00 +0400 8031696: [macosx] TwentyThousandTest test failed with OOM
alexsch [Fri, 28 Nov 2014 19:17:00 +0400] rev 28077
8031696: [macosx] TwentyThousandTest test failed with OOM Reviewed-by: serb, pchelko
Fri, 28 Nov 2014 14:03:56 +0300 8059944: [OGL] Metrics for a method choice copying of texture should be improved
serb [Fri, 28 Nov 2014 14:03:56 +0300] rev 28076
8059944: [OGL] Metrics for a method choice copying of texture should be improved Reviewed-by: bae, prr
Fri, 28 Nov 2014 13:55:09 +0300 8061832: J2DBench can be improved
serb [Fri, 28 Nov 2014 13:55:09 +0300] rev 28075
8061832: J2DBench can be improved Reviewed-by: prr, bae
Fri, 28 Nov 2014 10:42:03 +0000 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
serb [Fri, 28 Nov 2014 10:42:03 +0000] rev 28074
8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl Reviewed-by: flar, prr
Thu, 27 Nov 2014 14:27:46 +0300 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch [Thu, 27 Nov 2014 14:27:46 +0300] rev 28073
8065098: JColorChooser no longer supports drag and drop between two JVM instances Reviewed-by: serb, pchelko
Tue, 25 Nov 2014 12:14:42 -0800 Merge
prr [Tue, 25 Nov 2014 12:14:42 -0800] rev 28072
Merge
Fri, 21 Nov 2014 16:11:03 +0300 8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2
yan [Fri, 21 Nov 2014 16:11:03 +0300] rev 28071
8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2 8064573: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java is asocial pressing VK_LEFT and not releasing 8064575: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java 100 times press keys and never releases 8064809: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java contains a lot of keyPress and not a single keyRelease Reviewed-by: alexsch, pchelko
Wed, 19 Nov 2014 16:42:19 +0400 8058193: [macosx] Potential incomplete fix for JDK-8031485
pchelko [Wed, 19 Nov 2014 16:42:19 +0400] rev 28070
8058193: [macosx] Potential incomplete fix for JDK-8031485 Reviewed-by: alexsch, serb
Wed, 19 Nov 2014 14:12:59 +0400 8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6
avstepan [Wed, 19 Nov 2014 14:12:59 +0400] rev 28069
8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6 Reviewed-by: pchelko
Tue, 18 Nov 2014 17:10:34 +0400 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan [Tue, 18 Nov 2014 17:10:34 +0400] rev 28068
8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8 Summary: Some new tests to check FileDialog modality behavior Reviewed-by: alexsch, pchelko
Tue, 18 Nov 2014 16:32:04 +0400 8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9
avstepan [Tue, 18 Nov 2014 16:32:04 +0400] rev 28067
8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9 Summary: Some modality tests for Print dialog were added Reviewed-by: pchelko
Tue, 16 Dec 2014 17:32:56 +0100 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
dfuchs [Tue, 16 Dec 2014 17:32:56 +0100] rev 28066
8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible. Summary: This test use the jrt:/ file system to find the name of all classes, then loads each of them, get their declared fields, and attempt to call setAccessible. Reviewed-by: coffeys, dholmes, plevart
Tue, 16 Dec 2014 12:43:36 +0000 8066867: Add InputStream transferTo to transfer content to an OutputStream
prappo [Tue, 16 Dec 2014 12:43:36 +0000] rev 28065
8066867: Add InputStream transferTo to transfer content to an OutputStream Reviewed-by: chegar Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>, Patrick Reinhart <patrick@reini.net>, Pavel Rappo <pavel.rappo@oracle.com>
Tue, 16 Dec 2014 04:58:34 +0000 8067289: Fix deprecation warnings in java.base module - CRC32C
sherman [Tue, 16 Dec 2014 04:58:34 +0000] rev 28064
8067289: Fix deprecation warnings in java.base module - CRC32C Summary: to remove the deprecation warning in CRC32C class Reviewed-by: darcy Contributed-by: staffan.friberg@oracle.com
Mon, 15 Dec 2014 17:36:20 -0500 8067486: Add diagnostics for Exception: Read from closed pipe hang
rriggs [Mon, 15 Dec 2014 17:36:20 -0500] rev 28063
8067486: Add diagnostics for Exception: Read from closed pipe hang Reviewed-by: lancea
Mon, 15 Dec 2014 12:09:49 -0800 8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
bpb [Mon, 15 Dec 2014 12:09:49 -0800] rev 28062
8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed Summary: If the stream is closed ensure getChannel() returns a closed channel. Also, FileKey.create() should throw an IOException directly instead of wrapping it in an Error. Reviewed-by: alanb
Mon, 15 Dec 2014 19:21:59 +0100 8067241: DeadlockTest.java failed with negative timeout value
sjiang [Mon, 15 Dec 2014 19:21:59 +0100] rev 28061
8067241: DeadlockTest.java failed with negative timeout value Reviewed-by: dfuchs, sspitsyn
Sat, 13 Dec 2014 20:22:21 +0000 8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
chegar [Sat, 13 Dec 2014 20:22:21 +0000] rev 28060
8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java Reviewed-by: chegar, prappo Contributed-by: Amy Lu <amy.lu@oracle.com>
Thu, 30 Oct 2014 07:31:41 -0700 8067377: My hobby: caning, then then canning, the the can-can
martin [Thu, 30 Oct 2014 07:31:41 -0700] rev 28059
8067377: My hobby: caning, then then canning, the the can-can Summary: Fix ALL the stutters! Reviewed-by: rriggs, mchung, lancea
Fri, 12 Dec 2014 15:07:00 -0500 8056238: (process) ProcessBuilder.redirectError spec has a broken link
rriggs [Fri, 12 Dec 2014 15:07:00 -0500] rev 28058
8056238: (process) ProcessBuilder.redirectError spec has a broken link Reviewed-by: lancea
Wed, 10 Dec 2014 09:23:00 -0800 8065804: JEP 171: Clarifications/corrections for fence intrinsics
martin [Wed, 10 Dec 2014 09:23:00 -0800] rev 28057
8065804: JEP 171: Clarifications/corrections for fence intrinsics Reviewed-by: dholmes, shade, dl, psandoz
Fri, 21 Nov 2014 16:30:02 -0800 8065172: More core reflection final and volatile annotations
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 28056
8065172: More core reflection final and volatile annotations Summary: more fiddling with "final" and "volatile" field modifiers Reviewed-by: jfranck, plevart, psandoz
Fri, 12 Dec 2014 15:35:21 +0100 8067254: No debug symbols in JPRT Windows builds
erikj [Fri, 12 Dec 2014 15:35:21 +0100] rev 28055
8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
Fri, 12 Dec 2014 14:31:26 +0100 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
sjiang [Fri, 12 Dec 2014 14:31:26 +0100] rev 28054
8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs Reviewed-by: dfuchs
Thu, 11 Dec 2014 18:40:05 -0800 8066633: Fix deprecation warnings in java.rmi module
smarks [Thu, 11 Dec 2014 18:40:05 -0800] rev 28053
8066633: Fix deprecation warnings in java.rmi module Reviewed-by: darcy, lancea
Thu, 18 Dec 2014 19:57:52 -0800 Added tag jdk9-b43 for changeset 52310706ed47
lana [Thu, 18 Dec 2014 19:57:52 -0800] rev 28052
Added tag jdk9-b43 for changeset 52310706ed47
Wed, 05 Jul 2017 20:11:32 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:32 +0200] rev 28051
Merge
Tue, 23 Dec 2014 13:57:53 -0800 Merge
lana [Tue, 23 Dec 2014 13:57:53 -0800] rev 28050
Merge
Thu, 11 Dec 2014 23:06:14 -0800 Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28049
Merge
Thu, 11 Dec 2014 16:22:47 -0800 Merge
anoll [Thu, 11 Dec 2014 16:22:47 -0800] rev 28048
Merge
Wed, 10 Dec 2014 16:45:55 +0100 8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
roland [Wed, 10 Dec 2014 16:45:55 +0100] rev 28047
8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects Summary: -XX:+TraceDeoptimization tries to print realloc'ed objects even when there are none Reviewed-by: kvn
Tue, 09 Dec 2014 21:33:51 +0000 Merge
iveresov [Tue, 09 Dec 2014 21:33:51 +0000] rev 28046
Merge
Tue, 09 Dec 2014 12:25:38 -0800 8066900: Array Out Of Bounds Exception causes variable corruption
iveresov [Tue, 09 Dec 2014 12:25:38 -0800] rev 28045
8066900: Array Out Of Bounds Exception causes variable corruption Summary: Fix FP registers save/restore during exception handling Reviewed-by: kvn, vlivanov
Tue, 09 Dec 2014 18:49:13 +0100 8066103: C2's range check smearing allows out of bound array accesses
roland [Tue, 09 Dec 2014 18:49:13 +0100] rev 28044
8066103: C2's range check smearing allows out of bound array accesses Summary: range check smearing uncorrectly adjust first range check in a list of range checks to cover all of them Reviewed-by: jrose, kvn, iveresov
Tue, 09 Dec 2014 14:49:27 +0000 Merge
iignatyev [Tue, 09 Dec 2014 14:49:27 +0000] rev 28043
Merge
Tue, 09 Dec 2014 17:31:40 +0300 8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented
iignatyev [Tue, 09 Dec 2014 17:31:40 +0300] rev 28042
8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented Reviewed-by: kvn, dholmes, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 05 Dec 2014 18:03:15 +0100 8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
roland [Fri, 05 Dec 2014 18:03:15 +0100] rev 28041
8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1 Summary: bad assumption on graph shape in CastIINode::Value if that part of the graph is becoming dead. Reviewed-by: kvn
Mon, 08 Dec 2014 18:21:02 +0300 8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
iignatyev [Mon, 08 Dec 2014 18:21:02 +0300] rev 28040
8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product Reviewed-by: kvn, thartmann Contributed-by: tatiana.pivovarova@oracle.com
Tue, 25 Nov 2014 17:33:59 +0100 6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
roland [Tue, 25 Nov 2014 17:33:59 +0100] rev 28039
6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94 Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes Reviewed-by: kvn, jrose
Fri, 05 Dec 2014 15:16:01 +0100 Merge
adlertz [Fri, 05 Dec 2014 15:16:01 +0100] rev 28038
Merge
Thu, 04 Dec 2014 14:11:11 +0000 Merge
roland [Thu, 04 Dec 2014 14:11:11 +0000] rev 28037
Merge
Thu, 04 Dec 2014 14:34:11 +0100 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
roland [Thu, 04 Dec 2014 14:34:11 +0100] rev 28036
8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing Reviewed-by: kvn, jrose
Thu, 11 Dec 2014 20:39:25 +0100 Merge
jwilhelm [Thu, 11 Dec 2014 20:39:25 +0100] rev 28035
Merge
Thu, 11 Dec 2014 02:43:50 +0100 6522873: Java not print "Unrecognized option" when it is invalid option.
jwilhelm [Thu, 11 Dec 2014 02:43:50 +0100] rev 28034
6522873: Java not print "Unrecognized option" when it is invalid option. Summary: Introduced a new version of match_option() that don't allow a tail after the flag name and used it for flags without extra arguments Reviewed-by: dholmes, dcubed
Wed, 10 Dec 2014 11:32:22 +0100 8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration
brutisso [Wed, 10 Dec 2014 11:32:22 +0100] rev 28033
8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration Reviewed-by: kbarrett, tschatzl
Wed, 10 Dec 2014 11:31:43 +0100 8066781: Minor cleanups to TenuredGeneration
brutisso [Wed, 10 Dec 2014 11:31:43 +0100] rev 28032
8066781: Minor cleanups to TenuredGeneration Reviewed-by: kbarrett, tschatzl
Wed, 10 Dec 2014 11:30:46 +0100 8066780: Split CardGeneration out to its own file
brutisso [Wed, 10 Dec 2014 11:30:46 +0100] rev 28031
8066780: Split CardGeneration out to its own file Reviewed-by: kbarrett, tschatzl
Tue, 09 Dec 2014 12:47:19 +0100 8066102: Clean up HeapRegionRemSet files
tschatzl [Tue, 09 Dec 2014 12:47:19 +0100] rev 28030
8066102: Clean up HeapRegionRemSet files Summary: Remove dead code, tighten public interfaces and improve documentation in the HeapRegionRemSet implementation. Reviewed-by: mgerdin, kbarrett
Mon, 08 Dec 2014 18:52:03 +0100 Merge
jwilhelm [Mon, 08 Dec 2014 18:52:03 +0100] rev 28029
Merge
Mon, 08 Dec 2014 15:17:39 +0000 Merge
stefank [Mon, 08 Dec 2014 15:17:39 +0000] rev 28028
Merge
Fri, 05 Dec 2014 21:16:45 +0100 8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
stefank [Fri, 05 Dec 2014 21:16:45 +0100] rev 28027
8065634: Crash in InstanceKlass::clean_method_data when _method is NULL Reviewed-by: coleenp, hseigel, poonam
Tue, 02 Dec 2014 09:53:30 +0100 8059066: CardTableModRefBS might commit the same page twice
ehelin [Tue, 02 Dec 2014 09:53:30 +0100] rev 28026
8059066: CardTableModRefBS might commit the same page twice Reviewed-by: tschatzl, kbarrett, jmasa
Thu, 04 Dec 2014 09:43:12 +0000 Merge
brutisso [Thu, 04 Dec 2014 09:43:12 +0000] rev 28025
Merge
Wed, 03 Dec 2014 09:27:24 -0800 8066441: Add PLAB trace event
sfriberg [Wed, 03 Dec 2014 09:27:24 -0800] rev 28024
8066441: Add PLAB trace event Reviewed-by: tschatzl, ehelin, egahlin
Mon, 08 Dec 2014 00:15:55 -0800 Merge
minqi [Mon, 08 Dec 2014 00:15:55 -0800] rev 28023
Merge
Sat, 06 Dec 2014 04:30:00 +0000 Merge
mikael [Sat, 06 Dec 2014 04:30:00 +0000] rev 28022
Merge
Fri, 05 Dec 2014 15:41:51 -0800 8066508: JTReg tests timeout on slow devices when run using JPRT
cjplummer [Fri, 05 Dec 2014 15:41:51 -0800] rev 28021
8066508: JTReg tests timeout on slow devices when run using JPRT Summary: Fixed by increasing timeoutFactor from 1 to 4 as is done already in jdk/test/Makefile. Reviewed-by: dholmes, dcubed
Fri, 05 Dec 2014 23:21:29 +0000 Merge
coleenp [Fri, 05 Dec 2014 23:21:29 +0000] rev 28020
Merge
Fri, 05 Dec 2014 15:15:13 -0500 8066171: Out of order with Metaspace allocation lock
coleenp [Fri, 05 Dec 2014 15:15:13 -0500] rev 28019
8066171: Out of order with Metaspace allocation lock Summary: Lock resolved_references instead. Reviewed-by: twisti, sspitsyn
Fri, 05 Dec 2014 12:24:10 -0800 8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified
ccheung [Fri, 05 Dec 2014 12:24:10 -0800] rev 28018
8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified Summary: define minimum required sizes for the ro, rw, and md regions and make sure the specified sizes are not less than the minimum sizes Reviewed-by: jiangli, dholmes, mseledtsov
Thu, 04 Dec 2014 15:20:09 -0800 8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid
iklam [Thu, 04 Dec 2014 15:20:09 -0800] rev 28017
8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
Thu, 04 Dec 2014 16:16:01 +0000 Merge
kevinw [Thu, 04 Dec 2014 16:16:01 +0000] rev 28016
Merge
Thu, 04 Dec 2014 12:43:45 +0000 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
kevinw [Thu, 04 Dec 2014 12:43:45 +0000] rev 28015
8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: sla, dsamersoff
Wed, 03 Dec 2014 17:12:25 +0100 8065788: os::reserve_memory() on Windows should not assert that allocation size is aligned to OS allocation granularity
mgronlun [Wed, 03 Dec 2014 17:12:25 +0100] rev 28014
8065788: os::reserve_memory() on Windows should not assert that allocation size is aligned to OS allocation granularity Reviewed-by: mgronlun, simonis Contributed-by: thomas.stuefe@sap.com
Thu, 18 Dec 2014 19:57:49 -0800 Added tag jdk9-b43 for changeset c12e49897c5a
lana [Thu, 18 Dec 2014 19:57:49 -0800] rev 28013
Added tag jdk9-b43 for changeset c12e49897c5a
Tue, 23 Dec 2014 13:56:51 -0800 Merge
lana [Tue, 23 Dec 2014 13:56:51 -0800] rev 28012
Merge
Thu, 18 Dec 2014 13:56:46 -0800 8067898: Disable verify-modules until JDK-8067479 is resolved
mchung [Thu, 18 Dec 2014 13:56:46 -0800] rev 28011
8067898: Disable verify-modules until JDK-8067479 is resolved Reviewed-by: ksrini
Wed, 17 Dec 2014 16:36:21 -0800 8067829: Remove setting -bootclasspath $(JDK_OUTPUTDIR)/classes from Javadoc.gmk
mchung [Wed, 17 Dec 2014 16:36:21 -0800] rev 28010
8067829: Remove setting -bootclasspath $(JDK_OUTPUTDIR)/classes from Javadoc.gmk Reviewed-by: erikj
Mon, 15 Dec 2014 17:49:56 -0800 8067631: hgforest.sh mishandles arguments with spaces
smarks [Mon, 15 Dec 2014 17:49:56 -0800] rev 28009
8067631: hgforest.sh mishandles arguments with spaces Reviewed-by: chegar
Tue, 16 Dec 2014 12:53:25 +0100 8067442: Tests using -Xshare:dump does not work with 'make test'
ehelin [Tue, 16 Dec 2014 12:53:25 +0100] rev 28008
8067442: Tests using -Xshare:dump does not work with 'make test' Reviewed-by: erikj, dholmes
Tue, 16 Dec 2014 11:28:34 +0100 8066138: Trailing whitespace in title of javadoc: Overview (Java Platform SE 7 )
alundblad [Tue, 16 Dec 2014 11:28:34 +0100] rev 28007
8066138: Trailing whitespace in title of javadoc: Overview (Java Platform SE 7 ) Summary: Trims whitespace of arguments in OptionOnly, OptionPair and OptionTrip. Reviewed-by: erikj
Mon, 15 Dec 2014 13:09:39 -0800 8065673: XML Test Colo: Add test build system for JAXP tests
joehw [Mon, 15 Dec 2014 13:09:39 -0800] rev 28006
8065673: XML Test Colo: Add test build system for JAXP tests Reviewed-by: alanb, joehw Contributed-by: tristan.yan@oracle.com
Mon, 15 Dec 2014 10:29:41 -0800 8067360: verify-modules target was dropped in jdk9 b41
mchung [Mon, 15 Dec 2014 10:29:41 -0800] rev 28005
8067360: verify-modules target was dropped in jdk9 b41 Reviewed-by: alanb, erikj
Fri, 12 Dec 2014 15:38:57 +0100 8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures
sgehwolf [Fri, 12 Dec 2014 15:38:57 +0100] rev 28004
8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures Reviewed-by: simonis, tbell, erikj
Fri, 12 Dec 2014 15:33:10 +0100 8067254: No debug symbols in JPRT Windows builds
erikj [Fri, 12 Dec 2014 15:33:10 +0100] rev 28003
8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
Thu, 18 Dec 2014 19:57:47 -0800 Added tag jdk9-b43 for changeset 2d5bf96c8f17
lana [Thu, 18 Dec 2014 19:57:47 -0800] rev 28002
Added tag jdk9-b43 for changeset 2d5bf96c8f17
Wed, 05 Jul 2017 20:11:08 +0200 Added tag jdk9-b43 for changeset 6494b13f88a8
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28001
Added tag jdk9-b43 for changeset 6494b13f88a8
Wed, 05 Jul 2017 20:11:08 +0200 Merge jdk9-b43
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28000
Merge
Wed, 05 Jul 2017 20:11:04 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:04 +0200] rev 27999
Merge
Thu, 11 Dec 2014 12:26:42 -0800 Merge
lana [Thu, 11 Dec 2014 12:26:42 -0800] rev 27998
Merge
Wed, 10 Dec 2014 21:45:39 +0200 8065360: Implement a test that checks possibilty of class members to be imported
aeremeev [Wed, 10 Dec 2014 21:45:39 +0200] rev 27997
8065360: Implement a test that checks possibilty of class members to be imported Reviewed-by: jlahoda, anazarov
Tue, 09 Dec 2014 17:40:02 +0000 8067006: Tweak IntelliJ langtools project to show jtreg report directory
mcimadamore [Tue, 09 Dec 2014 17:40:02 +0000] rev 27996
8067006: Tweak IntelliJ langtools project to show jtreg report directory Summary: Jtreg test output directory should be allowed to flow into IntelliJ's output Reviewed-by: jlahoda
Tue, 09 Dec 2014 16:09:07 +0000 8067001: DetectMutableStaticFields fails after modular images push
mcimadamore [Tue, 09 Dec 2014 16:09:07 +0000] rev 27995
8067001: DetectMutableStaticFields fails after modular images push Summary: Ignore JRTIndex.sharedInstance Reviewed-by: jlahoda
Tue, 09 Dec 2014 11:45:38 +0100 8066961: NegativeCyclicDependencyTest.java fails on Windows
aeremeev [Tue, 09 Dec 2014 11:45:38 +0100] rev 27994
8066961: NegativeCyclicDependencyTest.java fails on Windows Summary: Normalizing line endings to '\n'. Reviewed-by: jlahoda
Tue, 09 Dec 2014 01:06:11 +0200 8064794: Implement negative tests for cyclic dependencies in import statements
aeremeev [Tue, 09 Dec 2014 01:06:11 +0200] rev 27993
8064794: Implement negative tests for cyclic dependencies in import statements Reviewed-by: jlahoda, anazarov
Mon, 08 Dec 2014 21:26:04 +0100 8066902: JavacParserTest fails on Windows
jlahoda [Mon, 08 Dec 2014 21:26:04 +0100] rev 27992
8066902: JavacParserTest fails on Windows Summary: Normalizing line endings to '\n'. Reviewed-by: jjg, ksrini
Mon, 08 Dec 2014 18:02:07 +0100 8061549: Disallow _ as a one-character identifier
jlahoda [Mon, 08 Dec 2014 18:02:07 +0100] rev 27991
8061549: Disallow _ as a one-character identifier Summary: Underscore is no longer a one-charater identifier with -source 9 Reviewed-by: mcimadamore, jjg
Mon, 08 Dec 2014 16:30:43 +0000 8066889: IntelliJ langtools launcher ought to be Windows friendly
mcimadamore [Mon, 08 Dec 2014 16:30:43 +0000] rev 27990
8066889: IntelliJ langtools launcher ought to be Windows friendly Summary: Fixup file and path separators in project setup stage. Reviewed-by: jlahoda
Mon, 08 Dec 2014 11:50:19 +0100 8065753: javac crashing on a html-like file
jlahoda [Mon, 08 Dec 2014 11:50:19 +0100] rev 27989
8065753: javac crashing on a html-like file Summary: Avoiding special-case in error recovery for bad token on position 0. Reviewed-by: jjg
Thu, 04 Dec 2014 19:09:29 -0800 8066737: langtools/test/tools/javac/processing/6348193/T6348193.java fails
jjg [Thu, 04 Dec 2014 19:09:29 -0800] rev 27988
8066737: langtools/test/tools/javac/processing/6348193/T6348193.java fails Reviewed-by: darcy
Thu, 11 Dec 2014 11:44:07 -0800 Added tag jdk9-b42 for changeset a48998a1fc72
katleman [Thu, 11 Dec 2014 11:44:07 -0800] rev 27987
Added tag jdk9-b42 for changeset a48998a1fc72
Wed, 05 Jul 2017 20:11:00 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:00 +0200] rev 27986
Merge
Thu, 11 Dec 2014 11:44:03 -0800 Added tag jdk9-b42 for changeset f65d79186283
katleman [Thu, 11 Dec 2014 11:44:03 -0800] rev 27985
Added tag jdk9-b42 for changeset f65d79186283
Wed, 05 Jul 2017 20:10:57 +0200 Merge
duke [Wed, 05 Jul 2017 20:10:57 +0200] rev 27984
Merge
Thu, 11 Dec 2014 13:08:14 -0800 8051536: Convert JAXP function tests: javax.xml.parsers to jtreg(testng) tests
joehw [Thu, 11 Dec 2014 13:08:14 -0800] rev 27983
8051536: Convert JAXP function tests: javax.xml.parsers to jtreg(testng) tests Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
Thu, 11 Dec 2014 12:27:55 -0800 Merge
lana [Thu, 11 Dec 2014 12:27:55 -0800] rev 27982
Merge
Wed, 10 Dec 2014 16:38:01 -0800 8067183: TEST_BUG:File locked when processing the cleanup on test jaxp/test/javax/xml/jaxp/functional/javax/xml/transform/ptests/TransformerFactoryTest.java
joehw [Wed, 10 Dec 2014 16:38:01 -0800] rev 27981
8067183: TEST_BUG:File locked when processing the cleanup on test jaxp/test/javax/xml/jaxp/functional/javax/xml/transform/ptests/TransformerFactoryTest.java Reviewed-by: joehw Contributed-by: tristan.yan@oracle.com
Thu, 11 Dec 2014 11:44:02 -0800 Added tag jdk9-b42 for changeset 0a96e0cdbae5
katleman [Thu, 11 Dec 2014 11:44:02 -0800] rev 27980
Added tag jdk9-b42 for changeset 0a96e0cdbae5
Wed, 05 Jul 2017 20:10:53 +0200 Merge
duke [Wed, 05 Jul 2017 20:10:53 +0200] rev 27979
Merge
Thu, 11 Dec 2014 12:26:56 -0800 Merge
lana [Thu, 11 Dec 2014 12:26:56 -0800] rev 27978
Merge
Thu, 11 Dec 2014 19:15:47 +0100 8067219: NPE in ScriptObject.clone() when running with object fields
hannesw [Thu, 11 Dec 2014 19:15:47 +0100] rev 27977
8067219: NPE in ScriptObject.clone() when running with object fields Reviewed-by: attila, lagergren
Thu, 11 Dec 2014 15:39:58 +0100 8066669: dust.js performance regression caused by primitive field conversion
hannesw [Thu, 11 Dec 2014 15:39:58 +0100] rev 27976
8066669: dust.js performance regression caused by primitive field conversion Reviewed-by: attila, sundar
Thu, 11 Dec 2014 12:01:17 +0100 8066932: __noSuchMethod__ binds to this-object without proper guard
hannesw [Thu, 11 Dec 2014 12:01:17 +0100] rev 27975
8066932: __noSuchMethod__ binds to this-object without proper guard Reviewed-by: attila, lagergren
Wed, 10 Dec 2014 18:28:41 +0100 8066221: anonymous function statement name clashes with another symbol
attila [Wed, 10 Dec 2014 18:28:41 +0100] rev 27974
8066221: anonymous function statement name clashes with another symbol Reviewed-by: lagergren, sundar
Wed, 10 Dec 2014 19:42:01 +0530 8067136: BrowserJSObjectLinker does not handle call on JSObjects
sundar [Wed, 10 Dec 2014 19:42:01 +0530] rev 27973
8067136: BrowserJSObjectLinker does not handle call on JSObjects Reviewed-by: attila, hannesw, lagergren
Wed, 10 Dec 2014 12:30:48 +0100 8066236: RuntimeNode forces copy creation on visitation
attila [Wed, 10 Dec 2014 12:30:48 +0100] rev 27972
8066236: RuntimeNode forces copy creation on visitation Reviewed-by: hannesw, lagergren
Wed, 10 Dec 2014 11:55:25 +0100 8066224: fixes for folding a constant-test ternary operator
attila [Wed, 10 Dec 2014 11:55:25 +0100] rev 27971
8066224: fixes for folding a constant-test ternary operator Reviewed-by: hannesw, lagergren
Wed, 10 Dec 2014 11:55:04 +0100 8066225: NPE in MethodEmitter with duplicate integer switch cases
attila [Wed, 10 Dec 2014 11:55:04 +0100] rev 27970
8066225: NPE in MethodEmitter with duplicate integer switch cases Reviewed-by: hannesw, lagergren
Mon, 08 Dec 2014 15:14:11 +0100 8066227: CodeGenerator load unitialized slot
attila [Mon, 08 Dec 2014 15:14:11 +0100] rev 27969
8066227: CodeGenerator load unitialized slot Reviewed-by: hannesw, lagergren
Mon, 08 Dec 2014 15:13:16 +0100 8066230: Undefined object type assertion when computing TypeBounds
attila [Mon, 08 Dec 2014 15:13:16 +0100] rev 27968
8066230: Undefined object type assertion when computing TypeBounds Reviewed-by: hannesw, lagergren
Fri, 05 Dec 2014 20:17:51 +0530 8066777: OptimisticTypesPersistence.java should use Files.readAllBytes instead of getting size and then read
sundar [Fri, 05 Dec 2014 20:17:51 +0530] rev 27967
8066777: OptimisticTypesPersistence.java should use Files.readAllBytes instead of getting size and then read Reviewed-by: attila, lagergren Contributed-by: paul.sandoz@oracle.com
Fri, 05 Dec 2014 19:01:26 +0530 8066753: OptimisticTypePersistence.java should work properly with "jrt" URL
sundar [Fri, 05 Dec 2014 19:01:26 +0530] rev 27966
8066753: OptimisticTypePersistence.java should work properly with "jrt" URL Reviewed-by: lagergren, attila
Fri, 05 Dec 2014 14:35:00 +0530 8066749: jdk9-dev/nashorn ant build fails with jdk9 modular image build as JAVA_HOME
sundar [Fri, 05 Dec 2014 14:35:00 +0530] rev 27965
8066749: jdk9-dev/nashorn ant build fails with jdk9 modular image build as JAVA_HOME Reviewed-by: lagergren, hannesw
Thu, 11 Dec 2014 11:44:07 -0800 Added tag jdk9-b42 for changeset 5e4ae56d68ac
katleman [Thu, 11 Dec 2014 11:44:07 -0800] rev 27964
Added tag jdk9-b42 for changeset 5e4ae56d68ac
Wed, 05 Jul 2017 20:10:48 +0200 Merge
duke [Wed, 05 Jul 2017 20:10:48 +0200] rev 27963
Merge
Thu, 11 Dec 2014 11:44:00 -0800 Added tag jdk9-b42 for changeset b4926bbdbad8
katleman [Thu, 11 Dec 2014 11:44:00 -0800] rev 27962
Added tag jdk9-b42 for changeset b4926bbdbad8
Wed, 05 Jul 2017 20:10:44 +0200 Merge
duke [Wed, 05 Jul 2017 20:10:44 +0200] rev 27961
Merge
Thu, 11 Dec 2014 12:27:27 -0800 Merge
lana [Thu, 11 Dec 2014 12:27:27 -0800] rev 27960
Merge
Thu, 11 Dec 2014 06:49:12 -0800 8067030: JDWP crash in transport_startTransport on OOM
dsamersoff [Thu, 11 Dec 2014 06:49:12 -0800] rev 27959
8067030: JDWP crash in transport_startTransport on OOM Summary: Check for result of jvmtiAllocate Reviewed-by: jbachorik, sspitsyn
Thu, 11 Dec 2014 15:10:35 +0300 8066798: [TEST] Make java/lang/invoke/LFCaching tests use lib/testlibrary/jdk/testlibrary/TimeLimitedRunner.java to define their number of iterations
kshefov [Thu, 11 Dec 2014 15:10:35 +0300] rev 27958
8066798: [TEST] Make java/lang/invoke/LFCaching tests use lib/testlibrary/jdk/testlibrary/TimeLimitedRunner.java to define their number of iterations Reviewed-by: iignatyev, vlivanov
Thu, 11 Dec 2014 15:23:02 +0800 8055723: Replace concat String to append in StringBuilder parameters (dev)
weijun [Thu, 11 Dec 2014 15:23:02 +0800] rev 27957
8055723: Replace concat String to append in StringBuilder parameters (dev) Reviewed-by: redestad, ulfzibis, weijun, prappo, igerasim, alanb Contributed-by: Otavio Santana <otaviojava@java.net>
Wed, 10 Dec 2014 14:15:31 -0800 Merge
sherman [Wed, 10 Dec 2014 14:15:31 -0800] rev 27956
Merge
Wed, 10 Dec 2014 14:11:05 -0800 8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown
sherman [Wed, 10 Dec 2014 14:11:05 -0800] rev 27955
8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown Summary: to update the java doc to clarify the existing behavior Reviewed-by: lancea
Fri, 05 Dec 2014 15:44:01 -0800 8066507: JPRT is not capable of running jtreg tests located jdk/test
cjplummer [Fri, 05 Dec 2014 15:44:01 -0800] rev 27954
8066507: JPRT is not capable of running jtreg tests located jdk/test Summary: Fixed by copying same fix already in place in hotspot/test/Makefile. Reviewed-by: dholmes, tbell
Wed, 10 Dec 2014 18:31:24 +0100 8066589: Make importing sa-jdi.jar optional on its existance
simonis [Wed, 10 Dec 2014 18:31:24 +0100] rev 27953
8066589: Make importing sa-jdi.jar optional on its existance Summary: Also fix the location where libjli_static.a is loaded from on AIX Reviewed-by: erikj, dsamersoff
Wed, 10 Dec 2014 15:01:26 +0000 8066915: (fs) Files.newByteChannel opens directories for cases where subsequent reads may fail
alanb [Wed, 10 Dec 2014 15:01:26 +0000] rev 27952
8066915: (fs) Files.newByteChannel opens directories for cases where subsequent reads may fail Reviewed-by: chegar
Tue, 09 Dec 2014 14:02:53 -0800 Merge
amurillo [Tue, 09 Dec 2014 14:02:53 -0800] rev 27951
Merge
Fri, 05 Dec 2014 16:36:08 -0800 Merge
amurillo [Fri, 05 Dec 2014 16:36:08 -0800] rev 27950
Merge
Mon, 01 Dec 2014 12:08:17 +0100 Merge
jwilhelm [Mon, 01 Dec 2014 12:08:17 +0100] rev 27949
Merge
Mon, 24 Nov 2014 20:00:44 +0100 Merge
jwilhelm [Mon, 24 Nov 2014 20:00:44 +0100] rev 27948
Merge
Tue, 09 Dec 2014 09:22:07 -0800 8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
vlivanov [Tue, 09 Dec 2014 09:22:07 -0800] rev 27947
8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector Reviewed-by: jrose, psandoz
Tue, 09 Dec 2014 18:28:26 +0800 8044500: Add kinit options and krb5.conf flags that allow users to obtain renewable tickets and specify ticket lifetimes
weijun [Tue, 09 Dec 2014 18:28:26 +0800] rev 27946
8044500: Add kinit options and krb5.conf flags that allow users to obtain renewable tickets and specify ticket lifetimes Reviewed-by: valeriep
Tue, 09 Dec 2014 08:57:41 +0100 8066761: Investigate -sourcepath usage when compiling java
erikj [Tue, 09 Dec 2014 08:57:41 +0100] rev 27945
8066761: Investigate -sourcepath usage when compiling java Summary: Removed all uses of -sourcepath Reviewed-by: jfranck, alanb, ihse
Tue, 09 Dec 2014 08:43:06 +0100 8066752: Remove space after -L on linker lines
erikj [Tue, 09 Dec 2014 08:43:06 +0100] rev 27944
8066752: Remove space after -L on linker lines Reviewed-by: ihse
Mon, 08 Dec 2014 14:32:31 -0800 8066835: TEST_BUG: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails
smarks [Mon, 08 Dec 2014 14:32:31 -0800] rev 27943
8066835: TEST_BUG: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails Reviewed-by: lancea
Mon, 08 Dec 2014 11:54:17 -0800 8066841: Need to exclude javacpl in tools/launcher/VersionCheck.java
ksrini [Mon, 08 Dec 2014 11:54:17 -0800] rev 27942
8066841: Need to exclude javacpl in tools/launcher/VersionCheck.java Reviewed-by: alanb
Mon, 08 Dec 2014 09:13:08 -0800 8066643: (zipfs) Suppress deprecation warnings in jdk.zipfs module
darcy [Mon, 08 Dec 2014 09:13:08 -0800] rev 27941
8066643: (zipfs) Suppress deprecation warnings in jdk.zipfs module 8066634: Suppress deprecation warnings in java.management module 8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules Reviewed-by: alanb, lancea, sherman, sla, dfuchs
Mon, 08 Dec 2014 07:51:59 -0800 8066745: tools/pack200/Pack200Props.java failed with java.lang.OutOfMemoryError: Java heap space
ksrini [Mon, 08 Dec 2014 07:51:59 -0800] rev 27940
8066745: tools/pack200/Pack200Props.java failed with java.lang.OutOfMemoryError: Java heap space Reviewed-by: alanb
Mon, 08 Dec 2014 07:15:49 +0000 8049432: New tests for TLS property jdk.tls.client.protocols
xuelei [Mon, 08 Dec 2014 07:15:49 +0000] rev 27939
8049432: New tests for TLS property jdk.tls.client.protocols Reviewed-by: xuelei Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
Mon, 10 Nov 2014 08:43:27 -0800 8058407: Remove Multiple JRE support in the Java launcher
ksrini [Mon, 10 Nov 2014 08:43:27 -0800] rev 27938
8058407: Remove Multiple JRE support in the Java launcher Reviewed-by: alanb, darcy, ksrini Contributed-by: neil.toda@oracle.com
Sun, 07 Dec 2014 07:10:29 +0000 8064407: (fc) FileChannel transferTo should use TransmitFile on Windows
alanb [Sun, 07 Dec 2014 07:10:29 +0000] rev 27937
8064407: (fc) FileChannel transferTo should use TransmitFile on Windows Reviewed-by: alanb Contributed-by: kirk.shoop@microsoft.com, v-valkop@microsoft.com
Fri, 05 Dec 2014 17:36:18 -0800 8066638: Suppress deprecation warnings in jdk.crypto module
darcy [Fri, 05 Dec 2014 17:36:18 -0800] rev 27936
8066638: Suppress deprecation warnings in jdk.crypto module 8066641: Suppress deprecation warnings in jdk.naming module Reviewed-by: wetmore, xuelei, valeriep, lancea
Fri, 05 Dec 2014 20:13:05 +0000 8065238: javax.naming.NamingException after upgrade to JDK 8
robm [Fri, 05 Dec 2014 20:13:05 +0000] rev 27935
8065238: javax.naming.NamingException after upgrade to JDK 8 Reviewed-by: vinnie
Fri, 05 Dec 2014 19:46:15 +0100 8066766: The commands in the modular images are executable by the owner only
simonis [Fri, 05 Dec 2014 19:46:15 +0100] rev 27934
8066766: The commands in the modular images are executable by the owner only Summary: Also simplify the 'set executable' step of jspawnhelper in ImageBuilder.java Reviewed-by: chegar, alanb
Fri, 05 Dec 2014 15:35:15 +0000 8066678: java.nio.channels.Channels cleanup
prappo [Fri, 05 Dec 2014 15:35:15 +0000] rev 27933
8066678: java.nio.channels.Channels cleanup Reviewed-by: alanb, chegar
Fri, 05 Dec 2014 12:20:51 +0100 8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
dfuchs [Fri, 05 Dec 2014 12:20:51 +0100] rev 27932
8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section Summary: The call to JavaAWTAccess is moved outside of the critical section Reviewed-by: mchung
Thu, 04 Dec 2014 18:54:37 -0800 8035001: TEST_BUG: the retry logic in RMID.start() should check that the subprocess hasn't terminated
smarks [Thu, 04 Dec 2014 18:54:37 -0800] rev 27931
8035001: TEST_BUG: the retry logic in RMID.start() should check that the subprocess hasn't terminated Reviewed-by: lancea
Thu, 11 Dec 2014 11:44:03 -0800 Added tag jdk9-b42 for changeset 1a0a8d89a6d7
katleman [Thu, 11 Dec 2014 11:44:03 -0800] rev 27930
Added tag jdk9-b42 for changeset 1a0a8d89a6d7
Wed, 05 Jul 2017 20:10:37 +0200 Merge
duke [Wed, 05 Jul 2017 20:10:37 +0200] rev 27929
Merge
Thu, 11 Dec 2014 12:28:03 -0800 Merge
lana [Thu, 11 Dec 2014 12:28:03 -0800] rev 27928
Merge
Wed, 10 Dec 2014 19:12:27 +0100 8067015: Implement os::pd_map_memory() on AIX
simonis [Wed, 10 Dec 2014 19:12:27 +0100] rev 27927
8067015: Implement os::pd_map_memory() on AIX Reviewed-by: dholmes
Fri, 05 Dec 2014 16:36:07 -0800 Merge
amurillo [Fri, 05 Dec 2014 16:36:07 -0800] rev 27926
Merge
Thu, 04 Dec 2014 14:14:09 -0800 8066713: ignore compiler/types/correctness
iignatyev [Thu, 04 Dec 2014 14:14:09 -0800] rev 27925
8066713: ignore compiler/types/correctness Summary: add @ignore to compiler/types/correctness tests Reviewed-by: kvn
Thu, 04 Dec 2014 17:53:36 +0000 Merge
drchase [Thu, 04 Dec 2014 17:53:36 +0000] rev 27924
Merge
Thu, 04 Dec 2014 11:35:09 -0500 Merge
drchase [Thu, 04 Dec 2014 11:35:09 -0500] rev 27923
Merge
Thu, 04 Dec 2014 11:22:05 +0000 Merge
roland [Thu, 04 Dec 2014 11:22:05 +0000] rev 27922
Merge
Mon, 01 Dec 2014 11:59:56 +0100 8064703: crash running specjvm98's javac following 8060252
roland [Mon, 01 Dec 2014 11:59:56 +0100] rev 27921
8064703: crash running specjvm98's javac following 8060252 Summary: uncommon trap between arraycopy and initialization may leave array initialized Reviewed-by: kvn, vlivanov, goetz
Thu, 04 Dec 2014 09:52:15 +0100 8066448: SmallCodeCacheStartup.java exits with exit code 1
thartmann [Thu, 04 Dec 2014 09:52:15 +0100] rev 27920
8066448: SmallCodeCacheStartup.java exits with exit code 1 Summary: Check for VirtualMachineError in case VM initialization fails. Reviewed-by: kvn
Tue, 02 Dec 2014 12:24:31 -0800 8066199: C2 escape analysis prevents VM from exiting quickly
kvn [Tue, 02 Dec 2014 12:24:31 -0800] rev 27919
8066199: C2 escape analysis prevents VM from exiting quickly Summary: Check for safepoint and block during EA Connection graph construction. Reviewed-by: roland, vlivanov, shade
Tue, 02 Dec 2014 12:37:01 +0300 8066290: Port JDK-8066191 into hotspot
iignatyev [Tue, 02 Dec 2014 12:37:01 +0300] rev 27918
8066290: Port JDK-8066191 into hotspot Reviewed-by: kvn
Tue, 02 Dec 2014 12:36:03 +0300 8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts
iignatyev [Tue, 02 Dec 2014 12:36:03 +0300] rev 27917
8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts Reviewed-by: kvn, anoll
Mon, 01 Dec 2014 22:41:16 +0300 Merge
iignatyev [Mon, 01 Dec 2014 22:41:16 +0300] rev 27916
Merge
Mon, 01 Dec 2014 22:38:29 +0300 8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
iignatyev [Mon, 01 Dec 2014 22:38:29 +0300] rev 27915
8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled Reviewed-by: iveresov, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 28 Nov 2014 18:37:20 +0000 Merge
iignatyev [Fri, 28 Nov 2014 18:37:20 +0000] rev 27914
Merge
Fri, 28 Nov 2014 16:59:12 +0000 Merge
iignatyev [Fri, 28 Nov 2014 16:59:12 +0000] rev 27913
Merge
Fri, 28 Nov 2014 19:49:16 +0300 8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
fzhinkin [Fri, 28 Nov 2014 19:49:16 +0300] rev 27912
8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true Reviewed-by: iveresov, iignatyev
Fri, 28 Nov 2014 19:42:10 +0300 8064953: Asserts.assert* should print values
iignatyev [Fri, 28 Nov 2014 19:42:10 +0300] rev 27911
8064953: Asserts.assert* should print values Reviewed-by: sla, dholmes, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Thu, 27 Nov 2014 16:54:49 +0100 8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
roland [Thu, 27 Nov 2014 16:54:49 +0100] rev 27910
8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1 Summary: code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape Reviewed-by: iveresov
Thu, 27 Nov 2014 11:33:04 -0500 Merge
drchase [Thu, 27 Nov 2014 11:33:04 -0500] rev 27909
Merge
Tue, 25 Nov 2014 15:59:42 +0100 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
goetz [Tue, 25 Nov 2014 15:59:42 +0100] rev 27908
8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff Reviewed-by: vlivanov, dholmes
Thu, 04 Dec 2014 15:09:18 +0100 Merge
mgerdin [Thu, 04 Dec 2014 15:09:18 +0100] rev 27907
Merge
Thu, 04 Dec 2014 10:10:52 +0100 8066662: Fix include after 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
goetz [Thu, 04 Dec 2014 10:10:52 +0100] rev 27906
8066662: Fix include after 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration Reviewed-by: mgerdin, brutisso
Thu, 04 Dec 2014 10:40:19 +0100 Merge
jwilhelm [Thu, 04 Dec 2014 10:40:19 +0100] rev 27905
Merge
Mon, 01 Dec 2014 14:37:25 +0100 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
brutisso [Mon, 01 Dec 2014 14:37:25 +0100] rev 27904
8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration Reviewed-by: mgerdin, kbarrett
Tue, 02 Dec 2014 09:51:16 +0100 8065992: Change CMSCollector::_young_gen to be a ParNewGeneration*
brutisso [Tue, 02 Dec 2014 09:51:16 +0100] rev 27903
8065992: Change CMSCollector::_young_gen to be a ParNewGeneration* Reviewed-by: mgerdin, kbarrett
Mon, 01 Dec 2014 12:11:11 +0100 Merge
jwilhelm [Mon, 01 Dec 2014 12:11:11 +0100] rev 27902
Merge
Fri, 28 Nov 2014 08:53:48 +0000 Merge
tschatzl [Fri, 28 Nov 2014 08:53:48 +0000] rev 27901
Merge
Fri, 28 Nov 2014 09:33:48 +0100 8065579: WB method to start G1 concurrent mark cycle should be introduced
tschatzl [Fri, 28 Nov 2014 09:33:48 +0100] rev 27900
8065579: WB method to start G1 concurrent mark cycle should be introduced Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
Fri, 28 Nov 2014 08:20:52 +0100 8066133: Fix missing reivew changes for JDK-8065972
brutisso [Fri, 28 Nov 2014 08:20:52 +0100] rev 27899
8066133: Fix missing reivew changes for JDK-8065972 Reviewed-by: mgerdin, stefank
Thu, 27 Nov 2014 21:02:13 +0100 8065972: Remove support for ParNew+SerialOld and DefNew+CMS
brutisso [Thu, 27 Nov 2014 21:02:13 +0100] rev 27898
8065972: Remove support for ParNew+SerialOld and DefNew+CMS Reviewed-by: mgerdin, stefank
Thu, 27 Nov 2014 11:09:55 +0100 8065227: Report allocation context stats at end of cleanup
sjohanss [Thu, 27 Nov 2014 11:09:55 +0100] rev 27897
8065227: Report allocation context stats at end of cleanup Summary: Moved allocation context update from remark to the cleanup phase. Reviewed-by: mgerdin, jmasa
Thu, 27 Nov 2014 14:52:01 +0400 8065865: gc/TestSoftReferencesBehaviorOnOOME.java: Error. Can't find source file: TestSoftReference.java
eistepan [Thu, 27 Nov 2014 14:52:01 +0400] rev 27896
8065865: gc/TestSoftReferencesBehaviorOnOOME.java: Error. Can't find source file: TestSoftReference.java Reviewed-by: sla
Wed, 26 Nov 2014 21:38:25 -0800 8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local
sangheki [Wed, 26 Nov 2014 21:38:25 -0800] rev 27895
8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local Summary: Changed to trace and reset before second use of PromotionFailedInfo. Reviewed-by: jmasa, brutisso, kbarrett
Wed, 26 Nov 2014 20:36:36 +0000 Merge
jwilhelm [Wed, 26 Nov 2014 20:36:36 +0000] rev 27894
Merge
Wed, 26 Nov 2014 17:24:57 +0000 Merge
jwilhelm [Wed, 26 Nov 2014 17:24:57 +0000] rev 27893
Merge
Tue, 25 Nov 2014 13:41:08 +0100 8065305: Make it possible to extend the G1CollectorPolicy
jwilhelm [Tue, 25 Nov 2014 13:41:08 +0100] rev 27892
8065305: Make it possible to extend the G1CollectorPolicy Summary: Added a G1CollectorPolicyExt where it is possible to extend the class. Reviewed-by: sjohanss, tschatzl
Wed, 26 Nov 2014 17:43:48 +0000 Merge
jmasa [Wed, 26 Nov 2014 17:43:48 +0000] rev 27891
Merge
Wed, 26 Nov 2014 14:17:06 +0400 8037968: Add tests on alignment of objects copied to survivor space
fzhinkin [Wed, 26 Nov 2014 14:17:06 +0400] rev 27890
8037968: Add tests on alignment of objects copied to survivor space Reviewed-by: jmasa, dfazunen
Wed, 26 Nov 2014 10:53:31 +0100 8065358: Refactor G1s usage of save_marks and reduce related races
mgerdin [Wed, 26 Nov 2014 10:53:31 +0100] rev 27889
8065358: Refactor G1s usage of save_marks and reduce related races Summary: Stop using save_marks in G1 related code and make setting the replacement field less racy. Reviewed-by: brutisso, tschatzl
Wed, 26 Nov 2014 10:51:52 +0100 8065218: Move CMS-specific fields from Space to CompactibleFreeListSpace
mgerdin [Wed, 26 Nov 2014 10:51:52 +0100] rev 27888
8065218: Move CMS-specific fields from Space to CompactibleFreeListSpace Reviewed-by: brutisso, tschatzl, sangheki
Fri, 17 May 2013 17:24:20 +0200 7176220: 'Full GC' events miss date stamp information occasionally
aeriksso [Fri, 17 May 2013 17:24:20 +0200] rev 27887
7176220: 'Full GC' events miss date stamp information occasionally Summary: Move date stamp logic into GCTraceTime Reviewed-by: brutisso, tschatzl
Tue, 25 Nov 2014 18:16:18 +0400 8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly
eistepan [Tue, 25 Nov 2014 18:16:18 +0400] rev 27886
8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly Reviewed-by: brutisso
Tue, 25 Nov 2014 11:59:55 +0100 8062943: REDO - Parallelize clearing the next mark bitmap
mlarsson [Tue, 25 Nov 2014 11:59:55 +0100] rev 27885
8062943: REDO - Parallelize clearing the next mark bitmap Reviewed-by: kbarrett, tschatzl
Mon, 24 Nov 2014 23:28:48 +0100 Merge
jwilhelm [Mon, 24 Nov 2014 23:28:48 +0100] rev 27884
Merge
Wed, 03 Dec 2014 20:32:33 -0800 Merge
minqi [Wed, 03 Dec 2014 20:32:33 -0800] rev 27883
Merge
Wed, 03 Dec 2014 20:40:00 +0000 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines.
kevinw [Wed, 03 Dec 2014 20:40:00 +0000] rev 27882
8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines. Reviewed-by: dsamersoff, allwin, sla
Mon, 01 Dec 2014 18:22:45 +0400 8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
vkempik [Mon, 01 Dec 2014 18:22:45 +0400] rev 27881
8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment Reviewed-by: kvn, dsamersoff
Mon, 01 Dec 2014 12:16:15 -0500 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp [Mon, 01 Dec 2014 12:16:15 -0500] rev 27880
8060074: os::free() takes MemoryTrackingLevel but doesn't need it Summary: Cleaned up unused arguments in os::free and it's callers. Reviewed-by: lfoltan, coleenp, ctornqvi, dholmes Contributed-by: max.ockner@oracle.com
Fri, 28 Nov 2014 16:33:57 +0100 8065783: DCMD parser fails to recognize one character argument when it's positioned last
jbachorik [Fri, 28 Nov 2014 16:33:57 +0100] rev 27879
8065783: DCMD parser fails to recognize one character argument when it's positioned last Reviewed-by: sla, egahlin, fparain
(0) -10000 -3000 -1000 -960 +960 +1000 +3000 +10000 +30000 tip