Fri, 14 Nov 2014 12:32:43 +0300 8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime
ant [Fri, 14 Nov 2014 12:32:43 +0300] rev 27715
8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime Reviewed-by: serb
Thu, 04 Dec 2014 12:58:17 -0800 Added tag jdk9-b41 for changeset 729f9700483a
katleman [Thu, 04 Dec 2014 12:58:17 -0800] rev 27714
Added tag jdk9-b41 for changeset 729f9700483a
Wed, 05 Jul 2017 20:09:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:09:15 +0200] rev 27713
Merge
Thu, 04 Dec 2014 15:21:31 -0800 Merge
lana [Thu, 04 Dec 2014 15:21:31 -0800] rev 27712
Merge
Wed, 03 Dec 2014 17:48:58 +0000 Merge
chegar [Wed, 03 Dec 2014 17:48:58 +0000] rev 27711
Merge
Wed, 26 Nov 2014 20:38:10 -0500 Merge
drchase [Wed, 26 Nov 2014 20:38:10 -0500] rev 27710
Merge
Wed, 26 Nov 2014 08:06:58 +0100 8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
thartmann [Wed, 26 Nov 2014 08:06:58 +0100] rev 27709
8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML Summary: Open compilation log files in write-mode and close before deletion attempt. Reviewed-by: vlivanov
Thu, 13 Nov 2014 09:19:46 +0100 8054478: C2: Incorrectly compiled char[] array access crashes JVM
roland [Thu, 13 Nov 2014 09:19:46 +0100] rev 27708
8054478: C2: Incorrectly compiled char[] array access crashes JVM Summary: dead backbranch in main loop results in erroneous array access Reviewed-by: kvn, iveresov
Mon, 24 Nov 2014 07:29:03 -0800 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
vlivanov [Mon, 24 Nov 2014 07:29:03 -0800] rev 27707
8058148: MaxNodeLimit and LiveNodeCountInliningCutoff Reviewed-by: kvn, roland
Mon, 24 Nov 2014 08:48:15 +0100 8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure'
thartmann [Mon, 24 Nov 2014 08:48:15 +0100] rev 27706
8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure' Summary: CompilerFailure JFR event should be triggered in ciEnv. Reviewed-by: kvn
Sat, 22 Nov 2014 03:10:33 +0000 Merge
drchase [Sat, 22 Nov 2014 03:10:33 +0000] rev 27705
Merge
Fri, 21 Nov 2014 17:17:41 -0800 8065618: C2 RA incorrectly removes kill projections
kvn [Fri, 21 Nov 2014 17:17:41 -0800] rev 27704
8065618: C2 RA incorrectly removes kill projections Summary: Don't remove KILL projections if their "defining" nodes have SCMemProj projection (memory side effects). Reviewed-by: iveresov
Fri, 21 Nov 2014 21:08:48 -0500 Merge
drchase [Fri, 21 Nov 2014 21:08:48 -0500] rev 27703
Merge
Fri, 21 Nov 2014 17:28:29 +0300 8064696: compiler/startup/SmallCodeCacheStartup.java doesn't check exit code
iignatyev [Fri, 21 Nov 2014 17:28:29 +0300] rev 27702
8064696: compiler/startup/SmallCodeCacheStartup.java doesn't check exit code Reviewed-by: kvn, anoll, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 21 Nov 2014 17:27:11 +0300 8059550: JEP-JDK-8043304: Test task: segment overflow w/ empty others
iignatyev [Fri, 21 Nov 2014 17:27:11 +0300] rev 27701
8059550: JEP-JDK-8043304: Test task: segment overflow w/ empty others Reviewed-by: kvn, thartmann, iignatyev
Thu, 20 Nov 2014 11:06:26 +0100 8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
thartmann [Thu, 20 Nov 2014 11:06:26 +0100] rev 27700
8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer Summary: Ignore non-instance Klasses in the subclass hierarchy. Reviewed-by: kvn, iignatyev, jrose
Tue, 18 Nov 2014 19:44:45 +0100 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo [Tue, 18 Nov 2014 19:44:45 +0100] rev 27699
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups Summary: move all test from <bug_id> directories to <functional_dir_name>/<bug_id>; update TEST.groups to execute more tests Reviewed-by: drchase, kvn
Mon, 17 Nov 2014 23:11:40 +0000 Merge
vlivanov [Mon, 17 Nov 2014 23:11:40 +0000] rev 27698
Merge
Mon, 17 Nov 2014 14:02:45 -0800 8062258: compiler/debug/TraceIterativeGVN.java segfaults in trace_PhaseIterGVN
vlivanov [Mon, 17 Nov 2014 14:02:45 -0800] rev 27697
8062258: compiler/debug/TraceIterativeGVN.java segfaults in trace_PhaseIterGVN Reviewed-by: kvn
Thu, 13 Nov 2014 14:42:54 +0100 8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out
neliasso [Thu, 13 Nov 2014 14:42:54 +0100] rev 27696
8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out Summary: Must not be at safepoint when taking CompileQueue_lock Reviewed-by: kvn, anoll
Mon, 17 Nov 2014 12:57:49 +0300 8059732: improve hotspot_*test targets
iignatyev [Mon, 17 Nov 2014 12:57:49 +0300] rev 27695
8059732: improve hotspot_*test targets Reviewed-by: kvn, dholmes
Wed, 26 Nov 2014 18:01:10 +0100 Merge
jwilhelm [Wed, 26 Nov 2014 18:01:10 +0100] rev 27694
Merge
Thu, 20 Nov 2014 10:03:22 -0500 8059492: Wrong spelling in assert: "Not initialied properly?"
aharlap [Thu, 20 Nov 2014 10:03:22 -0500] rev 27693
8059492: Wrong spelling in assert: "Not initialied properly?" Summary: Fixed typo in metaspace assert message Reviewed-by: mgerdin Contributed-by: aharlap <alexander.harlap.@oracle.com>
Wed, 19 Nov 2014 17:43:19 +0300 8062537: [TESTBUG] Conflicting GC combinations in hotspot tests
eistepan [Wed, 19 Nov 2014 17:43:19 +0300] rev 27692
8062537: [TESTBUG] Conflicting GC combinations in hotspot tests Reviewed-by: brutisso
Tue, 21 Oct 2014 15:07:25 +0200 8058255: Native jbyte Atomic::cmpxchg for supported x86 platforms
jwilhelm [Tue, 21 Oct 2014 15:07:25 +0200] rev 27691
8058255: Native jbyte Atomic::cmpxchg for supported x86 platforms Summary: Use the native cmpxchgb instruction on x86. Reviewed-by: dholmes, kbarrett, phh Contributed-by: erik.osterlund@lnu.se
Tue, 18 Nov 2014 12:33:47 +0000 Merge
brutisso [Tue, 18 Nov 2014 12:33:47 +0000] rev 27690
Merge
Tue, 18 Nov 2014 10:39:16 +0100 8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS
brutisso [Tue, 18 Nov 2014 10:39:16 +0100] rev 27689
8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS Reviewed-by: jmasa, kbarrett, ysr
Tue, 18 Nov 2014 11:10:02 +0000 Merge
ehelin [Tue, 18 Nov 2014 11:10:02 +0000] rev 27688
Merge
Tue, 18 Nov 2014 10:36:42 +0100 8064721: The card tables only ever need two covering regions
ehelin [Tue, 18 Nov 2014 10:36:42 +0100] rev 27687
8064721: The card tables only ever need two covering regions Reviewed-by: jmasa, tschatzl, kbarrett
Tue, 18 Nov 2014 10:23:26 +0100 8064702: Remove the CMS foreground collector
brutisso [Tue, 18 Nov 2014 10:23:26 +0100] rev 27686
8064702: Remove the CMS foreground collector Reviewed-by: kbarrett, ysr
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip