Fri, 31 Aug 2018 14:54:42 -0700 8208608: Update --module-source-path to allow explicit source paths for specific modules
jjg [Fri, 31 Aug 2018 14:54:42 -0700] rev 51615
8208608: Update --module-source-path to allow explicit source paths for specific modules Reviewed-by: jlahoda
Fri, 31 Aug 2018 16:29:49 -0400 8210235: JvmtiTrace::safe_get_current_thread_name is unsafe in debug builds
kbarrett [Fri, 31 Aug 2018 16:29:49 -0400] rev 51614
8210235: JvmtiTrace::safe_get_current_thread_name is unsafe in debug builds Summary: Use Thread::current_or_null and handle NULL result. Reviewed-by: coleenp
Fri, 31 Aug 2018 11:56:43 -0700 8209585: [Graal] vmTestbase/nsk/jvmti/scenarios/sampling tests fail with "Too small stack of resumed thread"
dtitov [Fri, 31 Aug 2018 11:56:43 -0700] rev 51613
8209585: [Graal] vmTestbase/nsk/jvmti/scenarios/sampling tests fail with "Too small stack of resumed thread" Reviewed-by: sspitsyn, amenkov, cjplummer, jcbeyler
Fri, 31 Aug 2018 18:01:47 +0100 8210226: Add support for multiple project folders to idea.sh
mcimadamore [Fri, 31 Aug 2018 18:01:47 +0100] rev 51612
8210226: Add support for multiple project folders to idea.sh Summary: Overhaul templating logic for idea.sh; add support for -o option Reviewed-by: erikj, ihse
Fri, 31 Aug 2018 09:53:37 -0700 8067354: com/sun/jdi/GetLocalVariables4Test.sh failed
amenkov [Fri, 31 Aug 2018 09:53:37 -0700] rev 51611
8067354: com/sun/jdi/GetLocalVariables4Test.sh failed Reviewed-by: jcbeyler, sspitsyn
Fri, 31 Aug 2018 10:22:04 -0400 8206424: Use locking for cleaning ProtectionDomainTable
pchilanomate [Fri, 31 Aug 2018 10:22:04 -0400] rev 51610
8206424: Use locking for cleaning ProtectionDomainTable Summary: ServiceThread is now in charge of cleaning ProtectionDomainTable entries Reviewed-by: coleenp, iklam
Fri, 31 Aug 2018 09:10:27 -0400 8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased
coleenp [Fri, 31 Aug 2018 09:10:27 -0400] rev 51609
8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased Summary: Reduce test time and allow OOM. Reviewed-by: iklam, hseigel
Fri, 31 Aug 2018 07:03:46 -0400 8210155: Lock ClassLoaderDataGraph
coleenp [Fri, 31 Aug 2018 07:03:46 -0400] rev 51608
8210155: Lock ClassLoaderDataGraph Summary: In preparation for concurrent class unloading. Reviewed-by: hseigel, eosterlund
Fri, 31 Aug 2018 12:41:00 +0200 8176453: Javadoc search: there are issues with generics in parameters
hannesw [Fri, 31 Aug 2018 12:41:00 +0200] rev 51607
8176453: Javadoc search: there are issues with generics in parameters Reviewed-by: jjg, sundar
Fri, 31 Aug 2018 11:43:06 +0200 8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending
dnsimon [Fri, 31 Aug 2018 11:43:06 +0200] rev 51606
8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending Reviewed-by: dlong, twisti
Fri, 31 Aug 2018 09:37:03 +0200 6657100: Rename sparcWorks to solstudio in HotSpot
ihse [Fri, 31 Aug 2018 09:37:03 +0200] rev 51605
6657100: Rename sparcWorks to solstudio in HotSpot Reviewed-by: erikj, dcubed
Thu, 30 Aug 2018 13:12:38 +0200 8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
mbaesken [Thu, 30 Aug 2018 13:12:38 +0200] rev 51604
8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp) Reviewed-by: mdoerr, stuefe
Fri, 31 Aug 2018 10:32:47 +0800 8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)"
jjiang [Fri, 31 Aug 2018 10:32:47 +0800] rev 51603
8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)" Summary: Refactor this test with SSLSocketTemplate Reviewed-by: xuelei
Fri, 31 Aug 2018 10:00:22 +0800 8208280: java/nio/channels/Selector/RegisterDuringSelect.java fails with "key not removed from key set"
mli [Fri, 31 Aug 2018 10:00:22 +0800] rev 51602
8208280: java/nio/channels/Selector/RegisterDuringSelect.java fails with "key not removed from key set" Reviewed-by: alanb
Thu, 30 Aug 2018 17:59:40 -0700 8210118: better jdb test diagnostics when getting "Prompt is not received during ... milliseconds" failures
cjplummer [Thu, 30 Aug 2018 17:59:40 -0700] rev 51601
8210118: better jdb test diagnostics when getting "Prompt is not received during ... milliseconds" failures Summary: print pending reply when prompt is not recieved Reviewed-by: dholmes, gadams, sspitsyn, jcbeyler
Thu, 30 Aug 2018 17:03:46 -0400 8209975: Some GCThreadLocalData not initialized
kbarrett [Thu, 30 Aug 2018 17:03:46 -0400] rev 51600
8209975: Some GCThreadLocalData not initialized Summary: Perform deferred BarrierSet initializations for NonJavaThreads too. Reviewed-by: eosterlund, pliden
Thu, 30 Aug 2018 16:33:14 -0400 8210164: building Minimal VM fails with error: comparison of unsigned expression < 0 is always false [-Werror=type-limits]
avoitylov [Thu, 30 Aug 2018 16:33:14 -0400] rev 51599
8210164: building Minimal VM fails with error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] Summary: Conditionalize compare with serial_phase_count. Reviewed-by: kbarrett, shade
Thu, 30 Aug 2018 16:16:19 -0400 8210119: Rename SubTasksDone::is_task_claimed
kbarrett [Thu, 30 Aug 2018 16:16:19 -0400] rev 51598
8210119: Rename SubTasksDone::is_task_claimed Summary: Renamed to try_claim_task and inverted result. Reviewed-by: coleenp, sjohanss
Thu, 30 Aug 2018 12:39:26 -0700 8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
bpb [Thu, 30 Aug 2018 12:39:26 -0700] rev 51597
8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64 Reviewed-by: bsrbnd, mbaesken, bchristi, simonis
Thu, 30 Aug 2018 11:53:49 -0700 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2
amenkov [Thu, 30 Aug 2018 11:53:49 -0700] rev 51596
8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 Reviewed-by: jcbeyler, sspitsyn, cjplummer
Thu, 30 Aug 2018 03:01:49 -0700 8209993: Create a test for SwingSet3 ToolTipDemo
akolarkunnu [Thu, 30 Aug 2018 03:01:49 -0700] rev 51595
8209993: Create a test for SwingSet3 ToolTipDemo Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Thu, 30 Aug 2018 09:47:12 -0700 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler [Thu, 30 Aug 2018 09:47:12 -0700] rev 51594
8203356: VM Object Allocation Collector can infinite recurse Summary: VM Event callback do not provoke a VM alloc event Reviewed-by: sspitsyn, phh, amenkov, cjplummer
Thu, 30 Aug 2018 08:01:13 -0700 8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback
iklam [Thu, 30 Aug 2018 08:01:13 -0700] rev 51593
8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback Reviewed-by: sspitsyn, iignatyev
Thu, 30 Aug 2018 09:08:23 -0400 8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1.code__00201m1 hangs with -noverify
hseigel [Thu, 30 Aug 2018 09:08:23 -0400] rev 51592
8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1.code__00201m1 hangs with -noverify Summary: Check for 'bc_length > 0' to handle lengths of -1. Reviewed-by: coleenp
Thu, 30 Aug 2018 09:34:10 +0200 8209950: SIGBUS in CodeHeapState::print_names()
lucy [Thu, 30 Aug 2018 09:34:10 +0200] rev 51591
8209950: SIGBUS in CodeHeapState::print_names() Reviewed-by: thartmann, kvn
Thu, 30 Aug 2018 09:25:38 +0200 8210065: ZGC: Remove mode for treating weaks as strong
eosterlund [Thu, 30 Aug 2018 09:25:38 +0200] rev 51590
8210065: ZGC: Remove mode for treating weaks as strong Reviewed-by: kbarrett, pliden
Wed, 29 Aug 2018 10:11:51 +0200 8210147: adjust some WSAGetLastError usages in windows network coding
mbaesken [Wed, 29 Aug 2018 10:11:51 +0200] rev 51589
8210147: adjust some WSAGetLastError usages in windows network coding Reviewed-by: clanger, stuefe
Thu, 30 Aug 2018 09:12:07 +0200 8210063: ZGC: Enable load barriers for IN_NATIVE runtime barriers
eosterlund [Thu, 30 Aug 2018 09:12:07 +0200] rev 51588
8210063: ZGC: Enable load barriers for IN_NATIVE runtime barriers Reviewed-by: pliden
Thu, 30 Aug 2018 08:59:23 +0200 8210061: ZGC: Remove STW weak processor mode
eosterlund [Thu, 30 Aug 2018 08:59:23 +0200] rev 51587
8210061: ZGC: Remove STW weak processor mode Reviewed-by: pliden, kbarrett
Thu, 30 Aug 2018 08:19:13 +0200 8210160: Remove deprecated configure arguments
ihse [Thu, 30 Aug 2018 08:19:13 +0200] rev 51586
8210160: Remove deprecated configure arguments Reviewed-by: erikj
Thu, 30 Aug 2018 08:15:10 +0200 8210150: Allow custom-hook.m4 to include files from CUSTOM_CONFIG_DIR
ihse [Thu, 30 Aug 2018 08:15:10 +0200] rev 51585
8210150: Allow custom-hook.m4 to include files from CUSTOM_CONFIG_DIR Reviewed-by: erikj
Wed, 29 Aug 2018 20:13:53 -0700 8199811: com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason
cjplummer [Wed, 29 Aug 2018 20:13:53 -0700] rev 51584
8199811: com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason Summary: give attach listener thread a chance to finish starting Reviewed-by: dholmes, gadams
Tue, 28 Aug 2018 08:06:59 -0400 8170089: nsk/jdi/EventSet/resume/resume008: ERROR: suspendCounts don't match for : Common-Cleaner
gadams [Tue, 28 Aug 2018 08:06:59 -0400] rev 51583
8170089: nsk/jdi/EventSet/resume/resume008: ERROR: suspendCounts don't match for : Common-Cleaner Reviewed-by: cjplummer, sspitsyn
Wed, 29 Aug 2018 19:14:08 -0700 8210153: localized currency symbol of VES
ljiang [Wed, 29 Aug 2018 19:14:08 -0700] rev 51582
8210153: localized currency symbol of VES Reviewed-by: naoto
Thu, 30 Aug 2018 03:49:23 +0200 Added tag jdk-12+9 for changeset 31b159f30fb2
jwilhelm [Thu, 30 Aug 2018 03:49:23 +0200] rev 51581
Added tag jdk-12+9 for changeset 31b159f30fb2
Wed, 29 Aug 2018 13:50:55 -0700 8210167: ProblemList vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java
mikael [Wed, 29 Aug 2018 13:50:55 -0700] rev 51580
8210167: ProblemList vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java Reviewed-by: coleenp
Wed, 29 Aug 2018 13:04:50 -0700 8209856: Obsolete error reporter
mikael [Wed, 29 Aug 2018 13:04:50 -0700] rev 51579
8209856: Obsolete error reporter Reviewed-by: coleenp, stuefe
Wed, 29 Aug 2018 20:15:09 +0200 8180193: Make marking bitmap code available to other GCs jdk-12+9
rkennke [Wed, 29 Aug 2018 20:15:09 +0200] rev 51578
8180193: Make marking bitmap code available to other GCs Reviewed-by: shade, stefank
Wed, 29 Aug 2018 19:48:28 +0200 Merge
jwilhelm [Wed, 29 Aug 2018 19:48:28 +0200] rev 51577
Merge
Wed, 22 Aug 2018 21:50:12 +0200 Added tag jdk-11+28 for changeset 76072a077ee1
jwilhelm [Wed, 22 Aug 2018 21:50:12 +0200] rev 51576
Added tag jdk-11+28 for changeset 76072a077ee1
Tue, 21 Aug 2018 12:48:10 -0700 8209806: API docs should be updated to refer to javase11 jdk-11+28
jjg [Tue, 21 Aug 2018 12:48:10 -0700] rev 51575
8209806: API docs should be updated to refer to javase11 Reviewed-by: darcy, iris, tbell, lancea
Tue, 21 Aug 2018 11:30:48 -0700 8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy
wetmore [Tue, 21 Aug 2018 11:30:48 -0700] rev 51574
8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy Reviewed-by: xuelei
Tue, 21 Aug 2018 13:44:59 +0100 8207838: AArch64: Float registers incorrectly restored in JNI call
aph [Tue, 21 Aug 2018 13:44:59 +0100] rev 51573
8207838: AArch64: Float registers incorrectly restored in JNI call Summary: fix the order in which float registers are restored in restore_args for aarch64 Reviewed-by: aph Contributed-by: guoge1@huawei.com
Tue, 21 Aug 2018 17:47:59 +0200 8209670: CompilerThread releasing code buffer in destructor is unsafe
thartmann [Tue, 21 Aug 2018 17:47:59 +0200] rev 51572
8209670: CompilerThread releasing code buffer in destructor is unsafe Summary: Don't free temporary code buffers in compiler thread destructor to avoid interference with safepoint code. Reviewed-by: kvn, dholmes, zgu
Tue, 21 Aug 2018 09:25:06 +0200 8209637: [s390x] Interpreter doesn't call result handler after native calls
simonis [Tue, 21 Aug 2018 09:25:06 +0200] rev 51571
8209637: [s390x] Interpreter doesn't call result handler after native calls Reviewed-by: goetz, lucy
Mon, 20 Aug 2018 15:10:20 -0700 8209735: Disable avx512 by default
kvn [Mon, 20 Aug 2018 15:10:20 -0700] rev 51570
8209735: Disable avx512 by default Reviewed-by: iveresov, ecaspole
Wed, 29 Aug 2018 12:00:47 -0400 8201317: X25519/X448 code improvements
apetcher [Wed, 29 Aug 2018 12:00:47 -0400] rev 51569
8201317: X25519/X448 code improvements Summary: Minor code/comment improvements Reviewed-by: xuelei
Tue, 28 Aug 2018 14:55:06 +0200 8209996: [PPC64] Fix JFR profiling
ghaug [Tue, 28 Aug 2018 14:55:06 +0200] rev 51568
8209996: [PPC64] Fix JFR profiling Reviewed-by: mdoerr, simonis
Wed, 29 Aug 2018 10:46:59 -0400 8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed
pchilanomate [Wed, 29 Aug 2018 10:46:59 -0400] rev 51567
8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed Summary: Fixed MemberNameLeak.java due to intermittent failure after 8206423 Reviewed-by: coleenp, lfoltan
Wed, 22 Aug 2018 10:29:17 +0200 8209691: Allow MemBar on single memory slice
roland [Wed, 22 Aug 2018 10:29:17 +0200] rev 51566
8209691: Allow MemBar on single memory slice Reviewed-by: kvn, vlivanov
Wed, 29 Aug 2018 11:25:51 +0100 8209064: Make intellij support more robust after changes for 2018.2
mcimadamore [Wed, 29 Aug 2018 11:25:51 +0100] rev 51565
8209064: Make intellij support more robust after changes for 2018.2 Summary: Do not treat build.xml wrapper as a template file Reviewed-by: erikj, ihse
Wed, 29 Aug 2018 14:10:19 +0530 8176553: LdapContext follows referrals infinitely ignoring set limit
vtewari [Wed, 29 Aug 2018 14:10:19 +0530] rev 51564
8176553: LdapContext follows referrals infinitely ignoring set limit Reviewed-by: chegar Contributed-by: jkalina@redhat.com
Wed, 29 Aug 2018 09:36:17 +0200 8206986: Compiler support for Switch Expressions (Preview)
jlahoda [Wed, 29 Aug 2018 09:36:17 +0200] rev 51563
8206986: Compiler support for Switch Expressions (Preview) 8207405: Compiler Tree API support for Switch Expressions (Preview) Summary: Support for switch expression, switch with rules and multiple constants for cases. Reviewed-by: jjg, mcimadamore, vromero
Tue, 28 Aug 2018 09:01:54 +0200 8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list
mbaesken [Tue, 28 Aug 2018 09:01:54 +0200] rev 51562
8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list Reviewed-by: bpb, chegar, simonis
Tue, 28 Aug 2018 20:05:41 -0700 8208746: ISO 4217 Amendment #168 update
ljiang [Tue, 28 Aug 2018 20:05:41 -0700] rev 51561
8208746: ISO 4217 Amendment #168 update 8209775: ISO 4217 Amendment #169 update Reviewed-by: naoto
Wed, 29 Aug 2018 08:00:00 +0200 8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set
pliden [Wed, 29 Aug 2018 08:00:00 +0200] rev 51560
8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set Reviewed-by: eosterlund, kbarrett
Tue, 28 Aug 2018 21:25:37 -0700 8210035: Fix copyrights for files created for the HeapMonitor work
jcbeyler [Tue, 28 Aug 2018 21:25:37 -0700] rev 51559
8210035: Fix copyrights for files created for the HeapMonitor work Summary: Added the Oracle copyright to newly created files Reviewed-by: sspitsyn, cjplummer
Tue, 28 Aug 2018 16:01:12 -0700 8210040: TestOptionsWithRanges.java is very slow
iklam [Tue, 28 Aug 2018 16:01:12 -0700] rev 51558
8210040: TestOptionsWithRanges.java is very slow Summary: Added -Xmx1024m -XX:-ZapUnusedHeapArea; split into 10 smaller tests Reviewed-by: kvn, coleenp
Tue, 28 Aug 2018 16:01:01 -0700 8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
iklam [Tue, 28 Aug 2018 16:01:01 -0700] rev 51557
8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap Summary: Removed the assert Reviewed-by: ccheung, jiangli
Tue, 28 Aug 2018 16:18:58 -0700 8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode
ccheung [Tue, 28 Aug 2018 16:18:58 -0700] rev 51556
8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode Summary: increase the MaxMetaspaceSize from 16m to 32m Reviewed-by: jiangli, iklam, mchung
Tue, 28 Aug 2018 18:31:14 -0400 Merge
coleenp [Tue, 28 Aug 2018 18:31:14 -0400] rev 51555
Merge
Tue, 28 Aug 2018 18:17:01 -0400 8209958: Clean up duplicate basic array type statics in Universe
coleenp [Tue, 28 Aug 2018 18:17:01 -0400] rev 51554
8209958: Clean up duplicate basic array type statics in Universe Reviewed-by: lfoltan, zgu
Tue, 28 Aug 2018 15:17:52 -0700 8210008: custom extension for make/SourceRevision.gmk
twisti [Tue, 28 Aug 2018 15:17:52 -0700] rev 51553
8210008: custom extension for make/SourceRevision.gmk Reviewed-by: erikj
Tue, 28 Aug 2018 18:03:33 -0400 8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
coleenp [Tue, 28 Aug 2018 18:03:33 -0400] rev 51552
8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java Reviewed-by: kbarrett, jiangli
Tue, 28 Aug 2018 14:37:34 -0700 8209611: use C++ compiler for hotspot tests
iignatyev [Tue, 28 Aug 2018 14:37:34 -0700] rev 51551
8209611: use C++ compiler for hotspot tests Reviewed-by: vlivanov, ihse, erikj, jcbeyler
Tue, 28 Aug 2018 14:33:18 -0700 8210108: sun/tools/jstatd test build failures after JDK-8210022
iignatyev [Tue, 28 Aug 2018 14:33:18 -0700] rev 51550
8210108: sun/tools/jstatd test build failures after JDK-8210022 Reviewed-by: cjplummer, jcbeyler, mikael
Tue, 28 Aug 2018 07:30:36 -0400 8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR
gadams [Tue, 28 Aug 2018 07:30:36 -0400] rev 51549
8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR Reviewed-by: amenkov, cjplummer, sspitsyn
Tue, 28 Aug 2018 16:04:54 -0400 8209976: Improve iteration over non-JavaThreads
kbarrett [Tue, 28 Aug 2018 16:04:54 -0400] rev 51548
8209976: Improve iteration over non-JavaThreads Summary: Add NonJavaThread and move NamedThread iteration to new class. Reviewed-by: eosterlund, coleenp, rkennke
Tue, 28 Aug 2018 14:45:34 -0400 8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI.
jiangli [Tue, 28 Aug 2018 14:45:34 -0400] rev 51547
8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI. Summary: Use TestCommon.execOff(). Reviewed-by: ccheung
Tue, 28 Aug 2018 12:57:40 -0400 8072498: Multi-thread JNI weak reference processing
kbarrett [Tue, 28 Aug 2018 12:57:40 -0400] rev 51546
8072498: Multi-thread JNI weak reference processing Summary: Add parallel processing support to WeakProcessor. Reviewed-by: tschatzl, sjohanss
Wed, 22 Aug 2018 09:33:18 -0700 8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c
jcbeyler [Wed, 22 Aug 2018 09:33:18 -0700] rev 51545
8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c Summary: Calculate the string size for the buffer first Reviewed-by: amenkov, sspitsyn, iklam
Tue, 28 Aug 2018 17:03:16 +0200 8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on.
goetz [Tue, 28 Aug 2018 17:03:16 +0200] rev 51544
8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on. Reviewed-by: mdoerr, ghaug
Tue, 28 Aug 2018 10:10:11 -0400 8202578: Revisit location for class unload events
hseigel [Tue, 28 Aug 2018 10:10:11 -0400] rev 51543
8202578: Revisit location for class unload events Summary: Use notify_unload_class() to post JFR class unload events instead of doing a separate traversal of the class loader data graph Reviewed-by: lfoltan, coleenp, mgronlun, egahlin
Tue, 28 Aug 2018 09:06:23 +0200 8209894: ZGC: Cap number of GC workers based on heap size
pliden [Tue, 28 Aug 2018 09:06:23 +0200] rev 51542
8209894: ZGC: Cap number of GC workers based on heap size Reviewed-by: ehelin, tschatzl
Mon, 27 Aug 2018 21:50:52 -0700 8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun
iignatyev [Mon, 27 Aug 2018 21:50:52 -0700] rev 51541
8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun Reviewed-by: sspitsyn, jcbeyler
Mon, 27 Aug 2018 17:01:15 -0700 8186548: move jdk.testlibrary.JcmdBase closer to tests
iignatyev [Mon, 27 Aug 2018 17:01:15 -0700] rev 51540
8186548: move jdk.testlibrary.JcmdBase closer to tests Reviewed-by: cjplummer, amenkov
Mon, 27 Aug 2018 16:45:18 -0700 8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
amenkov [Mon, 27 Aug 2018 16:45:18 -0700] rev 51539
8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout Reviewed-by: sspitsyn, cjplummer
Mon, 27 Aug 2018 03:48:41 -0700 8209494: Create a test for SwingSet InternalFrameDemo
akolarkunnu [Mon, 27 Aug 2018 03:48:41 -0700] rev 51538
8209494: Create a test for SwingSet InternalFrameDemo Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Mon, 27 Aug 2018 17:20:29 -0400 8209852: Counters in StringCleaningTask should be type of size_t
zgu [Mon, 27 Aug 2018 17:20:29 -0400] rev 51537
8209852: Counters in StringCleaningTask should be type of size_t Summary: Converted counters to size_t type to avoid casting Reviewed-by: coleenp
Mon, 27 Aug 2018 12:45:31 -0700 8209920: runtime/logging/RedefineClasses.java fail with OOME with ZGC
lmesnik [Mon, 27 Aug 2018 12:45:31 -0700] rev 51536
8209920: runtime/logging/RedefineClasses.java fail with OOME with ZGC Reviewed-by: pliden
Mon, 27 Aug 2018 03:46:44 -0700 8209789: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
akolarkunnu [Mon, 27 Aug 2018 03:46:44 -0700] rev 51535
8209789: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2 Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Mon, 27 Aug 2018 09:46:24 -0700 8209965: The "supported_groups" extension in ServerHellos
xuelei [Mon, 27 Aug 2018 09:46:24 -0700] rev 51534
8209965: The "supported_groups" extension in ServerHellos Reviewed-by: ascarpino
Mon, 27 Aug 2018 23:14:17 +0800 8209995: java.base does not need to export sun.security.ssl to java.security.jgss
weijun [Mon, 27 Aug 2018 23:14:17 +0800] rev 51533
8209995: java.base does not need to export sun.security.ssl to java.security.jgss Reviewed-by: xuelei, alanb
Mon, 27 Aug 2018 12:33:03 +0100 8209987: Minor cleanup in Level.java
dfuchs [Mon, 27 Aug 2018 12:33:03 +0100] rev 51532
8209987: Minor cleanup in Level.java Reviewed-by: dfuchs Contributed-by: Bernd Eckenfels <ecki@zusammenkunft.net>
Mon, 27 Aug 2018 10:25:13 +0530 8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
jgeorge [Mon, 27 Aug 2018 10:25:13 +0530] rev 51531
8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode Summary: Use longs instead of ints while computing the identity hash of klass symbols Reviewed-by: coleenp, lfoltan
Sat, 25 Aug 2018 11:10:21 -0400 8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
coleenp [Sat, 25 Aug 2018 11:10:21 -0400] rev 51530
8209821: Make JVMTI GetClassLoaderClasses not walk CLDG Summary: And also added function with KlassClosure to remove the hacks. Reviewed-by: lfoltan, sspitsyn
Sat, 25 Aug 2018 14:23:21 +0200 8209911: More blob types in hs_err printout
shade [Sat, 25 Aug 2018 14:23:21 +0200] rev 51529
8209911: More blob types in hs_err printout Reviewed-by: simonis, kvn
Fri, 24 Aug 2018 18:56:41 -0700 6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException
igerasim [Fri, 24 Aug 2018 18:56:41 -0700] rev 51528
6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException Reviewed-by: valeriep
Thu, 23 Aug 2018 21:16:45 -0700 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
iklam [Thu, 23 Aug 2018 21:16:45 -0700] rev 51527
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed Summary: Move different execution modes to IncompatibleOptions_stringDedup.java and IncompatibleOptions_noCompactStrings.java Reviewed-by: jiangli, coleenp
Fri, 24 Aug 2018 13:30:56 -0700 8209173: javac fails with completion exception while reporting an error
vromero [Fri, 24 Aug 2018 13:30:56 -0700] rev 51526
8209173: javac fails with completion exception while reporting an error Reviewed-by: mcimadamore
Fri, 24 Aug 2018 13:23:39 -0700 8209915: Fix license headers
mikael [Fri, 24 Aug 2018 13:23:39 -0700] rev 51525
8209915: Fix license headers Reviewed-by: kvn, pliden
Fri, 24 Aug 2018 15:49:21 -0400 8209841: [REDO] Refactor G1ParallelCleaningTask into shared
zgu [Fri, 24 Aug 2018 15:49:21 -0400] rev 51524
8209841: [REDO] Refactor G1ParallelCleaningTask into shared Summary: Refactored ParallelCleaningTask to share with other GCs Reviewed-by: tschatzl, shade
Fri, 24 Aug 2018 15:33:28 -0400 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode.
jiangli [Fri, 24 Aug 2018 15:33:28 -0400] rev 51523
8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode. Summary: Allow resizing for all system dictionaries except for the shared dictionary at runtime. Reviewed-by: iklam, gziemski
Fri, 24 Aug 2018 11:56:14 -0700 8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
dlong [Fri, 24 Aug 2018 11:56:14 -0700] rev 51522
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt Reviewed-by: kvn, thartmann
Fri, 17 Aug 2018 17:13:12 +0200 8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
roland [Fri, 17 Aug 2018 17:13:12 +0200] rev 51521
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item Reviewed-by: neliasso, kvn
Fri, 24 Aug 2018 09:12:51 -0500 8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
gziemski [Fri, 24 Aug 2018 09:12:51 -0500] rev 51520
8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138 Summary: SymbolTableLock no longer checks for safepoints Reviewed-by: coleenp, rehn
Mon, 20 Aug 2018 12:08:07 +0200 8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
ghaug [Mon, 20 Aug 2018 12:08:07 +0200] rev 51519
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1 Reviewed-by: kvn, phh, lucy
Mon, 23 Jul 2018 18:08:46 +0200 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
sgehwolf [Mon, 23 Jul 2018 18:08:46 +0200] rev 51518
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686 Summary: Be sure to use the same register index in native and Java code. Reviewed-by: sballal, cjplummer, tbell
Fri, 24 Aug 2018 14:04:34 +0200 8209837: Avoid initializing ExpiringCache during bootstrap
redestad [Fri, 24 Aug 2018 14:04:34 +0200] rev 51517
8209837: Avoid initializing ExpiringCache during bootstrap Reviewed-by: sundar, forax
Fri, 06 Jul 2018 16:04:19 +0200 8206457: Code paths from oop_iterate() must use barrier-free access
rkennke [Fri, 06 Jul 2018 16:04:19 +0200] rev 51516
8206457: Code paths from oop_iterate() must use barrier-free access Reviewed-by: eosterlund, shade
Fri, 24 Aug 2018 09:38:11 +0200 8208665: Amend cross-compilation docs with qemu-debootstrap recipe
shade [Fri, 24 Aug 2018 09:38:11 +0200] rev 51515
8208665: Amend cross-compilation docs with qemu-debootstrap recipe Reviewed-by: martin, glaubitz, erikj
Fri, 24 Aug 2018 08:17:23 +0200 8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
thartmann [Fri, 24 Aug 2018 08:17:23 +0200] rev 51514
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place" Summary: Deoptimize if exception is thrown in _clone intrinsic. Reviewed-by: kvn
Thu, 23 Aug 2018 16:47:53 -0700 8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test
lmesnik [Thu, 23 Aug 2018 16:47:53 -0700] rev 51513
8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test Reviewed-by: coleenp, mseledtsov
Thu, 23 Aug 2018 07:54:19 -0400 8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events
gadams [Thu, 23 Aug 2018 07:54:19 -0400] rev 51512
8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events Reviewed-by: amenkov, dholmes, sspitsyn
Thu, 23 Aug 2018 18:14:53 -0400 8209850: Allow NamedThreads to use GlobalCounter critical sections
kbarrett [Thu, 23 Aug 2018 18:14:53 -0400] rev 51511
8209850: Allow NamedThreads to use GlobalCounter critical sections Summary: Add NamedThreads iterator and make GlobalCounter use it. Reviewed-by: eosterlund, rehn
Thu, 23 Aug 2018 12:57:40 -0700 8209873: Typo in javax.xml.validation.Validator.validate documentation
joehw [Thu, 23 Aug 2018 12:57:40 -0700] rev 51510
8209873: Typo in javax.xml.validation.Validator.validate documentation Reviewed-by: lancea
Thu, 23 Aug 2018 12:09:46 -0700 8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros()
igerasim [Thu, 23 Aug 2018 12:09:46 -0700] rev 51509
8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros() Reviewed-by: martin Contributed-by: ivan.gerasimov@oracle.com, martinrb@google.com
Thu, 23 Aug 2018 09:36:13 -0700 8209851: Algorithm name is compared via reference identity
igerasim [Thu, 23 Aug 2018 09:36:13 -0700] rev 51508
8209851: Algorithm name is compared via reference identity Reviewed-by: mullan
Thu, 23 Aug 2018 09:35:09 -0700 8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests
ccheung [Thu, 23 Aug 2018 09:35:09 -0700] rev 51507
8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests Summary: changed the value of the property test.cds.copy.child.stdout to false so that stdout of child processes are logged in files. Each stdout and stderr file will have a unique name. Reviewed-by: iklam
Thu, 23 Aug 2018 11:33:51 -0400 8209854: ProblemList MemberNameLeak
pchilanomate [Thu, 23 Aug 2018 11:33:51 -0400] rev 51506
8209854: ProblemList MemberNameLeak Summary: MemberNameLeak.java moved to ProblemList due to intermittent failure after 8206423 Reviewed-by: coleenp
Thu, 23 Aug 2018 14:31:27 +0200 8209883: ZGC: Compile without C1 broken
pliden [Thu, 23 Aug 2018 14:31:27 +0200] rev 51505
8209883: ZGC: Compile without C1 broken Reviewed-by: eosterlund, shade
Thu, 23 Aug 2018 11:37:14 +0100 8209129: Further improvements to cipher buffer management
coffeys [Thu, 23 Aug 2018 11:37:14 +0100] rev 51504
8209129: Further improvements to cipher buffer management Reviewed-by: weijun, igerasim
Thu, 23 Aug 2018 10:52:27 +0200 8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort()
pliden [Thu, 23 Aug 2018 10:52:27 +0200] rev 51503
8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort() Reviewed-by: eosterlund, kbarrett
Wed, 22 Aug 2018 14:28:47 -0700 8209615: ParseError in XMLEventReader on a valid input
joehw [Wed, 22 Aug 2018 14:28:47 -0700] rev 51502
8209615: ParseError in XMLEventReader on a valid input Reviewed-by: lancea
Wed, 22 Aug 2018 13:53:48 -0700 8209651: better TLS poll for x64 C2
dlong [Wed, 22 Aug 2018 13:53:48 -0700] rev 51501
8209651: better TLS poll for x64 C2 Reviewed-by: kvn
Wed, 22 Aug 2018 21:48:39 +0200 Added tag jdk-12+8 for changeset 492b366f8e57
jwilhelm [Wed, 22 Aug 2018 21:48:39 +0200] rev 51500
Added tag jdk-12+8 for changeset 492b366f8e57
Wed, 22 Aug 2018 13:47:47 -0500 8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource
mchung [Wed, 22 Aug 2018 13:47:47 -0500] rev 51499
8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource Reviewed-by: lancea
Wed, 22 Aug 2018 20:37:07 +0200 8209062: Clean up G1MonitoringSupport
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51498
8209062: Clean up G1MonitoringSupport Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 20:37:07 +0200 8209061: Move G1 serviceability functionality to G1MonitoringSupport
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51497
8209061: Move G1 serviceability functionality to G1MonitoringSupport Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 20:37:07 +0200 8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51496
8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach Reviewed-by: kbarrett, phh
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip