Thu, 29 May 2014 04:24:10 +0000 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
xuelei [Thu, 29 May 2014 04:24:10 +0000] rev 27722
8043200: Decrease the preference mode of RC4 in the enabled cipher suite list Reviewed-by: wetmore, ahgross, asmotrak
Sun, 18 May 2014 23:06:51 +0000 8042480: CipherInputStream.close() throws AEADBadTagException in some cases
ascarpino [Sun, 18 May 2014 23:06:51 +0000] rev 27721
8042480: CipherInputStream.close() throws AEADBadTagException in some cases Reviewed-by: xuelei
Sat, 15 Nov 2014 18:26:29 +0000 8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop.
msheppar [Sat, 15 Nov 2014 18:26:29 +0000] rev 27720
8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop. Summary: join the dispatcher thread in the ServerImpl.stop method to ensure Dispatcher is finished prior to exiting stop(). Reviewed-by: chegar
Thu, 06 Nov 2014 13:29:36 -0800 8063147: Class.getFields spec should state that fields are inherited from superinterfaces
martin [Thu, 06 Nov 2014 13:29:36 -0800] rev 27719
8063147: Class.getFields spec should state that fields are inherited from superinterfaces Reviewed-by: psandoz, chegar
Mon, 27 Oct 2014 16:24:43 -0700 8062194: java.util.jar.Attributes should use insertion-ordered iteration
martin [Mon, 27 Oct 2014 16:24:43 -0700] rev 27718
8062194: java.util.jar.Attributes should use insertion-ordered iteration Summary: s/HashMap/LinkedHashMap/g Reviewed-by: alanb, sherman
Fri, 14 Nov 2014 18:15:52 +0000 8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
chegar [Fri, 14 Nov 2014 18:15:52 +0000] rev 27717
8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming Reviewed-by: michaelm
Fri, 14 Nov 2014 11:41:42 +0000 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m
vinnie [Fri, 14 Nov 2014 11:41:42 +0000] rev 27716
8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m Reviewed-by: alanb
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
Mon, 17 Nov 2014 21:32:32 +0100 Merge
jwilhelm [Mon, 17 Nov 2014 21:32:32 +0100] rev 27685
Merge
Wed, 12 Nov 2014 12:41:59 +0100 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
stefank [Wed, 12 Nov 2014 12:41:59 +0100] rev 27684
8064581: Move INCLUDE_ALL_GCS include section to the end of the include list Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
Tue, 11 Nov 2014 17:05:33 +0100 8064580: Move INCLUDE_CDS include section to the end of the include list
stefank [Tue, 11 Nov 2014 17:05:33 +0100] rev 27683
8064580: Move INCLUDE_CDS include section to the end of the include list Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
Fri, 14 Nov 2014 15:03:39 +0100 8064473: Improved handling of age during object copy in G1
sfriberg [Fri, 14 Nov 2014 15:03:39 +0100] rev 27682
8064473: Improved handling of age during object copy in G1 Reviewed-by: brutisso, tschatzl
Fri, 14 Nov 2014 14:23:25 +0100 8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
mgerdin [Fri, 14 Nov 2014 14:23:25 +0100] rev 27681
8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view Reviewed-by: brutisso, dcubed, dholmes, stefank
Fri, 14 Nov 2014 09:47:09 +0100 8064811: Use THREAD instead of CHECK_NULL in return statements
stefank [Fri, 14 Nov 2014 09:47:09 +0100] rev 27680
8064811: Use THREAD instead of CHECK_NULL in return statements Reviewed-by: coleenp, simonis, dholmes
Thu, 13 Nov 2014 11:14:01 +0100 8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning
goetz [Thu, 13 Nov 2014 11:14:01 +0100] rev 27679
8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning Reviewed-by: stefank, tschatzl
Tue, 11 Nov 2014 13:39:00 -0500 8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
kbarrett [Tue, 11 Nov 2014 13:39:00 -0500] rev 27678
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized. Reviewed-by: jmasa, brutisso, tschatzl
Wed, 12 Nov 2014 13:55:59 +0100 8062808: Turn on the -Wreturn-type warning
stefank [Wed, 12 Nov 2014 13:55:59 +0100] rev 27677
8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett
Mon, 24 Nov 2014 09:57:02 +0100 Merge
sla [Mon, 24 Nov 2014 09:57:02 +0100] rev 27676
Merge
Wed, 19 Nov 2014 19:31:13 -0800 8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state
iklam [Wed, 19 Nov 2014 19:31:13 -0800] rev 27675
8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state Summary: Removed ThreadToNativeFromVM and use java_lang_String::as_utf8_string instead Reviewed-by: dholmes, minqi
Wed, 19 Nov 2014 13:02:11 -0500 8042235: redefining method used by multiple MethodHandles crashes VM
coleenp [Wed, 19 Nov 2014 13:02:11 -0500] rev 27674
8042235: redefining method used by multiple MethodHandles crashes VM Summary: note all MemberNames created on internal list for adjusting method entries. Reviewed-by: sspitsyn, dcubed, lfoltan
Wed, 19 Nov 2014 16:08:01 +0100 8065361: Fixup headers and definitions for INCLUDE_TRACE
mgronlun [Wed, 19 Nov 2014 16:08:01 +0100] rev 27673
8065361: Fixup headers and definitions for INCLUDE_TRACE Reviewed-by: sla, stefank
Tue, 18 Nov 2014 03:38:50 -0800 8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI
iklam [Tue, 18 Nov 2014 03:38:50 -0800] rev 27672
8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI Summary: Added API to track bootclasspath modification Reviewed-by: jiangli, dholmes, minqi
Tue, 18 Nov 2014 20:51:55 +0000 Merge
poonam [Tue, 18 Nov 2014 20:51:55 +0000] rev 27671
Merge
Tue, 18 Nov 2014 10:19:04 -0800 8065220: Include alternate sa.make file for MacOSX
poonam [Tue, 18 Nov 2014 10:19:04 -0800] rev 27670
8065220: Include alternate sa.make file for MacOSX Summary: Include alternate sa.make in make/bsd/makefiles/sa.make Reviewed-by: mgronlun, egahlin, sla
Tue, 18 Nov 2014 19:17:16 +0100 8064815: Zero+PPC64: Stack overflow when running Maven
simonis [Tue, 18 Nov 2014 19:17:16 +0100] rev 27669
8064815: Zero+PPC64: Stack overflow when running Maven Reviewed-by: kvn, simonis Contributed-by: sgehwolf@redhat.com
Thu, 13 Nov 2014 16:58:56 +0100 8064471: Port 8013895: G1: G1SummarizeRSetStats output on Linux needs improvement to AIX
simonis [Thu, 13 Nov 2014 16:58:56 +0100] rev 27668
8064471: Port 8013895: G1: G1SummarizeRSetStats output on Linux needs improvement to AIX Reviewed-by: dholmes, simonis Contributed-by: gunter.haug@sap.com
Mon, 17 Nov 2014 11:26:43 -0500 8064779: Add additional comments for "8062370: Various minor code improvements"
coleenp [Mon, 17 Nov 2014 11:26:43 -0500] rev 27667
8064779: Add additional comments for "8062370: Various minor code improvements" Summary: Provide additional comments to jio_snprintf and jio_vsnprintf Reviewed-by: simonis, coleenp, mgronlun Contributed-by: thomas.stuefe@sap.com
Mon, 17 Nov 2014 09:36:40 +0100 Merge
sla [Mon, 17 Nov 2014 09:36:40 +0100] rev 27666
Merge
Sat, 15 Nov 2014 02:51:48 +0000 Merge
coleenp [Sat, 15 Nov 2014 02:51:48 +0000] rev 27665
Merge
Sat, 15 Nov 2014 01:38:35 +0000 Merge
coleenp [Sat, 15 Nov 2014 01:38:35 +0000] rev 27664
Merge
Fri, 14 Nov 2014 15:08:28 -0500 Merge
coleenp [Fri, 14 Nov 2014 15:08:28 -0500] rev 27663
Merge
Thu, 13 Nov 2014 19:12:28 +0300 8064749: -XX:-UseCompilerSafepoints breaks safepoint rendezvous
shade [Thu, 13 Nov 2014 19:12:28 +0300] rev 27662
8064749: -XX:-UseCompilerSafepoints breaks safepoint rendezvous Reviewed-by: dcubed, coleenp, kvn, dholmes
Wed, 12 Nov 2014 20:18:13 -0500 Merge
coleenp [Wed, 12 Nov 2014 20:18:13 -0500] rev 27661
Merge
Sat, 15 Nov 2014 01:29:25 +0000 Merge
coleenp [Sat, 15 Nov 2014 01:29:25 +0000] rev 27660
Merge
Fri, 14 Nov 2014 13:09:53 -0500 8060449: Obsolete command line flags accept arbitrary appendix
coleenp [Fri, 14 Nov 2014 13:09:53 -0500] rev 27659
8060449: Obsolete command line flags accept arbitrary appendix Summary: Proper error messages for newly obsolete command line flags. Reviewed-by: lfoltan, dcubed, coleenp Contributed-by: max.ockner@oracle.com
Fri, 14 Nov 2014 12:45:55 -0500 8064571: java/lang/instrument/IsModifiableClassAgent.java: assert(length > 0) failed: should only be called if table is present
emc [Fri, 14 Nov 2014 12:45:55 -0500] rev 27658
8064571: java/lang/instrument/IsModifiableClassAgent.java: assert(length > 0) failed: should only be called if table is present Summary: Remove tautological assert Reviewed-by: coleenp, lfoltan, sspitsyn, jiangli
Thu, 13 Nov 2014 10:39:35 -0800 8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
dcubed [Thu, 13 Nov 2014 10:39:35 -0800] rev 27657
8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC 8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86 Summary: Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files. Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
Thu, 13 Nov 2014 03:48:47 +0000 Merge
coleenp [Thu, 13 Nov 2014 03:48:47 +0000] rev 27656
Merge
Thu, 13 Nov 2014 00:40:07 +0000 Merge
coleenp [Thu, 13 Nov 2014 00:40:07 +0000] rev 27655
Merge
Thu, 13 Nov 2014 01:57:09 +0300 8059677: Thread.getName() instantiates Strings
shade [Thu, 13 Nov 2014 01:57:09 +0300] rev 27654
8059677: Thread.getName() instantiates Strings Reviewed-by: coleenp, dholmes, sla
Thu, 13 Nov 2014 02:09:11 +0000 Merge
ccheung [Thu, 13 Nov 2014 02:09:11 +0000] rev 27653
Merge
Wed, 12 Nov 2014 16:22:12 -0800 8043491: warning LNK4197: export '... ...' specified multiple times; using first specification
ccheung [Wed, 12 Nov 2014 16:22:12 -0800] rev 27652
8043491: warning LNK4197: export '... ...' specified multiple times; using first specification Summary: no need to use the /export linker option on windows 64-bit platform Reviewed-by: ctornqvi, minqi
Wed, 12 Nov 2014 19:05:59 -0500 8062307: 'Reference handler' thread triggers assert w/ TraceThreadEvents
dholmes [Wed, 12 Nov 2014 19:05:59 -0500] rev 27651
8062307: 'Reference handler' thread triggers assert w/ TraceThreadEvents Summary: Removed unused and non-working TraceThreadEvents option Reviewed-by: coleenp, jiangli
Wed, 12 Nov 2014 18:31:05 +0000 Merge
jiangli [Wed, 12 Nov 2014 18:31:05 +0000] rev 27650
Merge
Wed, 12 Nov 2014 13:12:35 -0500 8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit.
jiangli [Wed, 12 Nov 2014 13:12:35 -0500] rev 27649
8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit. Summary: Only enable the assert for current_stack_pointer after stub routines become available. Reviewed-by: dholmes, roland, lfoltan
Tue, 11 Nov 2014 14:52:50 -0500 Merge
jiangli [Tue, 11 Nov 2014 14:52:50 -0500] rev 27648
Merge
Fri, 21 Nov 2014 08:00:31 -0800 Merge
amurillo [Fri, 21 Nov 2014 08:00:31 -0800] rev 27647
Merge
Thu, 13 Nov 2014 16:11:00 -0800 Merge
amurillo [Thu, 13 Nov 2014 16:11:00 -0800] rev 27646
Merge
Thu, 13 Nov 2014 11:35:15 -0500 Merge
drchase [Thu, 13 Nov 2014 11:35:15 -0500] rev 27645
Merge
Tue, 11 Nov 2014 04:46:13 -0800 8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv
vlivanov [Tue, 11 Nov 2014 04:46:13 -0800] rev 27644
8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv Reviewed-by: kvn, roland, coleenp, mgerdin
Tue, 11 Nov 2014 11:05:41 +0100 8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
thartmann [Tue, 11 Nov 2014 11:05:41 +0100] rev 27643
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations' Summary: Always use MDO if valid and always compile trivial methods with C1 if available. Reviewed-by: kvn, iveresov
Mon, 10 Nov 2014 19:04:38 +0300 8059624: Test task: WhiteBox API for testing segmented codecache feature
iignatyev [Mon, 10 Nov 2014 19:04:38 +0300] rev 27642
8059624: Test task: WhiteBox API for testing segmented codecache feature Reviewed-by: kvn, thartmann
Sat, 08 Nov 2014 16:00:28 +0300 8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
iignatyev [Sat, 08 Nov 2014 16:00:28 +0300] rev 27641
8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm Reviewed-by: kvn, rbackman, anoll, vlivanov, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Sat, 08 Nov 2014 16:00:27 +0300 8062011: JT_HS/compiler/7068051 uses jre/lib/javaws.jar
iignatyev [Sat, 08 Nov 2014 16:00:27 +0300] rev 27640
8062011: JT_HS/compiler/7068051 uses jre/lib/javaws.jar Reviewed-by: kvn, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 07 Nov 2014 13:58:52 -0500 Merge
drchase [Fri, 07 Nov 2014 13:58:52 -0500] rev 27639
Merge
Wed, 05 Nov 2014 16:28:11 +0100 8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant
mdoerr [Wed, 05 Nov 2014 16:28:11 +0100] rev 27638
8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant Reviewed-by: dholmes, kvn
Thu, 06 Nov 2014 09:40:58 +0100 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
zmajo [Thu, 06 Nov 2014 09:40:58 +0100] rev 27637
8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc) Summary: In Parse::array_store_check(), add control edge FROM IfTrue branch of runtime type check of the destination array TO loading _element_klass from destination array. Reviewed-by: kvn, roland, anoll
Thu, 13 Nov 2014 12:29:09 +0100 Merge
jwilhelm [Thu, 13 Nov 2014 12:29:09 +0100] rev 27636
Merge
Mon, 27 Oct 2014 17:24:10 -0400 8062206: Remove unusable G1RSLogCheckCardTable command line argument
kbarrett [Mon, 27 Oct 2014 17:24:10 -0400] rev 27635
8062206: Remove unusable G1RSLogCheckCardTable command line argument Summary: Remove dependent assertion and remove develop option Reviewed-by: jwilhelm, mgerdin, tschatzl
Mon, 10 Nov 2014 12:13:46 +0100 8064348: Add TraceEvent::is_enabled() for embedded/minimal builds
mlarsson [Mon, 10 Nov 2014 12:13:46 +0100] rev 27634
8064348: Add TraceEvent::is_enabled() for embedded/minimal builds Reviewed-by: ehelin, sla
Fri, 07 Nov 2014 15:34:33 -0800 8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error
jcoomes [Fri, 07 Nov 2014 15:34:33 -0800] rev 27633
8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error Reviewed-by: tschatzl, jmasa, kbarrett
Mon, 03 Nov 2014 11:08:03 +0100 8061964: Insufficient compiler barriers for GCC in OrderAccess functions
mgerdin [Mon, 03 Nov 2014 11:08:03 +0100] rev 27632
8061964: Insufficient compiler barriers for GCC in OrderAccess functions Summary: Fix OrderAccess functions to emit memory clobbering inline assembly to attempt to stop copiler reordering. Reviewed-by: dcubed, dholmes, bdelsart
Wed, 05 Nov 2014 15:50:14 +0100 8062836: BACKOUT - Parallelize clearing the next mark bitmap
jwilhelm [Wed, 05 Nov 2014 15:50:14 +0100] rev 27631
8062836: BACKOUT - Parallelize clearing the next mark bitmap Summary: Backing out due to non-trivial issues found in nightly testing Reviewed-by: mgerdin, mlarsson
Wed, 05 Nov 2014 16:39:10 +0100 8061467: Bad page size passed to setup_large_pages() on Solaris
ehelin [Wed, 05 Nov 2014 16:39:10 +0100] rev 27630
8061467: Bad page size passed to setup_large_pages() on Solaris Reviewed-by: tschatzl, mgerdin
Wed, 05 Nov 2014 10:12:51 +0100 8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end()
brutisso [Wed, 05 Nov 2014 10:12:51 +0100] rev 27629
8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end() Reviewed-by: mgerdin, tschatzl, stefank
Mon, 03 Nov 2014 15:53:48 +0100 Merge
jwilhelm [Mon, 03 Nov 2014 15:53:48 +0100] rev 27628
Merge
Mon, 03 Nov 2014 12:49:21 +0100 8049341: Parallelize clearing the next mark bitmap
mlarsson [Mon, 03 Nov 2014 12:49:21 +0100] rev 27627
8049341: Parallelize clearing the next mark bitmap Reviewed-by: mgerdin, tschatzl
Mon, 03 Nov 2014 11:29:00 +0100 8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end
mlarsson [Mon, 03 Nov 2014 11:29:00 +0100] rev 27626
8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end Reviewed-by: tschatzl, brutisso
Fri, 31 Oct 2014 09:10:51 +0100 8061308: Remove iCMS
brutisso [Fri, 31 Oct 2014 09:10:51 +0100] rev 27625
8061308: Remove iCMS Reviewed-by: mgerdin, jmasa
Thu, 30 Oct 2014 12:45:22 +0100 8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods
mlarsson [Thu, 30 Oct 2014 12:45:22 +0100] rev 27624
8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods Reviewed-by: mgerdin, kbarrett
Thu, 30 Oct 2014 10:51:06 +0100 8061234: ResourceContext.requestAccurateUpdate() is unreliable
sjohanss [Thu, 30 Oct 2014 10:51:06 +0100] rev 27623
8061234: ResourceContext.requestAccurateUpdate() is unreliable Summary: Changing copy_allocation_context_stats to return if there are more stats available after the copy. Reviewed-by: rriggs, jcoomes
Thu, 13 Nov 2014 07:58:28 +0100 Merge
sla [Thu, 13 Nov 2014 07:58:28 +0100] rev 27622
Merge
Tue, 11 Nov 2014 19:42:52 +0000 Merge
jiangli [Tue, 11 Nov 2014 19:42:52 +0000] rev 27621
Merge
Tue, 11 Nov 2014 16:54:24 +0000 Merge
jiangli [Tue, 11 Nov 2014 16:54:24 +0000] rev 27620
Merge
Mon, 10 Nov 2014 19:52:28 -0500 Merge
jiangli [Mon, 10 Nov 2014 19:52:28 -0500] rev 27619
Merge
Mon, 10 Nov 2014 19:28:51 -0500 8064375: Change certain errors to warnings in CDS output.
jiangli [Mon, 10 Nov 2014 19:28:51 -0500] rev 27618
8064375: Change certain errors to warnings in CDS output. Summary: Change CDS non-fatal preloading errors to warnings. Reviewed-by: minqi, mseledtsov, coleenp
Tue, 11 Nov 2014 18:00:06 +0000 Merge
coleenp [Tue, 11 Nov 2014 18:00:06 +0000] rev 27617
Merge
Tue, 11 Nov 2014 15:07:09 +0300 8015272: Make @Contended within the same group to use the same oop map
shade [Tue, 11 Nov 2014 15:07:09 +0300] rev 27616
8015272: Make @Contended within the same group to use the same oop map Reviewed-by: coleenp, dholmes
Tue, 11 Nov 2014 09:59:50 -0500 8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
coleenp [Tue, 11 Nov 2014 09:59:50 -0500] rev 27615
8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter Summary: Signed bitfield size y can only have (1 << y)-1 values. Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
Tue, 11 Nov 2014 04:34:56 -0800 8059131: sawindbg.dll is not compiled with /SAFESEH
dsamersoff [Tue, 11 Nov 2014 04:34:56 -0800] rev 27614
8059131: sawindbg.dll is not compiled with /SAFESEH Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option. Reviewed-by: mgronlun, sla
Mon, 10 Nov 2014 19:37:32 -0500 8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException
emc [Mon, 10 Nov 2014 19:37:32 -0500] rev 27613
8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException Summary: Allow hotspot to report null for 0 parameter_name index in MethodParameters attribute Reviewed-by: coleenp, dholmes
Mon, 10 Nov 2014 16:45:46 -0500 8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException
emc [Mon, 10 Nov 2014 16:45:46 -0500] rev 27612
8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException Summary: Allow hotspot to store and report zero-length MethodParameters attribute data Reviewed-by: coleenp, jiangli
Mon, 10 Nov 2014 10:13:10 -0800 8060721: Test runtime/SharedArchiveFile/LimitSharedSizes.java fails in jdk 9 fcs new platforms/compiler
ccheung [Mon, 10 Nov 2014 10:13:10 -0800] rev 27611
8060721: Test runtime/SharedArchiveFile/LimitSharedSizes.java fails in jdk 9 fcs new platforms/compiler Summary: replaced strcat() with jio_snprintf() Reviewed-by: dholmes, iklam, dlong, minqi
Fri, 07 Nov 2014 12:48:09 -0800 8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets
minqi [Fri, 07 Nov 2014 12:48:09 -0800] rev 27610
8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets Reviewed-by: coleenp, iklam, mseledtsov Contributed-by: yumin.qi@oracle.com
Fri, 07 Nov 2014 13:50:55 +0100 Merge
sla [Fri, 07 Nov 2014 13:50:55 +0100] rev 27609
Merge
Thu, 06 Nov 2014 13:05:14 -0800 8062851: cleanup ObjectMonitor offset adjustments
dcubed [Thu, 06 Nov 2014 13:05:14 -0800] rev 27608
8062851: cleanup ObjectMonitor offset adjustments Summary: JEP-143/JDK-8046133 - cleanup computation of ObjectMonitor field pointers Reviewed-by: dholmes, redestad, coleenp
Thu, 20 Nov 2014 10:57:38 -0800 Merge
lana [Thu, 20 Nov 2014 10:57:38 -0800] rev 27607
Merge
Wed, 19 Nov 2014 19:22:49 +0400 8059661: Test SoftReference and OOM behavior
azakharov [Wed, 19 Nov 2014 19:22:49 +0400] rev 27606
8059661: Test SoftReference and OOM behavior Reviewed-by: tschatzl
Fri, 14 Nov 2014 17:36:56 +0400 8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent
azakharov [Fri, 14 Nov 2014 17:36:56 +0400] rev 27605
8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent 8062957: Heap is not shrunk when deallocating under memory pressure Summary: Added explicit -XX:-ExplicitGCInvokesConcurrent to invocations Reviewed-by: brutisso, tschatzl
Thu, 04 Dec 2014 12:58:13 -0800 Added tag jdk9-b41 for changeset 47f369e3c69c
katleman [Thu, 04 Dec 2014 12:58:13 -0800] rev 27604
Added tag jdk9-b41 for changeset 47f369e3c69c
Thu, 04 Dec 2014 15:21:09 -0800 Merge
lana [Thu, 04 Dec 2014 15:21:09 -0800] rev 27603
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip