Tue, 10 Jul 2018 13:54:17 -0700 8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt
epavlova [Tue, 10 Jul 2018 13:54:17 -0700] rev 51028
8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt Reviewed-by: kvn
Tue, 10 Jul 2018 13:34:32 -0400 8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list #
kbarrett [Tue, 10 Jul 2018 13:34:32 -0400] rev 51027
8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list # Summary: Run test in safepoint. Reviewed-by: tschatzl, ehelin
Tue, 10 Jul 2018 15:33:55 +0200 8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
thartmann [Tue, 10 Jul 2018 15:33:55 +0200] rev 51026
8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout Summary: Do not acquire the MethodCompileQueue_lock in CompileBroker::print_compile_queues(). Reviewed-by: kvn, kbarrett, dholmes
Tue, 10 Jul 2018 15:09:34 +0200 8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
tschatzl [Tue, 10 Jul 2018 15:09:34 +0200] rev 51025
8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp Summary: A less or equal than should be less than. Reviewed-by: ehelin, kbarrett
Fri, 29 Jun 2018 17:59:44 +0200 8202123: C2 Crash in Node::in(unsigned int) const+0x14
roland [Fri, 29 Jun 2018 17:59:44 +0200] rev 51024
8202123: C2 Crash in Node::in(unsigned int) const+0x14 Reviewed-by: kvn, thartmann
Tue, 10 Jul 2018 03:14:55 -0400 8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
dholmes [Tue, 10 Jul 2018 03:14:55 -0400] rev 51023
8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid Summary: Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode Reviewed-by: alanb, mikael
Mon, 09 Jul 2018 22:20:02 -0700 8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal
kvn [Mon, 09 Jul 2018 22:20:02 -0700] rev 51022
8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal Summary: don't run test with Graal Reviewed-by: mchung, epavlova
Tue, 10 Jul 2018 10:59:57 +0800 8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms
jjiang [Tue, 10 Jul 2018 10:59:57 +0800] rev 51021
8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms Summary: Add unit tests for ChaCha20Cipher, ChaCha20Poly1305Parameters and Poly1305 Reviewed-by: xuelei, jnimeh
Mon, 09 Jul 2018 20:17:32 -0400 8205878: pthread_getcpuclockid is expected to return 0 code
dholmes [Mon, 09 Jul 2018 20:17:32 -0400] rev 51020
8205878: pthread_getcpuclockid is expected to return 0 code Reviewed-by: cjplummer, amenkov, coleenp
Mon, 09 Jul 2018 14:21:33 -0700 8206323: Missing some legal notices in docs bundle
erikj [Mon, 09 Jul 2018 14:21:33 -0700] rev 51019
8206323: Missing some legal notices in docs bundle Reviewed-by: mchung, tbell
Mon, 09 Jul 2018 13:26:59 -0700 8185740: The help-doc.html generated by the doclet is outdated
jjg [Mon, 09 Jul 2018 13:26:59 -0700] rev 51018
8185740: The help-doc.html generated by the doclet is outdated Reviewed-by: sundar
Mon, 09 Jul 2018 13:25:08 -0700 8194740: UseSubwordForMaxVector causes performance regression
vdeshpande [Mon, 09 Jul 2018 13:25:08 -0700] rev 51017
8194740: UseSubwordForMaxVector causes performance regression Reviewed-by: kvn, thartmann
Mon, 09 Jul 2018 11:15:55 -0700 8206287: fix legal notice in hotspot tests
iignatyev [Mon, 09 Jul 2018 11:15:55 -0700] rev 51016
8206287: fix legal notice in hotspot tests Reviewed-by: kvn, hseigel
Mon, 09 Jul 2018 10:25:55 -0700 8206106: [solaris sparc] jck tests api/javax_print/PrintService failing
prr [Mon, 09 Jul 2018 10:25:55 -0700] rev 51015
8206106: [solaris sparc] jck tests api/javax_print/PrintService failing Reviewed-by: simonis, erikj
Mon, 09 Jul 2018 10:23:17 -0700 8205646: Broken link in jdk.jsobject
prr [Mon, 09 Jul 2018 10:23:17 -0700] rev 51014
8205646: Broken link in jdk.jsobject Reviewed-by: serb
Mon, 09 Jul 2018 09:09:21 -0700 8206433: Several jib profiles missing autoconf dependency
erikj [Mon, 09 Jul 2018 09:09:21 -0700] rev 51013
8206433: Several jib profiles missing autoconf dependency Reviewed-by: tbell
Mon, 09 Jul 2018 19:09:29 +0300 8205588: Deprecate for removal com.sun.awt.SecurityWarning
serb [Mon, 09 Jul 2018 19:09:29 +0300] rev 51012
8205588: Deprecate for removal com.sun.awt.SecurityWarning Reviewed-by: prr, kaddepalli
Mon, 09 Jul 2018 12:51:58 +0200 8206408: Add missing CPU/system info to vm_version_ext on PPC64
ghaug [Mon, 09 Jul 2018 12:51:58 +0200] rev 51011
8206408: Add missing CPU/system info to vm_version_ext on PPC64 Reviewed-by: mdoerr, simonis
Mon, 09 Jul 2018 16:36:05 +0300 8201611: Broken links in java.desktop javadoc
serb [Mon, 09 Jul 2018 16:36:05 +0300] rev 51010
8201611: Broken links in java.desktop javadoc Reviewed-by: prr, kaddepalli
Mon, 09 Jul 2018 15:26:58 +0200 8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
mdoerr [Mon, 09 Jul 2018 15:26:58 +0200] rev 51009
8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2 Reviewed-by: goetz
Mon, 09 Jul 2018 09:38:11 +0100 8206163: AArch64: incorrect code generation for StoreCM
adinn [Mon, 09 Jul 2018 09:38:11 +0100] rev 51008
8206163: AArch64: incorrect code generation for StoreCM Summary: StoreCM may require planting a StoreStore barrier Reviewed-by: aph, zyao, roland
Mon, 09 Jul 2018 10:19:51 +0200 8205426: Humongous continues remembered set does not match humongous start region one after Remark
tschatzl [Mon, 09 Jul 2018 10:19:51 +0200] rev 51007
8205426: Humongous continues remembered set does not match humongous start region one after Remark Summary: Remembered set states for humongous objects crossing an internal per-thread processing threshold could synchronized if the humongous continues regions were processed first. Reviewed-by: ehelin, kbarrett
Mon, 09 Jul 2018 12:20:56 +0800 8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule
weijun [Mon, 09 Jul 2018 12:20:56 +0800] rev 51006
8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule Reviewed-by: xuelei
Sun, 08 Jul 2018 20:00:46 -0400 8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
dholmes [Sun, 08 Jul 2018 20:00:46 -0400] rev 51005
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc Reviewed-by: mikael, sspitsyn
Sun, 08 Jul 2018 11:54:08 +0200 8203943: eventThreadGroup was null in TestJavaBlockedEvent.java
mgronlun [Sun, 08 Jul 2018 11:54:08 +0200] rev 51004
8203943: eventThreadGroup was null in TestJavaBlockedEvent.java Reviewed-by: egahlin
Fri, 06 Jul 2018 12:10:43 -0700 8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment
cushon [Fri, 06 Jul 2018 12:10:43 -0700] rev 51003
8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment Reviewed-by: jlahoda
Fri, 06 Jul 2018 13:45:41 -0700 8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler
kvn [Fri, 06 Jul 2018 13:45:41 -0700] rev 51002
8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler Summary: select maximum default values for JVMCI Reviewed-by: dnsimon, iveresov
Fri, 06 Jul 2018 10:39:38 -0700 8206375: ProblemList update of bug ID for SwingFontMetricsTest
prr [Fri, 06 Jul 2018 10:39:38 -0700] rev 51001
8206375: ProblemList update of bug ID for SwingFontMetricsTest Reviewed-by: serb
Fri, 06 Jul 2018 10:37:47 -0700 8206428: Upgrade JDK11 to harfbuzz 1.8.2
prr [Fri, 06 Jul 2018 10:37:47 -0700] rev 51000
8206428: Upgrade JDK11 to harfbuzz 1.8.2 Reviewed-by: serb
Fri, 06 Jul 2018 13:38:56 +0530 8206450: Add JImageListTest.java to ProblemList.txt
sdama [Fri, 06 Jul 2018 13:38:56 +0530] rev 50999
8206450: Add JImageListTest.java to ProblemList.txt Summary: Added JImageListTest.java to ProblemList.txt Reviewed-by: dholmes
Fri, 06 Jul 2018 09:22:18 +0200 8206436: sun/nio/cs/TestIBMBugs.java no longer compiles
simonis [Fri, 06 Jul 2018 09:22:18 +0200] rev 50998
8206436: sun/nio/cs/TestIBMBugs.java no longer compiles Reviewed-by: mikael, stuefe, alanb
Thu, 05 Jul 2018 20:00:04 -0700 8206429: [REDO] 8202561 clean up TEST.groups
iignatyev [Thu, 05 Jul 2018 20:00:04 -0700] rev 50997
8206429: [REDO] 8202561 clean up TEST.groups Reviewed-by: kvn, dholmes, ctornqvi
Thu, 05 Jul 2018 12:38:36 -0700 8206324: compiler/whitebox/DeoptimizeFramesTest.java to ProblemList-graal.txt
kvn [Thu, 05 Jul 2018 12:38:36 -0700] rev 50996
8206324: compiler/whitebox/DeoptimizeFramesTest.java to ProblemList-graal.txt Reviewed-by: dlong
Thu, 05 Jul 2018 09:38:15 +0200 8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
mbaesken [Thu, 05 Jul 2018 09:38:15 +0200] rev 50995
8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl Reviewed-by: kvn
Fri, 06 Jul 2018 00:40:12 +0530 8198405: JImageExtractTest.java & JImageListTest.java failed in Windows.
sdama [Fri, 06 Jul 2018 00:40:12 +0530] rev 50994
8198405: JImageExtractTest.java & JImageListTest.java failed in Windows. Summary: Make a directory readonly using nio file attribute AclEntry Reviewed-by: jlaskey
Thu, 05 Jul 2018 21:29:11 +0300 8205454: & is displayed in some Swing docs
serb [Thu, 05 Jul 2018 21:29:11 +0300] rev 50993
8205454: & is displayed in some Swing docs Reviewed-by: prr, psadhukhan
Tue, 12 Jun 2018 13:00:50 +0530 8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
simonis [Tue, 12 Jun 2018 13:00:50 +0530] rev 50992
8202329: [AIX] Fix codepage mappings for IBM-943 and Big5 Reviewed-by: simonis, stuefe Contributed-by: bhamaram@in.ibm.com
Thu, 05 Jul 2018 19:05:08 +0300 8189604: possible hang in sun.awt.shell.Win32ShellFolder2$KnownFolderDefinition::<clinit>
serb [Thu, 05 Jul 2018 19:05:08 +0300] rev 50991
8189604: possible hang in sun.awt.shell.Win32ShellFolder2$KnownFolderDefinition::<clinit> Reviewed-by: prr, kaddepalli
Thu, 05 Jul 2018 13:26:50 +0200 Added tag jdk-11+21 for changeset 14708e1acdc3
jwilhelm [Thu, 05 Jul 2018 13:26:50 +0200] rev 50990
Added tag jdk-11+21 for changeset 14708e1acdc3
Thu, 05 Jul 2018 11:56:19 +0200 8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max
stuefe [Thu, 05 Jul 2018 11:56:19 +0200] rev 50989
8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max Reviewed-by: dholmes, bobv
Thu, 05 Jul 2018 13:22:44 +0800 8206378: Backout JDK-8202561
xiaofeya [Thu, 05 Jul 2018 13:22:44 +0800] rev 50988
8206378: Backout JDK-8202561 Reviewed-by: dholmes
Wed, 04 Jul 2018 11:49:46 -0700 8206355: SSLSessionImpl.getLocalPrincipal() throws NPE
ssahoo [Wed, 04 Jul 2018 11:49:46 -0700] rev 50987
8206355: SSLSessionImpl.getLocalPrincipal() throws NPE Summary: Fixed SSLSessionImpl.getLocalPrincipal() implementation when client side authentication is not enabled. Reviewed-by: xuelei
Wed, 04 Jul 2018 18:39:26 +0200 8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java
mgronlun [Wed, 04 Jul 2018 18:39:26 +0200] rev 50986
8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java Reviewed-by: egahlin
Wed, 04 Jul 2018 16:16:24 +0100 8206001: Enable TLS1.3 by default in Http Client
michaelm [Wed, 04 Jul 2018 16:16:24 +0100] rev 50985
8206001: Enable TLS1.3 by default in Http Client Reviewed-by: dfuchs
Wed, 04 Jul 2018 16:54:56 +0200 8206145: dbgsysSocketClose - do not restart close if errno is EINTR [linux]
mbaesken [Wed, 04 Jul 2018 16:54:56 +0200] rev 50984
8206145: dbgsysSocketClose - do not restart close if errno is EINTR [linux] Reviewed-by: alanb, stuefe
Tue, 03 Jul 2018 12:40:42 +0200 8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
mbaesken [Tue, 03 Jul 2018 12:40:42 +0200] rev 50983
8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x Reviewed-by: stuefe
Tue, 03 Jul 2018 09:11:00 +0200 8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
neliasso [Tue, 03 Jul 2018 09:11:00 +0200] rev 50982
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge" Summary: Backout 8204157 to state before 8192992 Reviewed-by: thartmann, mdoerr
Wed, 04 Jul 2018 17:49:21 +0530 8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos)
sdama [Wed, 04 Jul 2018 17:49:21 +0530] rev 50981
8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos) Summary: Modified test to work on only modules extracted using jimage instead of files present in current directory Reviewed-by: jlaskey
Wed, 04 Jul 2018 12:04:02 +0200 8206316: ZGC: Preferred tmpfs mount point not found on Debian
pliden [Wed, 04 Jul 2018 12:04:02 +0200] rev 50980
8206316: ZGC: Preferred tmpfs mount point not found on Debian Reviewed-by: kbarrett, tschatzl, ehelin
Wed, 04 Jul 2018 12:04:02 +0200 8205924: ZGC: Premature OOME due to failure to expand backing file
pliden [Wed, 04 Jul 2018 12:04:02 +0200] rev 50979
8205924: ZGC: Premature OOME due to failure to expand backing file Reviewed-by: ehelin
Wed, 04 Jul 2018 16:49:34 +0800 8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception
xyin [Wed, 04 Jul 2018 16:49:34 +0800] rev 50978
8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception Reviewed-by: vtewari, dfuchs
Wed, 04 Jul 2018 10:24:16 +0200 8206254: Unable to complete emergency dump during safepoint
mgronlun [Wed, 04 Jul 2018 10:24:16 +0200] rev 50977
8206254: Unable to complete emergency dump during safepoint Reviewed-by: egahlin
Wed, 04 Jul 2018 09:21:19 +0200 8206173: MallocSiteTable::initialize() doesn't take function descriptors into account
simonis [Wed, 04 Jul 2018 09:21:19 +0200] rev 50976
8206173: MallocSiteTable::initialize() doesn't take function descriptors into account Reviewed-by: stuefe, zgu
Wed, 04 Jul 2018 08:33:00 +0200 8206322: ZGC: Incorrect license header in gtests
pliden [Wed, 04 Jul 2018 08:33:00 +0200] rev 50975
8206322: ZGC: Incorrect license header in gtests Reviewed-by: kbarrett, tschatzl
Wed, 04 Jul 2018 11:55:11 +0530 8204603: Short week days, NaN value and timezone name are inconsistent between CLDR and Java in zh_CN, zh_TW locales.
rgoel [Wed, 04 Jul 2018 11:55:11 +0530] rev 50974
8204603: Short week days, NaN value and timezone name are inconsistent between CLDR and Java in zh_CN, zh_TW locales. Summary: handled languageALiases for supported locales of CLDR. Reviewed-by: naoto
Tue, 03 Jul 2018 15:08:00 -0400 Merge
bobv [Tue, 03 Jul 2018 15:08:00 -0400] rev 50973
Merge
Tue, 03 Jul 2018 10:59:18 -0400 8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics
bobv [Tue, 03 Jul 2018 10:59:18 -0400] rev 50972
8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics Reviewed-by: stuefe
Mon, 02 Jul 2018 10:09:01 -0700 8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html
psandoz [Mon, 02 Jul 2018 10:09:01 -0700] rev 50971
8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html Reviewed-by: kvn, coleenp
Thu, 28 Jun 2018 10:51:02 -0700 8202561: clean up TEST.groups file
iignatyev [Thu, 28 Jun 2018 10:51:02 -0700] rev 50970
8202561: clean up TEST.groups file Reviewed-by: kvn, iklam, epavlova
Tue, 03 Jul 2018 11:16:25 -0700 8206184: docs-reference build fails due to extlink.spec.version property not set
mchung [Tue, 03 Jul 2018 11:16:25 -0700] rev 50969
8206184: docs-reference build fails due to extlink.spec.version property not set Reviewed-by: erikj
Tue, 03 Jul 2018 09:27:41 +0800 8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file jdk-11+21
jjiang [Tue, 03 Jul 2018 09:27:41 +0800] rev 50968
8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file Summary: Release resource after reading port log file Reviewed-by: xuelei
Mon, 02 Jul 2018 17:54:36 -0700 8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule
jjg [Mon, 02 Jul 2018 17:54:36 -0700] rev 50967
8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule Reviewed-by: darcy
Wed, 11 Jul 2018 14:44:05 -0400 8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
coleenp [Wed, 11 Jul 2018 14:44:05 -0400] rev 50966
8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options Summary: Convert PrintSafepointStatistics to UL Reviewed-by: shade, lfoltan
Wed, 11 Jul 2018 13:28:07 -0400 8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use
zgu [Wed, 11 Jul 2018 13:28:07 -0400] rev 50965
8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use Summary: Uses "construct on First Use Idiom" pattern to workaround static initialization order Reviewed-by: dholmes, minqi
(0) -30000 -10000 -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 tip