Thu, 16 Aug 2018 19:49:25 -0400 8209607: Remove stale comment for JNI mutexes
kbarrett [Thu, 16 Aug 2018 19:49:25 -0400] rev 51428
8209607: Remove stale comment for JNI mutexes Summary: Remove comment. Reviewed-by: dholmes
Thu, 16 Aug 2018 16:44:51 -0700 8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
amenkov [Thu, 16 Aug 2018 16:44:51 -0700] rev 51427
8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java Reviewed-by: mikael, dtitov, dcubed
Thu, 16 Aug 2018 16:28:03 -0700 8209549: remove VMPropsExt from TEST.ROOT
iignatyev [Thu, 16 Aug 2018 16:28:03 -0700] rev 51426
8209549: remove VMPropsExt from TEST.ROOT Reviewed-by: dholmes
Thu, 16 Aug 2018 17:29:22 -0400 8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work.
jiangli [Thu, 16 Aug 2018 17:29:22 -0400] rev 51425
8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work. Summary: Check the MetaspaceShared::archive_heap_object return value and handle failure accordingly. Reviewed-by: iklam, coleenp
Thu, 16 Aug 2018 10:20:00 -0700 8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
amenkov [Thu, 16 Aug 2018 10:20:00 -0700] rev 51424
8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout Reviewed-by: dcubed, mikael
Thu, 16 Aug 2018 15:00:23 +0200 8208269: Javadoc does not support module-info in a multi-release jar
jlahoda [Thu, 16 Aug 2018 15:00:23 +0200] rev 51423
8208269: Javadoc does not support module-info in a multi-release jar Summary: Ensuring correct version is set when reading multi-release jars. Reviewed-by: jjg
Wed, 15 Aug 2018 10:38:27 -0400 8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
rriggs [Wed, 15 Aug 2018 10:38:27 -0400] rev 51422
8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug Reviewed-by: martin
Thu, 16 Aug 2018 16:06:54 +0530 8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales jdk-12+7
rgoel [Thu, 16 Aug 2018 16:06:54 +0530] rev 51421
8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales Summary: Replaced time patterns for Burmese locale from CLDR 29's patterns. Reviewed-by: naoto
Thu, 16 Aug 2018 09:46:09 +0200 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon [Thu, 16 Aug 2018 09:46:09 +0200] rev 51420
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects Reviewed-by: kvn, iveresov
Thu, 16 Aug 2018 09:09:18 +0200 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann [Thu, 16 Aug 2018 09:09:18 +0200] rev 51419
8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target' Summary: Make sure label is bound even if SSE is disabled. Reviewed-by: kvn
Wed, 15 Aug 2018 19:22:46 -0700 8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location"
iklam [Wed, 15 Aug 2018 19:22:46 -0700] rev 51418
8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location" Summary: Handle %p in /proc/sys/kernel/core_pattern Reviewed-by: dholmes, hseigel
Tue, 14 Aug 2018 20:46:46 -0700 8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes
iklam [Tue, 14 Aug 2018 20:46:46 -0700] rev 51417
8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes Summary: Added BASIC_JAVA_CLASSES_DO in javaClasses.hpp Reviewed-by: jiangli, redestad, coleenp
Wed, 15 Aug 2018 13:39:32 -0700 8207320: Wrong type order for intersection lambdas with multiple abstract methods
vromero [Wed, 15 Aug 2018 13:39:32 -0700] rev 51416
8207320: Wrong type order for intersection lambdas with multiple abstract methods Reviewed-by: mcimadamore
Wed, 15 Aug 2018 16:01:48 -0400 8209541: Fix merge problem in SymbolTable::do_check_concurrent_work
coleenp [Wed, 15 Aug 2018 16:01:48 -0400] rev 51415
8209541: Fix merge problem in SymbolTable::do_check_concurrent_work Summary: remerged with previous change to do_unloading. Reviewed-by: hseigel
Wed, 15 Aug 2018 15:50:23 -0400 8209447: vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java timed out
coleenp [Wed, 15 Aug 2018 15:50:23 -0400] rev 51414
8209447: vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java timed out Summary: was walking code cache for every safepoint because redefined methods take a long time to clear out of the code cache Reviewed-by: eosterlund, rehn
Wed, 15 Aug 2018 10:44:56 -0700 5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading
darcy [Wed, 15 Aug 2018 10:44:56 -0700] rev 51413
5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading Reviewed-by: lancea, rriggs, smarks
Wed, 15 Aug 2018 10:16:15 -0700 8176425: Add radix indication in NumberFormatException message for Integer.decode
darcy [Wed, 15 Aug 2018 10:16:15 -0700] rev 51412
8176425: Add radix indication in NumberFormatException message for Integer.decode Reviewed-by: lancea
Wed, 15 Aug 2018 10:00:16 -0700 8209164: [TESTBUG] Apply jtreg skipped status to cds tests
mseledtsov [Wed, 15 Aug 2018 10:00:16 -0700] rev 51411
8209164: [TESTBUG] Apply jtreg skipped status to cds tests Summary: Added the SkippedException where applicable Reviewed-by: iklam, jiangli
Wed, 15 Aug 2018 14:35:33 +0200 8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
thartmann [Wed, 15 Aug 2018 14:35:33 +0200] rev 51410
8209459: TestSHA512MultiBlockIntrinsics failed on AArch64 Summary: Prevent classloading to avoid generation of SHA stubs. Reviewed-by: kvn, thartmann Contributed-by: Joshua Zhu <joshua.zhu@arm.com>
Wed, 15 Aug 2018 14:48:12 +0300 8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer
dpochepk [Wed, 15 Aug 2018 14:48:12 +0300] rev 51409
8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer Reviewed-by: kvn, thartmann
Wed, 15 Aug 2018 09:51:57 +0200 8208582: Introduce native oop barriers in C1 for OopHandle
eosterlund [Wed, 15 Aug 2018 09:51:57 +0200] rev 51408
8208582: Introduce native oop barriers in C1 for OopHandle Reviewed-by: coleenp, kvn
Tue, 14 Aug 2018 18:16:47 -0700 8207009: TLS 1.3 half-close and synchronization issues
xuelei [Tue, 14 Aug 2018 18:16:47 -0700] rev 51407
8207009: TLS 1.3 half-close and synchronization issues Reviewed-by: jnimeh, mullan, wetmore
Tue, 14 Aug 2018 19:52:34 -0400 8209518: symbol table gtest fails with semaphore error
coleenp [Tue, 14 Aug 2018 19:52:34 -0400] rev 51406
8209518: symbol table gtest fails with semaphore error Summary: loop count was wrong. Reviewed-by: mikael, kbarrett
Tue, 14 Aug 2018 18:42:14 -0500 8195100: Use a low latency hashtable for SymbolTable
gziemski [Tue, 14 Aug 2018 18:42:14 -0500] rev 51405
8195100: Use a low latency hashtable for SymbolTable Summary: Used concurrentHashTable, similar to stringTable Reviewed-by: coleenp, kbarrett, iklam, pliden
Tue, 14 Aug 2018 14:08:04 -0700 8208463: jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface
kvn [Tue, 14 Aug 2018 14:08:04 -0700] rev 51404
8208463: jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface Reviewed-by: mchung
Tue, 14 Aug 2018 14:58:14 -0400 8209347: SATBMarkQueue.cpp should not need jvm.h
kbarrett [Tue, 14 Aug 2018 14:58:14 -0400] rev 51403
8209347: SATBMarkQueue.cpp should not need jvm.h Summary: Use os::snprintf instead of jio_snprintf. Reviewed-by: shade, tschatzl
Tue, 14 Aug 2018 11:56:32 -0700 8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
amenkov [Tue, 14 Aug 2018 11:56:32 -0700] rev 51402
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1 Reviewed-by: sspitsyn, jcbeyler
Tue, 14 Aug 2018 13:16:26 -0400 8209346: Refactor SATBMarkQueue filter configuration
kbarrett [Tue, 14 Aug 2018 13:16:26 -0400] rev 51401
8209346: Refactor SATBMarkQueue filter configuration Summary: Moved reference to G1-specific option to G1CollectedHeap. Reviewed-by: shade, rkennke
Tue, 14 Aug 2018 10:08:21 -0700 8209452: VerifyCACerts.java failed with "At least one cacert test failed"
rhalade [Tue, 14 Aug 2018 10:08:21 -0700] rev 51400
8209452: VerifyCACerts.java failed with "At least one cacert test failed" Summary: Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires Reviewed-by: mullan
Mon, 13 Aug 2018 21:57:17 -0700 8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
akolarkunnu [Mon, 13 Aug 2018 21:57:17 -0700] rev 51399
8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2 Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com, alexandre.iline@oracle.com
Tue, 14 Aug 2018 22:39:34 +0800 8209416: Refactoring GetPropertyAction calls in security libs
weijun [Tue, 14 Aug 2018 22:39:34 +0800] rev 51398
8209416: Refactoring GetPropertyAction calls in security libs Reviewed-by: xuelei, rriggs
Tue, 14 Aug 2018 14:28:23 +0200 8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder)
lucy [Tue, 14 Aug 2018 14:28:23 +0200] rev 51397
8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder) Reviewed-by: tschatzl, shade
Mon, 13 Aug 2018 09:19:21 -0700 8061467: Add UseLargePages to TestNUMAPageSize
jcbeyler [Mon, 13 Aug 2018 09:19:21 -0700] rev 51396
8061467: Add UseLargePages to TestNUMAPageSize Summary: Add flag to test for all architectures to be tested Reviewed-by: phh, pliden, tschatzl
Mon, 13 Aug 2018 14:04:43 +0200 8209376: ZGC: Move ZMarkStackAllocator into a separate file
pliden [Mon, 13 Aug 2018 14:04:43 +0200] rev 51395
8209376: ZGC: Move ZMarkStackAllocator into a separate file Reviewed-by: eosterlund, kbarrett
Mon, 13 Aug 2018 14:04:42 +0200 8209375: ZGC: Use dynamic base address for mark stack space
pliden [Mon, 13 Aug 2018 14:04:42 +0200] rev 51394
8209375: ZGC: Use dynamic base address for mark stack space Reviewed-by: eosterlund, kbarrett
Tue, 14 Aug 2018 00:15:56 -0400 8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet
kbarrett [Tue, 14 Aug 2018 00:15:56 -0400] rev 51393
8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet Summary: Move filter extension protocol to SATBMarkQueueSet. Reviewed-by: shade, tschatzl, rkennke
Tue, 14 Aug 2018 10:42:00 +0800 8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
xiaofeya [Tue, 14 Aug 2018 10:42:00 +0800] rev 51392
8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException Reviewed-by: mchung
Mon, 13 Aug 2018 17:39:27 -0700 8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java
iignatyev [Mon, 13 Aug 2018 17:39:27 -0700] rev 51391
8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java Reviewed-by: rriggs
Mon, 13 Aug 2018 18:21:26 -0400 8209396: Make PtrQueueSets not statically allocated
kbarrett [Mon, 13 Aug 2018 18:21:26 -0400] rev 51390
8209396: Make PtrQueueSets not statically allocated Summary: Change the G1BarrierSet PtrQueueSet static members to ordinary members. Reviewed-by: shade, tschatzl, rkennke
Mon, 13 Aug 2018 13:24:55 -0700 8207153: Some intrinsic tests take long time to run
kvn [Mon, 13 Aug 2018 13:24:55 -0700] rev 51389
8207153: Some intrinsic tests take long time to run Reviewed-by: thartmann, mikael
Mon, 13 Aug 2018 19:21:43 +0200 8209120: Archive the Integer.IntegerCache
redestad [Mon, 13 Aug 2018 19:21:43 +0200] rev 51388
8209120: Archive the Integer.IntegerCache Reviewed-by: jiangli, alanb, plevart, iklam, mchung
Fri, 10 Aug 2018 09:16:10 +0200 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
mbaesken [Fri, 10 Aug 2018 09:16:10 +0200] rev 51387
8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update Reviewed-by: prr, dholmes
Mon, 13 Aug 2018 04:02:51 -0700 8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
epavlova [Mon, 13 Aug 2018 04:02:51 -0700] rev 51386
8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp Reviewed-by: kvn
Mon, 13 Aug 2018 12:24:25 +0200 8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51385
8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently Summary: For initial TLAB sizing, increase the number of expected refills to 2. Reviewed-by: phh, sangheki
Mon, 13 Aug 2018 12:24:25 +0200 8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51384
8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently Summary: Exclude maximum range value from testing. Reviewed-by: sangheki, kbarrett
Mon, 13 Aug 2018 12:24:25 +0200 8209193: Fix aarch64-linux compilation after -Wreorder changes
tschatzl [Mon, 13 Aug 2018 12:24:25 +0200] rev 51383
8209193: Fix aarch64-linux compilation after -Wreorder changes Reviewed-by: shade, drwhite
Mon, 13 Aug 2018 12:24:25 +0200 8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder)
ghaug [Mon, 13 Aug 2018 12:24:25 +0200] rev 51382
8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder) Reviewed-by: mbaesken, tschatzl
Mon, 13 Aug 2018 12:24:25 +0200 8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings
avoitylov [Mon, 13 Aug 2018 12:24:25 +0200] rev 51381
8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings Reviewed-by: dholmes, drwhite, tschatzl
Mon, 13 Aug 2018 10:28:01 +0200 8209378: Fix Minimal VM after JDK-8208677
shade [Mon, 13 Aug 2018 10:28:01 +0200] rev 51380
8209378: Fix Minimal VM after JDK-8208677 Reviewed-by: coleenp, shade Contributed-by: Aleksei Voitylov <aleksei.voitylov@bell-sw.com>
Sat, 11 Aug 2018 12:49:33 -0400 8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
coleenp [Sat, 11 Aug 2018 12:49:33 -0400] rev 51379
8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded Summary: InstanceKlass::implementors() needs the Compile_lock Reviewed-by: thartmann, eosterlund
Fri, 10 Aug 2018 22:38:18 -0400 8209384: ProblemList stressHierarchy metaspace tests
coleenp [Fri, 10 Aug 2018 22:38:18 -0400] rev 51378
8209384: ProblemList stressHierarchy metaspace tests Summary: These try to trigger GC by filling metaspace which seems to be not working. Reviewed-by: jiangli
Fri, 10 Aug 2018 12:05:53 -0700 8205399: Set node color on pinned HashMap.TreeNode deletion
bchristi [Fri, 10 Aug 2018 12:05:53 -0700] rev 51377
8205399: Set node color on pinned HashMap.TreeNode deletion Reviewed-by: martin
Fri, 10 Aug 2018 09:36:01 -0400 8164683: Solaris: JVM abuses thread preemption control
coleenp [Fri, 10 Aug 2018 09:36:01 -0400] rev 51376
8164683: Solaris: JVM abuses thread preemption control Summary: Complete removal of preemption control and command line arguments (were deprecated in 11). Reviewed-by: hseigel, pchilanomate, dholmes
Fri, 10 Aug 2018 09:30:26 -0400 8207778: Add locking to ModuleEntry and PackageEntry tables
hseigel [Fri, 10 Aug 2018 09:30:26 -0400] rev 51375
8207778: Add locking to ModuleEntry and PackageEntry tables Summary: Restructure ClassLoaderDataGraph code to simplify using locks in SystemDictionary::do_unloading() Reviewed-by: lfoltan, coleenp
Fri, 10 Aug 2018 14:22:49 +0300 8206895: aarch64: rework error-prone cmp instuction
bulasevich [Fri, 10 Aug 2018 14:22:49 +0300] rev 51374
8206895: aarch64: rework error-prone cmp instuction Reviewed-by: aph
Fri, 10 Aug 2018 17:07:44 +0800 8201290: keytool importcert fails with CertificateParsingException if unknown certificate algorithms should be imported
weijun [Fri, 10 Aug 2018 17:07:44 +0800] rev 51373
8201290: keytool importcert fails with CertificateParsingException if unknown certificate algorithms should be imported Reviewed-by: mullan, xuelei
Fri, 10 Aug 2018 13:07:21 +0800 8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/
xyin [Fri, 10 Aug 2018 13:07:21 +0800] rev 51372
8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/ Reviewed-by: vtewari, rriggs
Fri, 10 Aug 2018 00:35:57 -0400 8207263: Store the Configuration for system modules into CDS archive.
jiangli [Fri, 10 Aug 2018 00:35:57 -0400] rev 51371
8207263: Store the Configuration for system modules into CDS archive. Summary: Archive boot layer Configuration. Reviewed-by: redestad, iklam, ccheung
Thu, 09 Aug 2018 15:52:23 -0700 8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests
ccheung [Thu, 09 Aug 2018 15:52:23 -0700] rev 51370
8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests Summary: only include the CDS logging option in the tests which require it Reviewed-by: mseledtsov, jiangli, iklam
Fri, 10 Aug 2018 00:20:15 +0200 8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy
redestad [Fri, 10 Aug 2018 00:20:15 +0200] rev 51369
8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy Reviewed-by: thartmann, pliden, kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip