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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip