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
bobv [Tue, 03 Jul 2018 15:08:00 -0400] rev 50973
Merge
bobv [Tue, 03 Jul 2018 10:59:18 -0400] rev 50972
8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics
Reviewed-by: stuefe
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
iignatyev [Thu, 28 Jun 2018 10:51:02 -0700] rev 50970
8202561: clean up TEST.groups file
Reviewed-by: kvn, iklam, epavlova
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
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
jjg [Mon, 02 Jul 2018 17:54:36 -0700] rev 50967
8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule
Reviewed-by: darcy
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
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
darcy [Wed, 11 Jul 2018 08:24:39 -0700] rev 50964
8173606: Deprecate constructors of 7-era visitors
Reviewed-by: vromero, jjg
shade [Wed, 11 Jul 2018 08:44:00 +0200] rev 50963
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
Reviewed-by: vlivanov, never
ccheung [Tue, 10 Jul 2018 19:04:13 -0700] rev 50962
8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
Summary: exit vm if setting of boot class path fails.
Reviewed-by: lfoltan, jiangli, dholmes
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 50961
8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
Reviewed-by: martin, psandoz
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 50960
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
Reviewed-by: martin, psandoz, dholmes, tschatzl
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 50959
8206123: ArrayDeque created with default constructor can only hold 15 elements
Reviewed-by: martin, psandoz, igerasim
coleenp [Tue, 10 Jul 2018 11:13:33 -0400] rev 50958
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
Summary: Only fetch Node::next once and use that result.
Reviewed-by: hseigel, dholmes
dholmes [Tue, 10 Jul 2018 03:14:55 -0400] rev 50957
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
dholmes [Mon, 09 Jul 2018 20:17:32 -0400] rev 50956
8205878: pthread_getcpuclockid is expected to return 0 code
Reviewed-by: cjplummer, amenkov, coleenp
sherman [Mon, 09 Jul 2018 13:08:30 -0700] rev 50955
8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
Reviewed-by: alanb, martin
kbarrett [Mon, 09 Jul 2018 13:35:55 -0400] rev 50954
8204834: Fix confusing "allocate" naming in OopStorage
Summary: allocate_list => allocation_list and so on.
Reviewed-by: dholmes, tschatzl, coleenp
tschatzl [Mon, 09 Jul 2018 14:12:50 +0200] rev 50953
8206453: Taskqueue stats should count real steal attempts, not calls to GenericTaskQueueSet::steal
Reviewed-by: ehelin, kbarrett
dholmes [Sun, 08 Jul 2018 20:00:46 -0400] rev 50952
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
Reviewed-by: mikael, sspitsyn
jiangli [Sun, 08 Jul 2018 12:43:05 -0400] rev 50951
8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module.
Summary: Support system module archiving with unnamed initial module at dump time.
Reviewed-by: erikj, coleenp, mchung, iklam, ccheung
Contributed-by: alan.bateman@oracle.com, jiangli.zhou@oracle.com
rriggs [Fri, 06 Jul 2018 15:22:07 -0400] rev 50950
8206495: Redundant System.setProperty(null) tests
Reviewed-by: mchung, lancea
darcy [Fri, 06 Jul 2018 10:28:56 -0700] rev 50949
8206439: Remove javac -source/-target 6 from langtools regression tests
Reviewed-by: mcimadamore
darcy [Fri, 06 Jul 2018 09:37:44 -0700] rev 50948
8206440: Remove javac -source/-target 6 from jdk regression tests
Reviewed-by: alanb
joehw [Fri, 06 Jul 2018 09:26:01 -0700] rev 50947
8206164: forgot to "throw" TransformerConfigurationException
Reviewed-by: lancea
coleenp [Fri, 06 Jul 2018 09:10:07 -0400] rev 50946
8205417: Obsolete UnlinkSymbolsALot debugging option
Summary: Obsolete and remove support for UnlinkSymbolsALot
Reviewed-by: hseigel, dholmes
hseigel [Fri, 06 Jul 2018 06:26:25 -0700] rev 50945
8203911: Test runtime/modules/getModuleJNI/GetModule fails with -Xcheck:jni
Summary: Remove unneeded validate_class() check from checked_jni_GetModule().
Reviewed-by: dholmes, coleenp
coleenp [Fri, 06 Jul 2018 09:00:48 -0400] rev 50944
8202737: Obsolete AllowNonVirtualCalls option
Summary: obsolete option and remove support.
Reviewed-by: dholmes, jiangli, kbarrett
jjg [Thu, 05 Jul 2018 14:35:03 -0700] rev 50943
8206318: Enhance package documentation for internal javadoc packages
Reviewed-by: sundar
naoto [Thu, 05 Jul 2018 14:23:45 -0700] rev 50942
8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales.
Reviewed-by: rriggs
rkennke [Thu, 05 Jul 2018 19:22:53 +0200] rev 50941
8206272: Remove stray BarrierSetAssembler call
Reviewed-by: pliden, shade
rkennke [Thu, 05 Jul 2018 19:22:38 +0200] rev 50940
8206407: Primitive atomic_cmpxchg_in_heap_at() in BarrierSet::Access needs to call non-oop raw method
Reviewed-by: pliden, shade
ccheung [Thu, 05 Jul 2018 09:11:33 -0700] rev 50939
8205548: Remove multi-release jar related vm code
Reviewed-by: iklam, jiangli
bpb [Thu, 05 Jul 2018 07:22:21 -0700] rev 50938
8194899: Remove unused sun.net classes
Reviewed-by: alanb, mchung, dfuchs, chegar, michaelm
jwilhelm [Thu, 05 Jul 2018 13:31:04 +0200] rev 50937
Added tag jdk-12+1 for changeset 00b16d0457e4
ssahoo [Wed, 04 Jul 2018 03:44:32 -0700] rev 50936
8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure
Summary: Test failure due to unsupported DSA keys
Reviewed-by: dfuchs, xuelei
darcy [Tue, 03 Jul 2018 16:14:46 -0700] rev 50935
8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java
Reviewed-by: jjg
darcy [Tue, 03 Jul 2018 15:59:09 -0700] rev 50934
8206085: Refactor langtools/tools/javac/versions/Versions.java
Reviewed-by: jjg, forax, plevart, mcimadamore
bpb [Tue, 03 Jul 2018 15:02:46 -0700] rev 50933
8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
Summary: Clear handler instance variable after use
Reviewed-by: rriggs, alanb
naoto [Tue, 03 Jul 2018 14:42:13 -0700] rev 50932
8206120: Add test cases for lenient Japanese era parsing
Reviewed-by: rriggs
coleenp [Tue, 03 Jul 2018 15:40:08 -0400] rev 50931
8206309: Tier1 SA tests fail
Summary: remove tests that should have been removed with JDK-8205534
Reviewed-by: hseigel
coleenp [Tue, 03 Jul 2018 15:08:01 -0400] rev 50930
8134538: Duplicate implementations of os::lasterror
Summary: Method os::lasterror was moved to os_posix.cpp
Reviewed-by: hseigel, kbarrett, coleenp
Contributed-by: patricio.chilano.mateo@oracle.com
coleenp [Tue, 03 Jul 2018 13:41:18 -0400] rev 50929
8205534: Remove SymbolTable dependency from serviceability agent
Reviewed-by: gziemski, poonam, jgeorge, hseigel
erikj [Tue, 03 Jul 2018 18:46:51 +0200] rev 50928
8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type
Reviewed-by: tbell
vtheeyarath [Mon, 02 Jul 2018 23:33:40 -0700] rev 50927
8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods
Summary: Updated spec and added tests
Reviewed-by: psandoz
neliasso [Tue, 03 Jul 2018 10:47:50 +0200] rev 50926
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
jwilhelm [Tue, 03 Jul 2018 02:07:49 +0200] rev 50925
Merge
zgu [Mon, 02 Jul 2018 16:28:09 -0400] rev 50924
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section.
Reviewed-by: stuefe, martin
roland [Mon, 02 Jul 2018 10:44:46 +0200] rev 50923
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
Reviewed-by: thartmann, kvn
jwilhelm [Mon, 02 Jul 2018 13:11:41 +0200] rev 50922
Added tag jdk-11+20 for changeset 9816d7cc655e
mdoerr [Mon, 02 Jul 2018 11:46:15 +0200] rev 50921
8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
Reviewed-by: eosterlund, rehn, dholmes
tschatzl [Mon, 02 Jul 2018 09:38:20 +0200] rev 50920
8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
Summary: Collect remembered sets for discovered fields while adding them to the list of discovered references.
Reviewed-by: kbarrett, eosterlund
thartmann [Mon, 02 Jul 2018 09:28:23 +0200] rev 50919
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
Summary: Ignore encodeBlock intrinsic.
Reviewed-by: kvn
valeriep [Sat, 30 Jun 2018 00:33:05 +0000] rev 50918
8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
Summary: Updated SunRsaSign provider to check and throw InvalidKeyException for null key algo/format/encoding
Reviewed-by: xuelei
serb [Fri, 29 Jun 2018 13:58:16 -0700] rev 50917
8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
Reviewed-by: prr
iignatyev [Fri, 29 Jun 2018 13:44:13 -0700] rev 50916
8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
Reviewed-by: kvn
iignatyev [Fri, 29 Jun 2018 13:44:09 -0700] rev 50915
8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
Reviewed-by: kvn