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
Wed, 22 Aug 2018 20:37:07 +0200 8209698: Remove "Pinned" from HeapRegionTraceType
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51495
8209698: Remove "Pinned" from HeapRegionTraceType Reviewed-by: iklam
Wed, 22 Aug 2018 20:37:07 +0200 8208498: Put archive regions into a first-class HeapRegionSet
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51494
8208498: Put archive regions into a first-class HeapRegionSet Summary: Maintain archive regions in a HeapRegionSet like other region types. Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 10:28:34 -0700 8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
amenkov [Wed, 22 Aug 2018 10:28:34 -0700] rev 51493
8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC Reviewed-by: sspitsyn, dholmes
Wed, 22 Aug 2018 08:31:15 -0700 8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
dtitov [Wed, 22 Aug 2018 08:31:15 -0700] rev 51492
8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors Reviewed-by: sspitsyn, amenkov
Tue, 14 Aug 2018 09:59:37 -0700 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
iklam [Tue, 14 Aug 2018 09:59:37 -0700] rev 51491
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed Summary: Relocate and patch archive regions if necessary Reviewed-by: jiangli, tschatzl
Wed, 22 Aug 2018 16:06:51 +0100 8209783: AArch64: Combine Multiply and Neg operations in C2
adinn [Wed, 22 Aug 2018 16:06:51 +0100] rev 51490
8209783: AArch64: Combine Multiply and Neg operations in C2 Summary: Generate mneg instructions for a*(-b) or (-a)*b to save one instruction Reviewed-by: adinn Contributed-by: pengfei.li@arm.com
Wed, 22 Aug 2018 10:36:39 +0200 8209686: cleanup arguments to PhaseIdealLoop() constructor
roland [Wed, 22 Aug 2018 10:36:39 +0200] rev 51489
8209686: cleanup arguments to PhaseIdealLoop() constructor Reviewed-by: thartmann, kvn, pliden
Wed, 22 Aug 2018 16:01:29 +0200 8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared
tschatzl [Wed, 22 Aug 2018 16:01:29 +0200] rev 51488
8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared Reviewed-by: zgu
Sun, 19 Aug 2018 20:00:57 +0200 8209667: Explicit barriers for C1/LIR
rkennke [Sun, 19 Aug 2018 20:00:57 +0200] rev 51487
8209667: Explicit barriers for C1/LIR Reviewed-by: eosterlund, roland
Wed, 22 Aug 2018 07:51:07 -0400 8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
coleenp [Wed, 22 Aug 2018 07:51:07 -0400] rev 51486
8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0 Summary: table for resolution errors always expect non-null message string. Reviewed-by: dholmes, iklam
Wed, 22 Aug 2018 13:06:33 +0200 8208601: Introduce native oop barriers in C2 for OopHandle
eosterlund [Wed, 22 Aug 2018 13:06:33 +0200] rev 51485
8208601: Introduce native oop barriers in C2 for OopHandle Reviewed-by: neliasso, kvn
Wed, 22 Aug 2018 13:01:26 +0200 8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE
rkennke [Wed, 22 Aug 2018 13:01:26 +0200] rev 51484
8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE Reviewed-by: kbarrett, pliden
Wed, 22 Aug 2018 10:09:06 +0200 8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null()
roland [Wed, 22 Aug 2018 10:09:06 +0200] rev 51483
8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null() Reviewed-by: kvn, thartmann
Tue, 14 Aug 2018 16:54:47 +0200 8209420: Track membars for volatile accesses so they can be properly optimized
roland [Tue, 14 Aug 2018 16:54:47 +0200] rev 51482
8209420: Track membars for volatile accesses so they can be properly optimized Reviewed-by: adinn, aph, thartmann
Wed, 22 Aug 2018 15:10:40 +0800 8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
weijun [Wed, 22 Aug 2018 15:10:40 +0800] rev 51481
8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class Reviewed-by: dholmes
Tue, 21 Aug 2018 20:23:34 -0700 8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup)
iklam [Tue, 21 Aug 2018 20:23:34 -0700] rev 51480
8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup) Summary: include os_inline.hpp instead Reviewed-by: jiangli
Tue, 21 Aug 2018 20:19:46 -0700 8186186: GSSContext.isEstablished() can return true on error state
igerasim [Tue, 21 Aug 2018 20:19:46 -0700] rev 51479
8186186: GSSContext.isEstablished() can return true on error state Reviewed-by: weijun Contributed-by: weijun.wang@oracle.com
Wed, 22 Aug 2018 11:10:45 +0800 8209771: jdk.test.lib.Utils::runAndCheckException error
weijun [Wed, 22 Aug 2018 11:10:45 +0800] rev 51478
8209771: jdk.test.lib.Utils::runAndCheckException error Reviewed-by: dholmes
Fri, 17 Aug 2018 13:53:53 -0700 8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent
iklam [Fri, 17 Aug 2018 13:53:53 -0700] rev 51477
8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent Summary: Added src/hotspot/share/include/cds.h Reviewed-by: ccheung, sspitsyn, jgeorge
Tue, 21 Aug 2018 20:29:57 -0400 8206467: Refactor G1ParallelCleaningTask into shared
zgu [Tue, 21 Aug 2018 20:29:57 -0400] rev 51476
8206467: Refactor G1ParallelCleaningTask into shared Summary: Refactored and moved G1ParllelCleaningTask to be shared among GCs Reviewed-by: rkennke, kbarrett
Tue, 21 Aug 2018 13:17:29 -0700 8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled jdk-12+8
lmesnik [Tue, 21 Aug 2018 13:17:29 -0700] rev 51475
8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled Reviewed-by: tschatzl, kbarrett
Tue, 21 Aug 2018 14:14:28 +0200 8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property
twisti [Tue, 21 Aug 2018 14:14:28 +0200] rev 51474
8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property Reviewed-by: kvn
Tue, 21 Aug 2018 08:38:02 -0700 8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped
never [Tue, 21 Aug 2018 08:38:02 -0700] rev 51473
8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped Reviewed-by: kvn
Tue, 21 Aug 2018 10:37:02 -0400 8206423: Use locking for cleaning ResolvedMethodTable
pchilanomate [Tue, 21 Aug 2018 10:37:02 -0400] rev 51472
8206423: Use locking for cleaning ResolvedMethodTable Summary: ServiceThread is now in charge of cleaning ResolvedMethodTable entries Reviewed-by: gziemski, dholmes, coleenp
Tue, 21 Aug 2018 10:03:22 -0400 8209792: Remove ClassLoaderDataGraph::keep_alive_cld_do
coleenp [Tue, 21 Aug 2018 10:03:22 -0400] rev 51471
8209792: Remove ClassLoaderDataGraph::keep_alive_cld_do Summary: unnecessary Reviewed-by: zgu, tschatzl
Tue, 21 Aug 2018 09:33:41 -0400 8209738: Remove ClassLoaderDataGraph::*oops_do functions
coleenp [Tue, 21 Aug 2018 09:33:41 -0400] rev 51470
8209738: Remove ClassLoaderDataGraph::*oops_do functions Summary: Make walking CLDG more consistent. Reviewed-by: dholmes, tschatzl
Tue, 21 Aug 2018 13:12:15 +0200 8209668: Explicit barriers for C1/assembler
rkennke [Tue, 21 Aug 2018 13:12:15 +0200] rev 51469
8209668: Explicit barriers for C1/assembler Reviewed-by: roland, eosterlund
Tue, 21 Aug 2018 11:41:54 +0530 8203792: Remove "compatibility" features from Head.java
pmuthuswamy [Tue, 21 Aug 2018 11:41:54 +0530] rev 51468
8203792: Remove "compatibility" features from Head.java Reviewed-by: jjg, sundar
Mon, 20 Aug 2018 13:58:23 -0700 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
iklam [Mon, 20 Aug 2018 13:58:23 -0700] rev 51467
8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled Summary: Added fieldDescriptor.inline.hpp Reviewed-by: coleenp, shade
Mon, 20 Aug 2018 16:18:56 -0700 8209760: merge error: restore ea in make/conf/jib-profiles.js
tbell [Mon, 20 Aug 2018 16:18:56 -0700] rev 51466
8209760: merge error: restore ea in make/conf/jib-profiles.js Reviewed-by: mikael
Mon, 20 Aug 2018 15:37:47 -0700 8208350: Disable all DES cipher suites
jnimeh [Mon, 20 Aug 2018 15:37:47 -0700] rev 51465
8208350: Disable all DES cipher suites Reviewed-by: xuelei, mullan
Mon, 20 Aug 2018 14:19:30 -0700 Merge
mikael [Mon, 20 Aug 2018 14:19:30 -0700] rev 51464
Merge
Fri, 17 Aug 2018 09:51:28 -0700 Added tag jdk-11+27 for changeset 9d7d74c6f2cb
mikael [Fri, 17 Aug 2018 09:51:28 -0700] rev 51463
Added tag jdk-11+27 for changeset 9d7d74c6f2cb
Thu, 16 Aug 2018 10:22:48 +0100 8207966: HttpClient response without content-length does not return body jdk-11+27
michaelm [Thu, 16 Aug 2018 10:22:48 +0100] rev 51462
8207966: HttpClient response without content-length does not return body Reviewed-by: chegar
Thu, 16 Aug 2018 02:00:31 +0800 8209537: Two security tests failed after JDK-8164639 due to dependency was missed
jjiang [Thu, 16 Aug 2018 02:00:31 +0800] rev 51461
8209537: Two security tests failed after JDK-8164639 due to dependency was missed Summary: Skip sun/security/tools/keytool/autotest.sh on macosx and add /test/lib to sun/security/ec/TestEC.java Reviewed-by: rhalade
Wed, 15 Aug 2018 18:41:18 +0800 8164639: Configure PKCS11 tests to use user-supplied NSS libraries
jjiang [Wed, 15 Aug 2018 18:41:18 +0800] rev 51460
8164639: Configure PKCS11 tests to use user-supplied NSS libraries Summary: Provide system property "test.nss.lib.paths" for specifying a set of absolute paths to the custom NSS lib directories Reviewed-by: weijun, rhalade
Wed, 15 Aug 2018 00:48:12 -0700 8207746: C2: Lucene crashes on AVX512 instruction
vdeshpande [Wed, 15 Aug 2018 00:48:12 -0700] rev 51459
8207746: C2: Lucene crashes on AVX512 instruction Summary: replace add/sub instructions which affect flags with lea instruction. Reviewed-by: kvn, thartmann
Tue, 14 Aug 2018 17:21:44 -0700 8206176: Remove the temporary tls13VN field
rhalade [Tue, 14 Aug 2018 17:21:44 -0700] rev 51458
8206176: Remove the temporary tls13VN field Reviewed-by: xuelei, wetmore
Tue, 14 Aug 2018 16:36:17 -0700 8209451: Please change jdk 11 milestone to FCS
diazhou [Tue, 14 Aug 2018 16:36:17 -0700] rev 51457
8209451: Please change jdk 11 milestone to FCS Reviewed-by: prr, tbell
Tue, 14 Aug 2018 16:47:56 -0700 8207009: TLS 1.3 half-close and synchronization issues
xuelei [Tue, 14 Aug 2018 16:47:56 -0700] rev 51456
8207009: TLS 1.3 half-close and synchronization issues Reviewed-by: jnimeh, mullan, wetmore
Tue, 14 Aug 2018 14:46:13 -0700 8209506: Add Google Trust Services GlobalSign root certificates
rhalade [Tue, 14 Aug 2018 14:46:13 -0700] rev 51455
8209506: Add Google Trust Services GlobalSign root certificates Reviewed-by: mullan
Tue, 14 Aug 2018 12:50:39 -0700 8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard.
kaddepalli [Tue, 14 Aug 2018 12:50:39 -0700] rev 51454
8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard. Reviewed-by: prr, serb, psadhukhan, ssadetsky
Tue, 14 Aug 2018 09:38:29 -0700 8209452: VerifyCACerts.java failed with "At least one cacert test failed"
rhalade [Tue, 14 Aug 2018 09:38:29 -0700] rev 51453
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
Tue, 14 Aug 2018 11:55:21 +0530 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
rgoel [Tue, 14 Aug 2018 11:55:21 +0530] rev 51452
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale. Summary: generated display names for missing timezones at run time. Reviewed-by: naoto
Mon, 13 Aug 2018 13:44:45 -0700 8205687: TimeoutHandler generates huge core files
iignatyev [Mon, 13 Aug 2018 13:44:45 -0700] rev 51451
8205687: TimeoutHandler generates huge core files Summary: use kill instead of gcore to generate core file Reviewed-by: dholmes
Thu, 09 Aug 2018 11:33:47 -0700 8194949: [Graal] gc/TestNUMAPageSize.java fail with OOM in -Xcomp
epavlova [Thu, 09 Aug 2018 11:33:47 -0700] rev 51450
8194949: [Graal] gc/TestNUMAPageSize.java fail with OOM in -Xcomp Reviewed-by: kvn, tschatzl
Thu, 09 Aug 2018 22:47:18 +0530 8208125: Cannot input text into JOptionPane Text Input Dialog
mhalder [Thu, 09 Aug 2018 22:47:18 +0530] rev 51449
8208125: Cannot input text into JOptionPane Text Input Dialog Reviewed-by: prr, psadhukhan
Mon, 20 Aug 2018 11:37:57 -0700 8209740: typo in test/lib/jtreg/SkippedException.java
iignatyev [Mon, 20 Aug 2018 11:37:57 -0700] rev 51448
8209740: typo in test/lib/jtreg/SkippedException.java Reviewed-by: kvn
Mon, 20 Aug 2018 10:11:26 -0700 8209576: java.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8
joehw [Mon, 20 Aug 2018 10:11:26 -0700] rev 51447
8209576: java.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8 Reviewed-by: sherman
Mon, 20 Aug 2018 17:25:45 +0200 8209588: SIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls
lucy [Mon, 20 Aug 2018 17:25:45 +0200] rev 51446
8209588: SIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls Reviewed-by: kvn, goetz
Mon, 20 Aug 2018 14:25:02 +0200 8209633: Avoid creating WeakEntry wrappers when looking up cached MethodType
redestad [Mon, 20 Aug 2018 14:25:02 +0200] rev 51445
8209633: Avoid creating WeakEntry wrappers when looking up cached MethodType Reviewed-by: plevart, mchung
Mon, 20 Aug 2018 08:25:57 -0400 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
lfoltan [Mon, 20 Aug 2018 08:25:57 -0400] rev 51444
8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation Summary: Clean up VM anonymous class terminology. Reviewed-by: coleenp, dholmes, mchung
Mon, 20 Aug 2018 10:04:00 +0200 8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure
shade [Mon, 20 Aug 2018 10:04:00 +0200] rev 51443
8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure Reviewed-by: kvn, pliden
Sun, 19 Aug 2018 22:41:49 -0700 8209456: [error-prone] ShortCircuitBoolean in java.logging
iignatyev [Sun, 19 Aug 2018 22:41:49 -0700] rev 51442
8209456: [error-prone] ShortCircuitBoolean in java.logging Reviewed-by: rriggs
Sat, 18 Aug 2018 13:59:25 -0400 8154343: Make SATB related code available to other GCs
kbarrett [Sat, 18 Aug 2018 13:59:25 -0400] rev 51441
8154343: Make SATB related code available to other GCs Summary: Move ptrQueue and satbMarkQueue files from g1 to shared. Reviewed-by: rkennke, sangheki
Fri, 17 Aug 2018 21:36:02 -0700 8203614: Java API SSLEngine example code needs correction
jnimeh [Fri, 17 Aug 2018 21:36:02 -0700] rev 51440
8203614: Java API SSLEngine example code needs correction Reviewed-by: wetmore, ascarpino
Fri, 17 Aug 2018 14:50:59 -0700 8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived
ccheung [Fri, 17 Aug 2018 14:50:59 -0700] rev 51439
8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived Summary: skip checking the path entries which are not being referenced during CDS dump time Reviewed-by: jiangli, iklam
Fri, 17 Aug 2018 22:20:47 +0100 8208675: Remove legacy sun.security.key.serial.interop property
coffeys [Fri, 17 Aug 2018 22:20:47 +0100] rev 51438
8208675: Remove legacy sun.security.key.serial.interop property Reviewed-by: mullan
Fri, 17 Aug 2018 13:37:01 -0700 8209304: Deprecate serialVersionUID fields in interfaces
darcy [Fri, 17 Aug 2018 13:37:01 -0700] rev 51437
8209304: Deprecate serialVersionUID fields in interfaces Reviewed-by: lancea, mullan, rriggs, smarks
Fri, 17 Aug 2018 13:20:53 -0700 8206992: Update Graal
iveresov [Fri, 17 Aug 2018 13:20:53 -0700] rev 51436
8206992: Update Graal Reviewed-by: kvn
Fri, 17 Aug 2018 11:56:59 -0500 8209586: AARCH64: SymbolTable changes throw assert on aarch64
gziemski [Fri, 17 Aug 2018 11:56:59 -0500] rev 51435
8209586: AARCH64: SymbolTable changes throw assert on aarch64 Summary: Cast the comparison value to match the signdeness Reviewed-by: gziemski, coleenp Contributed-by: stuart.monteigh@linaro.org
Fri, 17 Aug 2018 09:53:52 -0700 Added tag jdk-12+7 for changeset ef57958c7c51
mikael [Fri, 17 Aug 2018 09:53:52 -0700] rev 51434
Added tag jdk-12+7 for changeset ef57958c7c51
Fri, 17 Aug 2018 21:50:55 +0530 8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
sballal [Fri, 17 Aug 2018 21:50:55 +0530] rev 51433
8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent! Reviewed-by: dcubed, iklam, jgeorge
Fri, 17 Aug 2018 13:38:19 +0200 8207334: VM times out in VM_HandshakeAllThreads::doit() with RunThese30M
rehn [Fri, 17 Aug 2018 13:38:19 +0200] rev 51432
8207334: VM times out in VM_HandshakeAllThreads::doit() with RunThese30M Summary: Handshakes did not consider external suspended threads safe for safepoint. Reviewed-by: dcubed, dholmes
Fri, 17 Aug 2018 03:59:20 -0700 8209587: Update test/hotspot/jtreg/ProblemList-graal.txt
epavlova [Fri, 17 Aug 2018 03:59:20 -0700] rev 51431
8209587: Update test/hotspot/jtreg/ProblemList-graal.txt Reviewed-by: kvn
Fri, 17 Aug 2018 08:21:20 +0200 8208275: C2 crash in Node::add_req(Node*)
thartmann [Fri, 17 Aug 2018 08:21:20 +0200] rev 51430
8208275: C2 crash in Node::add_req(Node*) Summary: Split-if optimization should not process (dead) counted loops. Reviewed-by: roland
Wed, 15 Aug 2018 11:19:57 -0700 8209545: Simplify HeapShared::archive_module_graph_objects
iklam [Wed, 15 Aug 2018 11:19:57 -0700] rev 51429
8209545: Simplify HeapShared::archive_module_graph_objects Summary: Added archivable_static_fields array in heapShared.cpp Reviewed-by: jiangli
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
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip