Thu, 14 Mar 2013 15:00:33 -0700 Added tag jdk8-b81 for changeset 86a86261de2b
katleman [Thu, 14 Mar 2013 15:00:33 -0700] rev 15965
Added tag jdk8-b81 for changeset 86a86261de2b
Wed, 05 Jul 2017 18:44:23 +0200 Merge
duke [Wed, 05 Jul 2017 18:44:23 +0200] rev 15964
Merge
Fri, 15 Mar 2013 11:18:40 -0700 Added tag hs25-b23 for changeset 57159db35c41
amurillo [Fri, 15 Mar 2013 11:18:40 -0700] rev 15963
Added tag hs25-b23 for changeset 57159db35c41
Fri, 15 Mar 2013 11:18:39 -0700 Merge
amurillo [Fri, 15 Mar 2013 11:18:39 -0700] rev 15962
Merge
Fri, 15 Mar 2013 04:39:05 -0700 Merge
stefank [Fri, 15 Mar 2013 04:39:05 -0700] rev 15961
Merge
Fri, 15 Mar 2013 08:57:55 +0100 Merge
stefank [Fri, 15 Mar 2013 08:57:55 +0100] rev 15960
Merge
Tue, 12 Mar 2013 11:00:49 -0700 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared
jmasa [Tue, 12 Mar 2013 11:00:49 -0700] rev 15959
6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared Reviewed-by: johnc
Wed, 13 Mar 2013 05:14:43 +0100 Merge
brutisso [Wed, 13 Mar 2013 05:14:43 +0100] rev 15958
Merge
Tue, 12 Mar 2013 08:33:57 +0100 8001049: VM crashes when running with large -Xms and not specifying ObjectAlignmentInBytes
brutisso [Tue, 12 Mar 2013 08:33:57 +0100] rev 15957
8001049: VM crashes when running with large -Xms and not specifying ObjectAlignmentInBytes Summary: Take the initial heap size into account when checking the heap size for compressed oops Reviewed-by: jmasa, kvn, hseigel, ctornqvi
Tue, 12 Mar 2013 15:10:39 +0100 8008684: CMS: concurrent phase start markers should always be printed
tschatzl [Tue, 12 Mar 2013 15:10:39 +0100] rev 15956
8008684: CMS: concurrent phase start markers should always be printed Summary: Print the concurrent phase start markers for CMS when PrintGCDetails is enabled, not only if both PrintGCDetails and PrintGCTimeStamps are. Reviewed-by: mgerdin, jmasa
Mon, 11 Mar 2013 02:24:01 -0700 8004697: SIGSEGV on Solaris sparc with -XX:+UseNUMA
stefank [Mon, 11 Mar 2013 02:24:01 -0700] rev 15955
8004697: SIGSEGV on Solaris sparc with -XX:+UseNUMA Summary: Don't scan pages outside the given range. Reviewed-by: jwilhelm, jmasa
Tue, 12 Mar 2013 09:42:24 +0100 8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation
mgerdin [Tue, 12 Mar 2013 09:42:24 +0100] rev 15954
8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation Summary: Assertion is only valid when at a safepoint, adjust accordingly. Reviewed-by: stefank, jmasa, tamao
Mon, 11 Mar 2013 15:37:10 +0100 Merge
kevinw [Mon, 11 Mar 2013 15:37:10 +0100] rev 15953
Merge
Mon, 11 Mar 2013 12:56:00 +0000 8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection
kevinw [Mon, 11 Mar 2013 12:56:00 +0000] rev 15952
8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection Reviewed-by: jwilhelm, ehelin, brutisso
Mon, 11 Mar 2013 08:49:53 +0100 Merge
stefank [Mon, 11 Mar 2013 08:49:53 +0100] rev 15951
Merge
Thu, 07 Mar 2013 10:44:04 -0800 8008368: Deprecate MaxGCMinorPauseMillis
tamao [Thu, 07 Mar 2013 10:44:04 -0800] rev 15950
8008368: Deprecate MaxGCMinorPauseMillis Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users Reviewed-by: brutisso, johnc Contributed-by: tamao <tao.mao@oracle.com>
Tue, 05 Mar 2013 15:36:56 -0800 8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord
tamao [Tue, 05 Mar 2013 15:36:56 -0800] rev 15949
8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord Summary: Update the task local finger to the start of the next object when marking aborts, in order to avoid the redundant scanning of all 0's when the marking task restarts, if otherwise updating to the next word. In addition, reuse the routine nextObject() in routine iterate(). Reviewed-by: johnc, ysr Contributed-by: tamao <tao.mao@oracle.com>
Thu, 14 Mar 2013 16:16:05 -0700 Merge
morris [Thu, 14 Mar 2013 16:16:05 -0700] rev 15948
Merge
Thu, 14 Mar 2013 07:44:18 -0700 8008560: [parfait] Null pointer deference in hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
morris [Thu, 14 Mar 2013 07:44:18 -0700] rev 15947
8008560: [parfait] Null pointer deference in hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Summary: add null pointer check in signal handler Reviewed-by: kvn
Wed, 13 Feb 2013 10:25:09 +0100 8005772: Stubs report compile id -1 in phase events
neliasso [Wed, 13 Feb 2013 10:25:09 +0100] rev 15946
8005772: Stubs report compile id -1 in phase events Summary: Use 0 to indicate id is NA, -1 for error or uninitalized Reviewed-by: kvn, twisti
Wed, 13 Mar 2013 13:44:45 +0100 Merge
neliasso [Wed, 13 Mar 2013 13:44:45 +0100] rev 15945
Merge
Wed, 13 Mar 2013 10:56:54 +0100 8009721: Make PhaseLive independent from regalloc
neliasso [Wed, 13 Mar 2013 10:56:54 +0100] rev 15944
8009721: Make PhaseLive independent from regalloc Summary: Moved class definition of LRG_List from chaitin.hpp to live.hpp Reviewed-by: kvn, rbackman, roland Contributed-by: niclas.adlertz@oracle.com
Wed, 13 Mar 2013 09:44:45 +0100 8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
roland [Wed, 13 Mar 2013 09:44:45 +0100] rev 15943
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates Summary: deoptimization doesn't set up callee frames so that they restore caller frames correctly. Reviewed-by: kvn
Thu, 14 Mar 2013 12:49:05 -0400 Merge
vladidan [Thu, 14 Mar 2013 12:49:05 -0400] rev 15942
Merge
Thu, 14 Mar 2013 10:37:23 -0400 Merge
jprovino [Thu, 14 Mar 2013 10:37:23 -0400] rev 15941
Merge
Tue, 12 Mar 2013 00:02:16 -0400 8009835: Only produce a warning when -Xshare:auto is explicitly requested
jprovino [Tue, 12 Mar 2013 00:02:16 -0400] rev 15940
8009835: Only produce a warning when -Xshare:auto is explicitly requested Summary: The minimal JVM is printing a warning message for default settings when it should quitely ignore them. Reviewed-by: coleenp, dholmes
Fri, 08 Mar 2013 12:35:18 -0500 Merge
jprovino [Fri, 08 Mar 2013 12:35:18 -0500] rev 15939
Merge
Wed, 06 Mar 2013 13:50:54 -0500 8008474: Add -Wundef to warning flags.
jprovino [Wed, 06 Mar 2013 13:50:54 -0500] rev 15938
8008474: Add -Wundef to warning flags. Summary: Force use of undefined macros to be and error. Reviewed-by: dholmes, mikael
Wed, 06 Mar 2013 13:46:55 -0500 8006498: #if <symbol> is wrong in the code.
jprovino [Wed, 06 Mar 2013 13:46:55 -0500] rev 15937
8006498: #if <symbol> is wrong in the code. Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not. Reviewed-by: dholmes, mikael
Wed, 06 Mar 2013 13:38:17 -0500 8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options
jprovino [Wed, 06 Mar 2013 13:38:17 -0500] rev 15936
8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options Summary: Changes to arguments.cpp for warnings vs. errors. Changes for CDS arguments. Reviewed-by: coleenp, cjplummer
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip