Wed, 28 Aug 2019 15:51:03 +0200 8230061: # assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
roland [Wed, 28 Aug 2019 15:51:03 +0200] rev 58285
8230061: # assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node Reviewed-by: thartmann, neliasso
Tue, 24 Sep 2019 10:16:00 +0100 8231098: (tz) Upgrade time-zone data to tzdata2019c
rpatil [Tue, 24 Sep 2019 10:16:00 +0100] rev 58284
8231098: (tz) Upgrade time-zone data to tzdata2019c Reviewed-by: martin, naoto
Tue, 24 Sep 2019 09:38:14 +0200 8231395: Backout JDK-8231249
shade [Tue, 24 Sep 2019 09:38:14 +0200] rev 58283
8231395: Backout JDK-8231249 Reviewed-by: tschatzl
Tue, 24 Sep 2019 03:28:42 -0400 8230395: Code checks for NULL value returned from NEW_C_HEAP_ARRAY which can not happen
dholmes [Tue, 24 Sep 2019 03:28:42 -0400] rev 58282
8230395: Code checks for NULL value returned from NEW_C_HEAP_ARRAY which can not happen Reviewed-by: lkorinth, hseigel, thartmann, dnsimon
Mon, 23 Sep 2019 17:02:08 +0200 8231222: fix pkcs11 P11_DEBUG guarded native traces
mbaesken [Mon, 23 Sep 2019 17:02:08 +0200] rev 58281
8231222: fix pkcs11 P11_DEBUG guarded native traces Reviewed-by: clanger
Fri, 20 Sep 2019 10:28:48 +0200 8231171: remove remaining sun.java.launcher.pid references
mbaesken [Fri, 20 Sep 2019 10:28:48 +0200] rev 58280
8231171: remove remaining sun.java.launcher.pid references Reviewed-by: alanb, dholmes
Tue, 24 Sep 2019 08:54:39 +0200 8229778: TestJstatdDefaults.java failed due to "fatal error: LEAF method calling lock?"
rehn [Tue, 24 Sep 2019 08:54:39 +0200] rev 58279
8229778: TestJstatdDefaults.java failed due to "fatal error: LEAF method calling lock?" Reviewed-by: dholmes, dcubed
Mon, 23 Sep 2019 19:55:26 -0700 8231278: Rename FileMapHeader::_read_only_tables_start to _serialized_data_start
iklam [Mon, 23 Sep 2019 19:55:26 -0700] rev 58278
8231278: Rename FileMapHeader::_read_only_tables_start to _serialized_data_start Reviewed-by: ccheung
Mon, 23 Sep 2019 19:54:37 -0700 8231257: Avoid calling FileMapInfo::write_region twice
iklam [Mon, 23 Sep 2019 19:54:37 -0700] rev 58277
8231257: Avoid calling FileMapInfo::write_region twice Reviewed-by: ccheung
Mon, 23 Sep 2019 13:59:41 -0700 8231254: (fs) Add test for macOS Catalina changes to protect system software
bpb [Mon, 23 Sep 2019 13:59:41 -0700] rev 58276
8231254: (fs) Add test for macOS Catalina changes to protect system software Reviewed-by: alanb
Mon, 23 Sep 2019 12:56:50 -0700 8210794: Incorrect escaping of in native test libraries
erikj [Mon, 23 Sep 2019 12:56:50 -0700] rev 58275
8210794: Incorrect escaping of in native test libraries Reviewed-by: tbell
Mon, 23 Sep 2019 21:46:44 +0200 8231375: AArch64 build failure after JDK-8230505
shade [Mon, 23 Sep 2019 21:46:44 +0200] rev 58274
8231375: AArch64 build failure after JDK-8230505 Reviewed-by: dcubed
Mon, 23 Sep 2019 14:49:04 -0400 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
lfoltan [Mon, 23 Sep 2019 14:49:04 -0400] rev 58273
8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type Summary: Consistently use is_reference_type when comparing type for T_OBJECT or T_ARRAY. Reviewed-by: dlong, coleenp, hseigel Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com
Mon, 23 Sep 2019 14:39:11 -0400 8231250: Shenandoah: Traversal GC should keep alive weak load from heap
zgu [Mon, 23 Sep 2019 14:39:11 -0400] rev 58272
8231250: Shenandoah: Traversal GC should keep alive weak load from heap Reviewed-by: rkennke
Mon, 23 Sep 2019 09:16:05 -0700 Test fixes: more logging, typos, fixes to at-run targets JEP-349-branch
mseledtsov [Mon, 23 Sep 2019 09:16:05 -0700] rev 58271
Test fixes: more logging, typos, fixes to at-run targets
Mon, 23 Sep 2019 08:52:05 -0700 8206125: [windows] cannot pass relative path to --with-boot-jdk
erikj [Mon, 23 Sep 2019 08:52:05 -0700] rev 58270
8206125: [windows] cannot pass relative path to --with-boot-jdk Reviewed-by: tbell
Mon, 23 Sep 2019 09:00:28 -0700 8150741: make <module> not equivalent to make <module-dependencies> <module>
erikj [Mon, 23 Sep 2019 09:00:28 -0700] rev 58269
8150741: make <module> not equivalent to make <module-dependencies> <module> Reviewed-by: mchung
Mon, 23 Sep 2019 16:24:32 +0200 8231249: Shenandoah: GC retries are too aggressive for tests that expect OOME
shade [Mon, 23 Sep 2019 16:24:32 +0200] rev 58268
8231249: Shenandoah: GC retries are too aggressive for tests that expect OOME Reviewed-by: rkennke
Mon, 23 Sep 2019 14:30:31 +0200 8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
thartmann [Mon, 23 Sep 2019 14:30:31 +0200] rev 58267
8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment? Summary: Offset method should only be called for comments. Reviewed-by: roland, dholmes
Mon, 23 Sep 2019 07:45:12 -0400 8231293: Shenandoah: Traversal should not revive dead weak roots
zgu [Mon, 23 Sep 2019 07:45:12 -0400] rev 58266
8231293: Shenandoah: Traversal should not revive dead weak roots Reviewed-by: shade
Mon, 23 Sep 2019 12:32:13 +0200 8230857: Avoid reflection in sun.tools.common.ProcessHelper
clanger [Mon, 23 Sep 2019 12:32:13 +0200] rev 58265
8230857: Avoid reflection in sun.tools.common.ProcessHelper Reviewed-by: sspitsyn, dholmes
Mon, 23 Sep 2019 11:37:08 +0200 8231189: Rename worker_i parameters to worker_id
tschatzl [Mon, 23 Sep 2019 11:37:08 +0200] rev 58264
8231189: Rename worker_i parameters to worker_id Reviewed-by: kbarrett, sjohanss
Mon, 23 Sep 2019 11:37:02 +0200 8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
tschatzl [Mon, 23 Sep 2019 11:37:02 +0200] rev 58263
8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause Summary: The CLDG is only iterated once during garbage collection, so we do not need to claim CLDs any more. Reviewed-by: sjohanss, kbarrett
Mon, 23 Sep 2019 11:36:53 +0200 8231117: Remove G1EvacuationRootClosures::raw_strong_oops()
tschatzl [Mon, 23 Sep 2019 11:36:53 +0200] rev 58262
8231117: Remove G1EvacuationRootClosures::raw_strong_oops() Reviewed-by: kbarrett, sjohanss
Sun, 22 Sep 2019 17:17:58 -0700 8231275: Remove null check in the beginning of SystemDictionary::load_shared_class()
iklam [Sun, 22 Sep 2019 17:17:58 -0700] rev 58261
8231275: Remove null check in the beginning of SystemDictionary::load_shared_class() Reviewed-by: ccheung, coleenp
Sun, 22 Sep 2019 17:16:35 -0700 8231125: Improve testing of parallel loading of shared classes by the boot class loader
iklam [Sun, 22 Sep 2019 17:16:35 -0700] rev 58260
8231125: Improve testing of parallel loading of shared classes by the boot class loader Reviewed-by: ccheung, coleenp, dholmes
Sun, 22 Sep 2019 17:31:57 +0200 clear_artifacts in the correct location JEP-349-branch
mgronlun [Sun, 22 Sep 2019 17:31:57 +0200] rev 58259
clear_artifacts in the correct location
Sun, 22 Sep 2019 15:38:32 +0200 instantiated super klasses JEP-349-branch
mgronlun [Sun, 22 Sep 2019 15:38:32 +0200] rev 58258
instantiated super klasses
Sun, 22 Sep 2019 15:17:53 +0200 Merge JEP-349-branch
mgronlun [Sun, 22 Sep 2019 15:17:53 +0200] rev 58257
Merge
Sun, 22 Sep 2019 14:35:38 +0200 typenames JEP-349-branch
mgronlun [Sun, 22 Sep 2019 14:35:38 +0200] rev 58256
typenames
Sun, 22 Sep 2019 14:18:39 +0200 update class names JEP-349-branch
mgronlun [Sun, 22 Sep 2019 14:18:39 +0200] rev 58255
update class names
Sun, 22 Sep 2019 14:00:00 +0200 more general predication of writes JEP-349-branch
mgronlun [Sun, 22 Sep 2019 14:00:00 +0200] rev 58254
more general predication of writes
Sat, 21 Sep 2019 20:13:11 +0200 JfrTypeManager::destroy() JEP-349-branch
mgronlun [Sat, 21 Sep 2019 20:13:11 +0200] rev 58253
JfrTypeManager::destroy()
Sat, 21 Sep 2019 10:13:25 -0400 8231323: ProblemList jdk/jfr/jcmd/TestJcmdConfigure.java
dcubed [Sat, 21 Sep 2019 10:13:25 -0400] rev 58252
8231323: ProblemList jdk/jfr/jcmd/TestJcmdConfigure.java Reviewed-by: ysuenaga
Sat, 21 Sep 2019 12:33:26 +0200 Missing object id in pool jdk.types.Symbol. All ids should reference object JEP-349-branch
mgronlun [Sat, 21 Sep 2019 12:33:26 +0200] rev 58251
Missing object id in pool jdk.types.Symbol. All ids should reference object
Sat, 21 Sep 2019 12:31:40 +0200 merge error JEP-349-branch
mgronlun [Sat, 21 Sep 2019 12:31:40 +0200] rev 58250
merge error
Sat, 21 Sep 2019 12:10:52 +0200 Merge JEP-349-branch
mgronlun [Sat, 21 Sep 2019 12:10:52 +0200] rev 58249
Merge
Sat, 21 Sep 2019 08:06:00 +0800 8180837: SunPKCS11-NSS tests failing with CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID
jjiang [Sat, 21 Sep 2019 08:06:00 +0800] rev 58248
8180837: SunPKCS11-NSS tests failing with CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID Reviewed-by: xuelei
Fri, 20 Sep 2019 22:11:45 +0000 8231083: Clarify SAX documentation
joehw [Fri, 20 Sep 2019 22:11:45 +0000] rev 58247
8231083: Clarify SAX documentation Reviewed-by: lancea, alanb
Fri, 20 Sep 2019 21:33:24 +0000 8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism
valeriep [Fri, 20 Sep 2019 21:33:24 +0000] rev 58246
8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism Summary: Disable mechanisms with partial support, e.g. can decrypt but cannot encrypt Reviewed-by: xuelei
Fri, 20 Sep 2019 13:14:50 -0700 8229853: Problemlist compiler/codecache/jmx/PoolsIndependenceTest.java
lmesnik [Fri, 20 Sep 2019 13:14:50 -0700] rev 58245
8229853: Problemlist compiler/codecache/jmx/PoolsIndependenceTest.java Reviewed-by: thartmann
Fri, 20 Sep 2019 09:32:45 -0700 8199424: consider removing ObjectInputStream and ObjectOutputStream native methods
darcy [Fri, 20 Sep 2019 09:32:45 -0700] rev 58244
8199424: consider removing ObjectInputStream and ObjectOutputStream native methods Reviewed-by: bpb, rriggs, redestad
Fri, 20 Sep 2019 10:23:40 -0400 8225628: Remove unused Thread::muxAcquireW function
coleenp [Fri, 20 Sep 2019 10:23:40 -0400] rev 58243
8225628: Remove unused Thread::muxAcquireW function Reviewed-by: dcubed, hseigel
Fri, 20 Sep 2019 11:07:52 +0100 8230648: Replace @exception tag with @throws in java.base
jboes [Fri, 20 Sep 2019 11:07:52 +0100] rev 58242
8230648: Replace @exception tag with @throws in java.base Summary: Minor coding style update of javadoc tag in any file in java.base Reviewed-by: prappo, lancea
Fri, 20 Sep 2019 11:33:30 +0800 8231242: G1CollectedHeap::print_regions_on() does not print description for "OA" and "CA" regions
tschatzl [Fri, 20 Sep 2019 11:33:30 +0800] rev 58241
8231242: G1CollectedHeap::print_regions_on() does not print description for "OA" and "CA" regions Reviewed-by: tschatzl, jiangli Contributed-by: huangjia@loongson.cn
Sat, 26 Jan 2019 15:47:50 +0900 8216565: Specifying the same path creates a new directory in JFR.configure
cito [Sat, 26 Jan 2019 15:47:50 +0900] rev 58240
8216565: Specifying the same path creates a new directory in JFR.configure Reviewed-by: ysuenaga, egahlin
Thu, 19 Sep 2019 17:33:18 -0700 Accounted for experimental events in TestLookForUntestedEvents JEP-349-branch
mseledtsov [Thu, 19 Sep 2019 17:33:18 -0700] rev 58239
Accounted for experimental events in TestLookForUntestedEvents
Thu, 19 Sep 2019 23:38:50 +0200 8230768: Arrays of SoftReferences in MethodTypeForm should not be @Stable
redestad [Thu, 19 Sep 2019 23:38:50 +0200] rev 58238
8230768: Arrays of SoftReferences in MethodTypeForm should not be @Stable Reviewed-by: mchung
Wed, 11 Sep 2019 09:47:42 +0200 8230759: ZGC: Fix integer types
stefank [Wed, 11 Sep 2019 09:47:42 +0200] rev 58237
8230759: ZGC: Fix integer types Reviewed-by: pliden
Tue, 10 Sep 2019 17:07:02 +0200 8230758: ZGC: Add missing precompiled include and fix friend declaration
stefank [Tue, 10 Sep 2019 17:07:02 +0200] rev 58236
8230758: ZGC: Add missing precompiled include and fix friend declaration Reviewed-by: tschatzl, pliden
Tue, 10 Sep 2019 17:07:02 +0200 8230756: ZGC: Remove redundant memset in ZStatValue
stefank [Tue, 10 Sep 2019 17:07:02 +0200] rev 58235
8230756: ZGC: Remove redundant memset in ZStatValue Reviewed-by: tschatzl, pliden
Thu, 19 Sep 2019 12:01:36 -0700 8231149: (fs) Small verbiage errors in java.nio.file package documentation
bpb [Thu, 19 Sep 2019 12:01:36 -0700] rev 58234
8231149: (fs) Small verbiage errors in java.nio.file package documentation Reviewed-by: lancea, alanb
Thu, 19 Sep 2019 20:26:53 +0200 8231244: Shenandoah: all-roots heap walking misses some weak roots
shade [Thu, 19 Sep 2019 20:26:53 +0200] rev 58233
8231244: Shenandoah: all-roots heap walking misses some weak roots Reviewed-by: zgu, rkennke
Thu, 19 Sep 2019 20:26:52 +0200 8231198: Shenandoah: heap walking should visit all roots most of the time
shade [Thu, 19 Sep 2019 20:26:52 +0200] rev 58232
8231198: Shenandoah: heap walking should visit all roots most of the time Reviewed-by: zgu, rkennke
Thu, 19 Sep 2019 20:26:51 +0200 8231197: Shenandoah: JVMTI heap walking cleanup crashes with NULL forwardee
shade [Thu, 19 Sep 2019 20:26:51 +0200] rev 58231
8231197: Shenandoah: JVMTI heap walking cleanup crashes with NULL forwardee Reviewed-by: zgu, rkennke
Thu, 19 Sep 2019 16:53:17 +0000 8230814: Enable SAX ContentHandler to handle XML Declaration
joehw [Thu, 19 Sep 2019 16:53:17 +0000] rev 58230
8230814: Enable SAX ContentHandler to handle XML Declaration Reviewed-by: lancea, dfuchs, alanb
Thu, 19 Sep 2019 16:05:47 +0200 8231113: Remove CollectedHeap::check_oop_location()
pliden [Thu, 19 Sep 2019 16:05:47 +0200] rev 58229
8231113: Remove CollectedHeap::check_oop_location() Reviewed-by: stefank, eosterlund, tschatzl
Thu, 19 Sep 2019 16:28:40 +0200 Fix gc/class_unloading/.. tests stuefe-new-metaspace-branch
stuefe [Thu, 19 Sep 2019 16:28:40 +0200] rev 58228
Fix gc/class_unloading/.. tests
Thu, 19 Sep 2019 15:21:27 +0200 Fix various test issues. stuefe-new-metaspace-branch
stuefe [Thu, 19 Sep 2019 15:21:27 +0200] rev 58227
Fix various test issues.
Thu, 19 Sep 2019 10:52:22 +0200 8226705: [REDO] Deoptimize with handshakes
rehn [Thu, 19 Sep 2019 10:52:22 +0200] rev 58226
8226705: [REDO] Deoptimize with handshakes Reviewed-by: eosterlund, dcubed, dlong, pchilanomate
Thu, 19 Sep 2019 09:50:11 +0200 8231201: hs_err should print coalesced safepoint operations in Events section
shade [Thu, 19 Sep 2019 09:50:11 +0200] rev 58225
8231201: hs_err should print coalesced safepoint operations in Events section Reviewed-by: phh, dholmes
Thu, 19 Sep 2019 00:19:18 -0700 Added tag jdk-14+15 for changeset 778fc2dcbdaa
jwilhelm [Thu, 19 Sep 2019 00:19:18 -0700] rev 58224
Added tag jdk-14+15 for changeset 778fc2dcbdaa
Wed, 18 Sep 2019 20:49:13 -0400 8231210: [BACKOUT] JDK-8207266 ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread jdk-14+15
dcubed [Wed, 18 Sep 2019 20:49:13 -0400] rev 58223
8231210: [BACKOUT] JDK-8207266 ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread Reviewed-by: phh, dholmes
Wed, 18 Sep 2019 17:31:35 -0400 8231162: JVMTI RawMonitorWait triggers assertion failure: Only JavaThreads can be interruptible
dholmes [Wed, 18 Sep 2019 17:31:35 -0400] rev 58222
8231162: JVMTI RawMonitorWait triggers assertion failure: Only JavaThreads can be interruptible Reviewed-by: dcubed
Wed, 18 Sep 2019 21:20:13 +0200 8066774: Rename the annotations arrays names in ClassFileParser
godin [Wed, 18 Sep 2019 21:20:13 +0200] rev 58221
8066774: Rename the annotations arrays names in ClassFileParser Reviewed-by: shade, coleenp, dholmes Contributed-by: Evgeny Mandrikov <mandrikov@gmail.com>
Wed, 18 Sep 2019 12:13:56 -0700 8186825: some memory leak issues in the transport_startTransport
amenkov [Wed, 18 Sep 2019 12:13:56 -0700] rev 58220
8186825: some memory leak issues in the transport_startTransport Reviewed-by: sspitsyn, phh
Wed, 18 Sep 2019 20:56:20 +0200 8231087: Shenandoah: Self-fixing load reference barriers for C1/C2
rkennke [Wed, 18 Sep 2019 20:56:20 +0200] rev 58219
8231087: Shenandoah: Self-fixing load reference barriers for C1/C2 Reviewed-by: shade
Wed, 18 Sep 2019 20:56:19 +0200 8231086: Shenandoah: Stronger invariant for object-arraycopy
rkennke [Wed, 18 Sep 2019 20:56:19 +0200] rev 58218
8231086: Shenandoah: Stronger invariant for object-arraycopy Reviewed-by: shade
Wed, 18 Sep 2019 20:56:18 +0200 8231085: C2/GC: Better GC-interface for expanding clone
rkennke [Wed, 18 Sep 2019 20:56:18 +0200] rev 58217
8231085: C2/GC: Better GC-interface for expanding clone Reviewed-by: eosterlund
Wed, 18 Sep 2019 11:48:01 -0700 Merge
jwilhelm [Wed, 18 Sep 2019 11:48:01 -0700] rev 58216
Merge
Fri, 06 Sep 2019 17:50:16 +0200 Added tag jdk-13-ga for changeset 9c250a7600e1
jwilhelm [Fri, 06 Sep 2019 17:50:16 +0200] rev 58215
Added tag jdk-13-ga for changeset 9c250a7600e1
Wed, 18 Sep 2019 10:58:21 -0700 8231145: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails because DebugContextTest.testLogging.input is not available
epavlova [Wed, 18 Sep 2019 10:58:21 -0700] rev 58214
8231145: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails because DebugContextTest.testLogging.input is not available Reviewed-by: erikj, iveresov, ihse
Wed, 18 Sep 2019 18:15:29 +0200 represent JEP-349-branch
mgronlun [Wed, 18 Sep 2019 18:15:29 +0200] rev 58213
represent
Wed, 18 Sep 2019 17:55:27 +0200 event stream wording JEP-349-branch
mgronlun [Wed, 18 Sep 2019 17:55:27 +0200] rev 58212
event stream wording
Wed, 18 Sep 2019 16:30:13 +0200 Merge JEP-349-branch
mgronlun [Wed, 18 Sep 2019 16:30:13 +0200] rev 58211
Merge
Wed, 18 Sep 2019 15:13:37 +0200 8231176: Test tools/javac/options/BCPOrSystemNotSpecified.java broken on Windows
jlahoda [Wed, 18 Sep 2019 15:13:37 +0200] rev 58210
8231176: Test tools/javac/options/BCPOrSystemNotSpecified.java broken on Windows Summary: Temporarily disabling BCPOrSystemNotSpecified.java test on Windows. Reviewed-by: vromero
Wed, 18 Sep 2019 14:57:57 +0200 description on event order JEP-349-branch
mgronlun [Wed, 18 Sep 2019 14:57:57 +0200] rev 58209
description on event order
Wed, 18 Sep 2019 05:41:08 -0700 8207266: ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
phh [Wed, 18 Sep 2019 05:41:08 -0700] rev 58208
8207266: ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread Summary: Add com.sun.management.getCurrentThreadAllocatedBytes, implement getThreadAllocatedBytes(long) independent of getThreadAllocatedBytes(long[]) Reviewed-by: mchung, dholmes, sspitsyn
Wed, 18 Sep 2019 12:19:58 +0200 line endings JEP-349-branch
mgronlun [Wed, 18 Sep 2019 12:19:58 +0200] rev 58207
line endings
Wed, 18 Sep 2019 12:17:27 +0200 better leak predicate JEP-349-branch
mgronlun [Wed, 18 Sep 2019 12:17:27 +0200] rev 58206
better leak predicate
Wed, 18 Sep 2019 11:40:01 +0200 remove comment JEP-349-branch
mgronlun [Wed, 18 Sep 2019 11:40:01 +0200] rev 58205
remove comment
Wed, 18 Sep 2019 11:32:34 +0200 Merge JEP-349-branch
mgronlun [Wed, 18 Sep 2019 11:32:34 +0200] rev 58204
Merge
Wed, 18 Sep 2019 10:41:18 +0200 8228460: bootstrap class path not set in conjunction with -source 11
jlahoda [Wed, 18 Sep 2019 10:41:18 +0200] rev 58203
8228460: bootstrap class path not set in conjunction with -source 11 Summary: Ensuring implicit system module path is checked for the no-bootclasspath warning for -source >= 9. Reviewed-by: vromero
Tue, 23 Jul 2019 16:52:38 +0200 8228482: fix xlc16/xlclang comparison of distinct pointer types and string literal conversion warnings
mbaesken [Tue, 23 Jul 2019 16:52:38 +0200] rev 58202
8228482: fix xlc16/xlclang comparison of distinct pointer types and string literal conversion warnings Reviewed-by: clanger, mdoerr
Wed, 18 Sep 2019 08:20:10 +0200 Javadoc change JEP-349-branch
egahlin [Wed, 18 Sep 2019 08:20:10 +0200] rev 58201
Javadoc change
Wed, 18 Sep 2019 08:00:36 +0200 Cleaning up JEP-349-branch
egahlin [Wed, 18 Sep 2019 08:00:36 +0200] rev 58200
Cleaning up
Wed, 18 Sep 2019 07:46:02 +0200 Merge stuefe-new-metaspace-branch
stuefe [Wed, 18 Sep 2019 07:46:02 +0200] rev 58199
Merge
Tue, 17 Sep 2019 19:52:51 -0700 8231027: Correct typos
serb [Tue, 17 Sep 2019 19:52:51 -0700] rev 58198
8231027: Correct typos Reviewed-by: lancea, dholmes, erikj
Wed, 18 Sep 2019 03:45:46 +0200 Remove unused methods etc. JEP-349-branch
egahlin [Wed, 18 Sep 2019 03:45:46 +0200] rev 58197
Remove unused methods etc.
Tue, 17 Sep 2019 19:09:37 -0400 8230424: Use platform independent code for Thread.interrupt support
dholmes [Tue, 17 Sep 2019 19:09:37 -0400] rev 58196
8230424: Use platform independent code for Thread.interrupt support 8231094: os::sleep in assert message should be changed to JavaThread::sleep Reviewed-by: rehn, dcubed
Tue, 17 Sep 2019 09:20:59 -0700 8231024: Improve the debug info when the output is truncated
jiefu [Tue, 17 Sep 2019 09:20:59 -0700] rev 58195
8231024: Improve the debug info when the output is truncated Reviewed-by: iklam, dholmes
Tue, 17 Sep 2019 14:00:36 -0400 8230870: (zipfs) Add a ZIP FS test that is similar to test/jdk/java/util/zip/EntryCount64k.java
lancea [Tue, 17 Sep 2019 14:00:36 -0400] rev 58194
8230870: (zipfs) Add a ZIP FS test that is similar to test/jdk/java/util/zip/EntryCount64k.java Reviewed-by: clanger, martin
Tue, 17 Sep 2019 19:37:49 +0200 make flush events exprimental JEP-349-branch
mgronlun [Tue, 17 Sep 2019 19:37:49 +0200] rev 58193
make flush events exprimental
Tue, 17 Sep 2019 19:07:01 +0200 update shenandoah JEP-349-branch
mgronlun [Tue, 17 Sep 2019 19:07:01 +0200] rev 58192
update shenandoah
Tue, 17 Sep 2019 16:39:56 +0000 8231124: Missing closedir call with JDK-8223490
coffeys [Tue, 17 Sep 2019 16:39:56 +0000] rev 58191
8231124: Missing closedir call with JDK-8223490 Reviewed-by: naoto
Tue, 17 Sep 2019 08:22:14 -0400 8230350: Shenandoah: Assertion failed when GC is cancelled by a worker thread
zgu [Tue, 17 Sep 2019 08:22:14 -0400] rev 58190
8230350: Shenandoah: Assertion failed when GC is cancelled by a worker thread Reviewed-by: rkennke
Tue, 17 Sep 2019 20:38:23 +0800 8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
jiefu [Tue, 17 Sep 2019 20:38:23 +0800] rev 58189
8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511 Reviewed-by: dholmes, thartmann
Tue, 17 Sep 2019 13:59:11 +0200 remove unstable assert from JfrJavaThreadIterator JEP-349-branch
mgronlun [Tue, 17 Sep 2019 13:59:11 +0200] rev 58188
remove unstable assert from JfrJavaThreadIterator
Tue, 17 Sep 2019 13:32:27 +0200 renames and restructuring of JfrCheckpointManager JEP-349-branch
mgronlun [Tue, 17 Sep 2019 13:32:27 +0200] rev 58187
renames and restructuring of JfrCheckpointManager
Tue, 17 Sep 2019 11:07:07 +0000 8223490: Optimize search algorithm for determining default time zone
coffeys [Tue, 17 Sep 2019 11:07:07 +0000] rev 58186
8223490: Optimize search algorithm for determining default time zone Reviewed-by: naoto, rriggs
Tue, 17 Sep 2019 12:41:45 +0200 threadcpu to include excluded threads JEP-349-branch
mgronlun [Tue, 17 Sep 2019 12:41:45 +0200] rev 58185
threadcpu to include excluded threads
Tue, 17 Sep 2019 12:37:53 +0200 folding operations back into subsystems JEP-349-branch
mgronlun [Tue, 17 Sep 2019 12:37:53 +0200] rev 58184
folding operations back into subsystems
Tue, 17 Sep 2019 12:06:48 +0200 remove redundant scope JEP-349-branch
mgronlun [Tue, 17 Sep 2019 12:06:48 +0200] rev 58183
remove redundant scope
Tue, 17 Sep 2019 12:02:49 +0200 remove write_type JEP-349-branch
mgronlun [Tue, 17 Sep 2019 12:02:49 +0200] rev 58182
remove write_type
Tue, 17 Sep 2019 11:45:19 +0200 fix typo JEP-349-branch
mgronlun [Tue, 17 Sep 2019 11:45:19 +0200] rev 58181
fix typo
Tue, 17 Sep 2019 11:32:50 +0200 new lines JEP-349-branch
mgronlun [Tue, 17 Sep 2019 11:32:50 +0200] rev 58180
new lines
Tue, 17 Sep 2019 10:43:49 +0200 Merge JEP-349-branch
mgronlun [Tue, 17 Sep 2019 10:43:49 +0200] rev 58179
Merge
Tue, 17 Sep 2019 09:51:02 +0200 8231051: Remove check_obj_alignment() and replace with is_object_aligned()
pliden [Tue, 17 Sep 2019 09:51:02 +0200] rev 58178
8231051: Remove check_obj_alignment() and replace with is_object_aligned() Reviewed-by: tschatzl, shade
Tue, 17 Sep 2019 09:51:02 +0200 8230841: Remove oopDesc::equals()
pliden [Tue, 17 Sep 2019 09:51:02 +0200] rev 58177
8230841: Remove oopDesc::equals() Reviewed-by: rkennke, tschatzl
Tue, 17 Sep 2019 09:51:02 +0200 8230808: Remove Access::equals()
pliden [Tue, 17 Sep 2019 09:51:02 +0200] rev 58176
8230808: Remove Access::equals() Reviewed-by: tschatzl, shade
Tue, 17 Sep 2019 09:51:02 +0200 8230796: Remove BarrierSet::oop_equals_operator_allowed()
pliden [Tue, 17 Sep 2019 09:51:02 +0200] rev 58175
8230796: Remove BarrierSet::oop_equals_operator_allowed() Reviewed-by: tschatzl, shade
Fri, 13 Sep 2019 07:43:59 +0200 8230900: missing ReleaseStringUTFChars in java.desktop native code
mbaesken [Fri, 13 Sep 2019 07:43:59 +0200] rev 58174
8230900: missing ReleaseStringUTFChars in java.desktop native code Reviewed-by: clanger, prr
Fri, 13 Sep 2019 11:04:46 +0200 8230901: missing ReleaseStringUTFChars in serviceability native code
mbaesken [Fri, 13 Sep 2019 11:04:46 +0200] rev 58173
8230901: missing ReleaseStringUTFChars in serviceability native code Reviewed-by: stuefe, sspitsyn
Mon, 16 Sep 2019 19:24:32 -0400 8230629: jpackage signing on macOS does not work as expected JDK-8200758-branch
herrick [Mon, 16 Sep 2019 19:24:32 -0400] rev 58172
8230629: jpackage signing on macOS does not work as expected Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Mon, 16 Sep 2019 19:48:10 +0200 return on flush if no recoring running + more exact lookups for symbols JEP-349-branch
mgronlun [Mon, 16 Sep 2019 19:48:10 +0200] rev 58171
return on flush if no recoring running + more exact lookups for symbols
Mon, 16 Sep 2019 15:55:09 +0200 Merge JEP-349-branch
mgronlun [Mon, 16 Sep 2019 15:55:09 +0200] rev 58170
Merge
Mon, 16 Sep 2019 15:54:29 +0200 Merge JEP-349-branch
mgronlun [Mon, 16 Sep 2019 15:54:29 +0200] rev 58169
Merge
Mon, 16 Sep 2019 14:58:38 +0200 Merge JEP-349-branch
mgronlun [Mon, 16 Sep 2019 14:58:38 +0200] rev 58168
Merge
Mon, 16 Sep 2019 14:57:11 +0200 some stuff JEP-349-branch
mgronlun [Mon, 16 Sep 2019 14:57:11 +0200] rev 58167
some stuff
Mon, 16 Sep 2019 13:50:20 +0200 write metadata event JEP-349-branch
mgronlun [Mon, 16 Sep 2019 13:50:20 +0200] rev 58166
write metadata event
Mon, 16 Sep 2019 12:47:53 +0200 remove flushCounter JEP-349-branch
mgronlun [Mon, 16 Sep 2019 12:47:53 +0200] rev 58165
remove flushCounter
Mon, 16 Sep 2019 11:18:50 +0200 plain loads for pointers JEP-349-branch
mgronlun [Mon, 16 Sep 2019 11:18:50 +0200] rev 58164
plain loads for pointers
Mon, 16 Sep 2019 11:11:46 +0200 Merge JEP-349-branch
mgronlun [Mon, 16 Sep 2019 11:11:46 +0200] rev 58163
Merge
Mon, 16 Sep 2019 11:10:22 +0200 Merge JEP-349-branch
mgronlun [Mon, 16 Sep 2019 11:10:22 +0200] rev 58162
Merge
Sun, 15 Sep 2019 23:45:59 +0200 Merge JEP-349-branch
mgronlun [Sun, 15 Sep 2019 23:45:59 +0200] rev 58161
Merge
Sun, 15 Sep 2019 22:54:35 +0200 string pool synch JEP-349-branch
mgronlun [Sun, 15 Sep 2019 22:54:35 +0200] rev 58160
string pool synch
Sun, 15 Sep 2019 20:23:40 +0200 remove assymetric load_acquires JEP-349-branch
mgronlun [Sun, 15 Sep 2019 20:23:40 +0200] rev 58159
remove assymetric load_acquires
Sun, 15 Sep 2019 15:31:04 +0200 updates after merge JEP-349-branch
mgronlun [Sun, 15 Sep 2019 15:31:04 +0200] rev 58158
updates after merge
Sun, 15 Sep 2019 13:41:19 +0200 Merge JEP-349-branch
mgronlun [Sun, 15 Sep 2019 13:41:19 +0200] rev 58157
Merge
Sat, 14 Sep 2019 13:18:20 +0200 Merge JEP-349-branch
mgronlun [Sat, 14 Sep 2019 13:18:20 +0200] rev 58156
Merge
Sat, 14 Sep 2019 13:15:10 +0200 Merge JEP-349-branch
mgronlun [Sat, 14 Sep 2019 13:15:10 +0200] rev 58155
Merge
Sat, 14 Sep 2019 13:03:44 +0200 Merge JEP-349-branch
mgronlun [Sat, 14 Sep 2019 13:03:44 +0200] rev 58154
Merge
Mon, 16 Sep 2019 15:16:59 +0200 Describe and implement exception handling policy JEP-349-branch
egahlin [Mon, 16 Sep 2019 15:16:59 +0200] rev 58153
Describe and implement exception handling policy
Mon, 16 Sep 2019 15:12:10 +0200 Add example code for EventStream JEP-349-branch
egahlin [Mon, 16 Sep 2019 15:12:10 +0200] rev 58152
Add example code for EventStream
Mon, 16 Sep 2019 15:10:34 +0200 Add removal reminder for Monitor and Health JEP-349-branch
egahlin [Mon, 16 Sep 2019 15:10:34 +0200] rev 58151
Add removal reminder for Monitor and Health
Mon, 16 Sep 2019 14:00:07 +0200 Add test for multiple chunks in a file JEP-349-branch
egahlin [Mon, 16 Sep 2019 14:00:07 +0200] rev 58150
Add test for multiple chunks in a file
Mon, 16 Sep 2019 13:53:41 +0200 8230742: Make AggressiveUnboxing a diagnostic flag
thartmann [Mon, 16 Sep 2019 13:53:41 +0200] rev 58149
8230742: Make AggressiveUnboxing a diagnostic flag Summary: AggressiveUnboxing is enabled by default. It should therefore be a diagnostic flag. Reviewed-by: roland, shade
Mon, 16 Sep 2019 13:54:56 +0200 Remove usecases file JEP-349-branch
egahlin [Mon, 16 Sep 2019 13:54:56 +0200] rev 58148
Remove usecases file
Sun, 15 Sep 2019 07:34:39 -0400 8230521: rename --output/-o option and add default value (".") JDK-8200758-branch
herrick [Sun, 15 Sep 2019 07:34:39 -0400] rev 58147
8230521: rename --output/-o option and add default value (".") Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Mon, 16 Sep 2019 09:57:26 +0200 Rename InternalEventFulter to ParserFilter JEP-349-branch
egahlin [Mon, 16 Sep 2019 09:57:26 +0200] rev 58146
Rename InternalEventFulter to ParserFilter
Mon, 16 Sep 2019 09:45:22 +0200 Move implementation into jdk.jfr.internal.consumer JEP-349-branch
egahlin [Mon, 16 Sep 2019 09:45:22 +0200] rev 58145
Move implementation into jdk.jfr.internal.consumer
Mon, 16 Sep 2019 09:28:54 +0200 8230854: Cleanup SuppressWarnings in test lib and remove noisy traces in StreamPumper
clanger [Mon, 16 Sep 2019 09:28:54 +0200] rev 58144
8230854: Cleanup SuppressWarnings in test lib and remove noisy traces in StreamPumper Reviewed-by: stuefe, dholmes
Mon, 16 Sep 2019 09:21:42 +0200 8230850: Test sun/tools/jcmd/TestProcessHelper.java fails intermittently
clanger [Mon, 16 Sep 2019 09:21:42 +0200] rev 58143
8230850: Test sun/tools/jcmd/TestProcessHelper.java fails intermittently Reviewed-by: stuefe, cjplummer, sgehwolf
Sun, 15 Sep 2019 21:00:15 -0400 8231033: Problemlist ReservedStackTest
dholmes [Sun, 15 Sep 2019 21:00:15 -0400] rev 58142
8231033: Problemlist ReservedStackTest 8231034: ProblemList failing ThreadMXBean tests Reviewed-by: darcy
Sun, 15 Sep 2019 13:23:21 -0700 8230882: Use @index in javax.lang.model javadoc
darcy [Sun, 15 Sep 2019 13:23:21 -0700] rev 58141
8230882: Use @index in javax.lang.model javadoc Reviewed-by: jjg
Sun, 15 Sep 2019 08:41:48 +0200 8230910: libsspi_bridge does not build on Windows 32bit
stuefe [Sun, 15 Sep 2019 08:41:48 +0200] rev 58140
8230910: libsspi_bridge does not build on Windows 32bit Reviewed-by: alanb, weijun
Sun, 15 Sep 2019 07:47:13 +0200 8216354: Syntax error in toolchain_windows.m4
stooke [Sun, 15 Sep 2019 07:47:13 +0200] rev 58139
8216354: Syntax error in toolchain_windows.m4 Reviewed-by: erikj, dholmes, clanger
Sat, 14 Sep 2019 11:26:26 -0700 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
dl [Sat, 14 Sep 2019 11:26:26 -0700] rev 58138
8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 Reviewed-by: martin, alanb
Sat, 14 Sep 2019 11:26:26 -0700 8145138: CyclicBarrier/Basic.java failed with "3 not equal to 4"
dl [Sat, 14 Sep 2019 11:26:26 -0700] rev 58137
8145138: CyclicBarrier/Basic.java failed with "3 not equal to 4" Reviewed-by: martin, alanb
Sat, 14 Sep 2019 11:24:14 -0700 8221168: java/util/concurrent/CountDownLatch/Basic.java fails
dl [Sat, 14 Sep 2019 11:24:14 -0700] rev 58136
8221168: java/util/concurrent/CountDownLatch/Basic.java fails Reviewed-by: martin, alanb
Sat, 14 Sep 2019 11:20:57 -0700 8227235: rare failures in testForkHelpQuiesce tck tests
dl [Sat, 14 Sep 2019 11:20:57 -0700] rev 58135
8227235: rare failures in testForkHelpQuiesce tck tests Reviewed-by: martin, alanb
Sat, 14 Sep 2019 11:16:40 -0700 8229442: AQS and lock classes refresh
dl [Sat, 14 Sep 2019 11:16:40 -0700] rev 58134
8229442: AQS and lock classes refresh Reviewed-by: martin
Sat, 14 Sep 2019 18:45:24 +0200 8231025: Incorrect method tag offset for big endian platform
mgronlun [Sat, 14 Sep 2019 18:45:24 +0200] rev 58133
8231025: Incorrect method tag offset for big endian platform Reviewed-by: egahlin
Sat, 14 Sep 2019 14:40:09 +0200 8225797: OldObjectSample event creates unexpected amount of checkpoint data
mgronlun [Sat, 14 Sep 2019 14:40:09 +0200] rev 58132
8225797: OldObjectSample event creates unexpected amount of checkpoint data Reviewed-by: egahlin
Fri, 13 Sep 2019 16:03:31 -0700 8230085: (fs) FileStore::isReadOnly is always true on macOS Catalina
bpb [Fri, 13 Sep 2019 16:03:31 -0700] rev 58131
8230085: (fs) FileStore::isReadOnly is always true on macOS Catalina Reviewed-by: alanb
Fri, 13 Sep 2019 18:54:43 -0400 8230938: Deprecate MonitorBound
dcubed [Fri, 13 Sep 2019 18:54:43 -0400] rev 58130
8230938: Deprecate MonitorBound Reviewed-by: dholmes
Fri, 13 Sep 2019 18:46:07 +0200 Restructure stream configuration JEP-349-branch
egahlin [Fri, 13 Sep 2019 18:46:07 +0200] rev 58129
Restructure stream configuration
Fri, 13 Sep 2019 09:33:54 -0700 8230937: Update bugid in ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
bchristi [Fri, 13 Sep 2019 09:33:54 -0700] rev 58128
8230937: Update bugid in ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java Reviewed-by: dholmes, mchung
Fri, 13 Sep 2019 09:34:13 -0700 8230881: serviceability/sa/TestJmapCore tests fail with java.lang.RuntimeException: Could not find dump file
lmesnik [Fri, 13 Sep 2019 09:34:13 -0700] rev 58127
8230881: serviceability/sa/TestJmapCore tests fail with java.lang.RuntimeException: Could not find dump file Reviewed-by: dholmes, cjplummer
Fri, 13 Sep 2019 11:00:07 +0100 8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed due to timeout on DeadServerNoTimeoutTest is incorrect
prappo [Fri, 13 Sep 2019 11:00:07 +0100] rev 58126
8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed due to timeout on DeadServerNoTimeoutTest is incorrect Reviewed-by: dfuchs, martin, robm
Fri, 13 Sep 2019 08:40:09 +0200 8230878: ZGC: Use THREAD_LOCAL instead of __thread
pliden [Fri, 13 Sep 2019 08:40:09 +0200] rev 58125
8230878: ZGC: Use THREAD_LOCAL instead of __thread Reviewed-by: kbarrett
Fri, 13 Sep 2019 08:40:09 +0200 8230877: Rename THREAD_LOCAL_DECL to THREAD_LOCAL
pliden [Fri, 13 Sep 2019 08:40:09 +0200] rev 58124
8230877: Rename THREAD_LOCAL_DECL to THREAD_LOCAL Reviewed-by: kbarrett, dholmes
Fri, 13 Sep 2019 08:40:09 +0200 8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific
pliden [Fri, 13 Sep 2019 08:40:09 +0200] rev 58123
8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific Reviewed-by: stefank
Fri, 13 Sep 2019 08:40:09 +0200 8230845: ZGC: Implement ZLock using os::PlatformMutex
pliden [Fri, 13 Sep 2019 08:40:09 +0200] rev 58122
8230845: ZGC: Implement ZLock using os::PlatformMutex Reviewed-by: stefank
Thu, 12 Sep 2019 20:46:55 -0700 Fixed broken build JEP-349-branch
mseledtsov [Thu, 12 Sep 2019 20:46:55 -0700] rev 58121
Fixed broken build
Thu, 12 Sep 2019 20:45:23 -0700 Fixed tabs and trailing white spaces JEP-349-branch
mseledtsov [Thu, 12 Sep 2019 20:45:23 -0700] rev 58120
Fixed tabs and trailing white spaces
Thu, 12 Sep 2019 15:21:34 -0400 Merge JDK-8200758-branch
herrick [Thu, 12 Sep 2019 15:21:34 -0400] rev 58119
Merge
Thu, 12 Sep 2019 12:32:00 -0400 change 57917 should have been: JDK-8230522: rename --linux-bundle-name, and --temp-root options. JDK-8200758-branch
herrick [Thu, 12 Sep 2019 12:32:00 -0400] rev 58118
change 57917 should have been: JDK-8230522: rename --linux-bundle-name, and --temp-root options.
Thu, 12 Sep 2019 12:03:00 -0400 8230653: jpackage error on macOS system without xcode JDK-8200758-branch
herrick [Thu, 12 Sep 2019 12:03:00 -0400] rev 58117
8230653: jpackage error on macOS system without xcode Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Thu, 12 Sep 2019 10:46:10 -0400 8229779: Shortcut creation policy JDK-8200758-branch
herrick [Thu, 12 Sep 2019 10:46:10 -0400] rev 58116
8229779: Shortcut creation policy Reviewed-by: asemenyuk, almatvee
Wed, 11 Sep 2019 13:26:36 -0400 /home/aherrick/comment JDK-8200758-branch
herrick [Wed, 11 Sep 2019 13:26:36 -0400] rev 58115
/home/aherrick/comment
Tue, 10 Sep 2019 14:57:03 -0400 8230519: jpackage "--package-type" values and default JDK-8200758-branch
herrick [Tue, 10 Sep 2019 14:57:03 -0400] rev 58114
8230519: jpackage "--package-type" values and default Reviewed-by: asemenyuk, almatvee
Tue, 10 Sep 2019 09:18:19 -0400 8230726: Improve jpackage jtreg tests JDK-8200758-branch
herrick [Tue, 10 Sep 2019 09:18:19 -0400] rev 58113
8230726: Improve jpackage jtreg tests Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Thu, 12 Sep 2019 11:32:03 -0700 Copyright update - round 2 JEP-349-branch
mseledtsov [Thu, 12 Sep 2019 11:32:03 -0700] rev 58112
Copyright update - round 2
Thu, 12 Sep 2019 11:07:35 -0700 8230829: Matcher matches a surrogate pair that crosses border of the region
igerasim [Thu, 12 Sep 2019 11:07:35 -0700] rev 58111
8230829: Matcher matches a surrogate pair that crosses border of the region Reviewed-by: naoto
Thu, 12 Sep 2019 09:59:19 -0700 8186988: use log_warning() and log_error() instead of tty->print_cr for CDS warning and error messages
ccheung [Thu, 12 Sep 2019 09:59:19 -0700] rev 58110
8186988: use log_warning() and log_error() instead of tty->print_cr for CDS warning and error messages Reviewed-by: stuefe, iklam, dholmes
Thu, 12 Sep 2019 17:47:24 +0200 Updating javac behavior w.r.t. preview API. Based on darcy's patch. JDK-8226585-branch
jlahoda [Thu, 12 Sep 2019 17:47:24 +0200] rev 58109
Updating javac behavior w.r.t. preview API. Based on darcy's patch.
Thu, 12 Sep 2019 15:46:11 +0100 8230858: Replace wildcard address with loopback or local host in tests - part 23
dfuchs [Thu, 12 Sep 2019 15:46:11 +0100] rev 58108
8230858: Replace wildcard address with loopback or local host in tests - part 23 Summary: Add new traces for better diagnosis, refrain binding to the wildcard address when possible. Reviewed-by: chegar, xuelei
Thu, 12 Sep 2019 15:04:00 +0200 Merge stuefe-new-metaspace-branch
stuefe [Thu, 12 Sep 2019 15:04:00 +0200] rev 58107
Merge
Tue, 03 Sep 2019 09:28:42 +0200 8230470: Shenandoah doesn't need change from JDK-8212610 anymore
roland [Tue, 03 Sep 2019 09:28:42 +0200] rev 58106
8230470: Shenandoah doesn't need change from JDK-8212610 anymore Reviewed-by: thartmann
Thu, 12 Sep 2019 12:51:31 +0200 8230888: jfrVirtualMemory.cpp should include globals.hpp
stuefe [Thu, 12 Sep 2019 12:51:31 +0200] rev 58105
8230888: jfrVirtualMemory.cpp should include globals.hpp Reviewed-by: dholmes, mgronlun
Thu, 12 Sep 2019 12:23:25 +0200 8220416: Comparison of klass pointers is not optimized any more
chagedorn [Thu, 12 Sep 2019 12:23:25 +0200] rev 58104
8220416: Comparison of klass pointers is not optimized any more Summary: Enables dead klass pointer optimization (since JDK-6964458) again. Reviewed-by: roland, thartmann
Thu, 12 Sep 2019 12:12:26 +0200 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
chagedorn [Thu, 12 Sep 2019 12:12:26 +0200] rev 58103
8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert Summary: Always call fatal from debug32/64 to also crash in product build as a follow-up to JDK-8225653. Reviewed-by: roland, thartmann
Fri, 23 Aug 2019 14:22:29 +0200 8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
roland [Fri, 23 Aug 2019 14:22:29 +0200] rev 58102
8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping Reviewed-by: thartmann, kvn
Thu, 12 Sep 2019 11:35:02 +0200 ren jfrChunkState jfrChunk JEP-349-branch
mgronlun [Thu, 12 Sep 2019 11:35:02 +0200] rev 58101
ren jfrChunkState jfrChunk
Thu, 12 Sep 2019 10:49:15 +0200 merge stuff JEP-349-branch
mgronlun [Thu, 12 Sep 2019 10:49:15 +0200] rev 58100
merge stuff
Thu, 12 Sep 2019 07:57:00 +0200 Fixes for Windows x64 stuefe-new-metaspace-branch
stuefe [Thu, 12 Sep 2019 07:57:00 +0200] rev 58099
Fixes for Windows x64
Wed, 11 Sep 2019 16:13:05 +0200 8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
mbaesken [Wed, 11 Sep 2019 16:13:05 +0200] rev 58098
8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return Reviewed-by: dfuchs, stuefe, vtewari
Wed, 11 Sep 2019 16:54:53 +0200 8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect
mbaesken [Wed, 11 Sep 2019 16:54:53 +0200] rev 58097
8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect Reviewed-by: alanb, stuefe
Wed, 11 Sep 2019 18:31:25 -0700 8230586: Encapsulate fields in filemap.hpp
iklam [Wed, 11 Sep 2019 18:31:25 -0700] rev 58096
8230586: Encapsulate fields in filemap.hpp Reviewed-by: ccheung
Wed, 11 Sep 2019 22:09:05 -0400 8230423: Move os::sleep to JavaThread::sleep
dholmes [Wed, 11 Sep 2019 22:09:05 -0400] rev 58095
8230423: Move os::sleep to JavaThread::sleep Reviewed-by: rehn, dcubed
Thu, 12 Sep 2019 03:21:11 +0200 Added tag jdk-14+14 for changeset cddef3bde924
jwilhelm [Thu, 12 Sep 2019 03:21:11 +0200] rev 58094
Added tag jdk-14+14 for changeset cddef3bde924
Wed, 11 Sep 2019 16:25:12 -0700 8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()
lmesnik [Wed, 11 Sep 2019 16:25:12 -0700] rev 58093
8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print() Reviewed-by: dholmes, cjplummer, sspitsyn
Wed, 11 Sep 2019 23:10:14 +0000 8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow
afarley [Wed, 11 Sep 2019 23:10:14 +0000] rev 58092
8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow Summary: Check buffer overflow when the jdwp agent full dll name is built Reviewed-by: cjplummer, sspitsyn
Wed, 11 Sep 2019 16:06:09 -0700 8230734: Remove default constructors from java.compiler
darcy [Wed, 11 Sep 2019 16:06:09 -0700] rev 58091
8230734: Remove default constructors from java.compiler Reviewed-by: jjg
Wed, 11 Sep 2019 13:28:09 -0700 8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes
iklam [Wed, 11 Sep 2019 13:28:09 -0700] rev 58090
8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes Reviewed-by: dholmes, jiangli
Wed, 11 Sep 2019 12:32:01 -0700 8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF
bpb [Wed, 11 Sep 2019 12:32:01 -0700] rev 58089
8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF Reviewed-by: rriggs, dfuchs
Wed, 11 Sep 2019 11:55:31 -0700 8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException
amenkov [Wed, 11 Sep 2019 11:55:31 -0700] rev 58088
8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException Reviewed-by: sspitsyn, rrich
Wed, 11 Sep 2019 17:30:30 +0000 8229202: Docker reporting causes secondary crashes in error handling
bobv [Wed, 11 Sep 2019 17:30:30 +0000] rev 58087
8229202: Docker reporting causes secondary crashes in error handling Reviewed-by: coleenp, hseigel, mseledtsov
Wed, 11 Sep 2019 08:50:03 -0700 8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth
naoto [Wed, 11 Sep 2019 08:50:03 -0700] rev 58086
8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth Reviewed-by: joehw, scolebourne, rriggs
Wed, 11 Sep 2019 17:36:28 +0200 Fix jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize stuefe-new-metaspace-branch
stuefe [Wed, 11 Sep 2019 17:36:28 +0200] rev 58085
Fix jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize
Wed, 11 Sep 2019 14:16:30 +0200 8230398: Remove NULL checks before FREE_C_HEAP_ARRAY jdk-14+14
lkorinth [Wed, 11 Sep 2019 14:16:30 +0200] rev 58084
8230398: Remove NULL checks before FREE_C_HEAP_ARRAY Reviewed-by: dholmes, kbarrett, tschatzl
Wed, 11 Sep 2019 14:16:27 +0200 8227168: Cleanup usage of NEW_C_HEAP_ARRAY
lkorinth [Wed, 11 Sep 2019 14:16:27 +0200] rev 58083
8227168: Cleanup usage of NEW_C_HEAP_ARRAY Reviewed-by: coleenp, dholmes, kbarrett, tschatzl
Wed, 11 Sep 2019 13:31:52 +0200 update nanos for flush chunk JEP-349-branch
mgronlun [Wed, 11 Sep 2019 13:31:52 +0200] rev 58082
update nanos for flush chunk
Wed, 11 Sep 2019 10:19:09 +0200 8230794: Improve assert to get more information about the JDK-8227695 failure
tschatzl [Wed, 11 Sep 2019 10:19:09 +0200] rev 58081
8230794: Improve assert to get more information about the JDK-8227695 failure Reviewed-by: kbarrett, sjohanss
Tue, 10 Sep 2019 12:51:05 -0700 8229960: Remove sun.nio.cs.map system property
naoto [Tue, 10 Sep 2019 12:51:05 -0700] rev 58080
8229960: Remove sun.nio.cs.map system property Reviewed-by: alanb
Tue, 10 Sep 2019 19:58:22 +0200 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
shade [Tue, 10 Sep 2019 19:58:22 +0200] rev 58079
8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list Reviewed-by: zgu
Tue, 10 Sep 2019 10:35:52 -0700 8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
mchung [Tue, 10 Sep 2019 10:35:52 -0700] rev 58078
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null Reviewed-by: vromero
Tue, 10 Sep 2019 10:24:42 -0700 8225761: Update --release 13 symbol information after JDK 13 GA
darcy [Tue, 10 Sep 2019 10:24:42 -0700] rev 58077
8225761: Update --release 13 symbol information after JDK 13 GA Reviewed-by: jlahoda
Tue, 10 Sep 2019 09:21:23 -0700 JEP-349-branch: fixes to copyright headers JEP-349-branch
mseledtsov [Tue, 10 Sep 2019 09:21:23 -0700] rev 58076
JEP-349-branch: fixes to copyright headers
Tue, 10 Sep 2019 09:12:08 -0700 8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout
lmesnik [Tue, 10 Sep 2019 09:12:08 -0700] rev 58075
8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout Reviewed-by: erikj
Tue, 10 Sep 2019 09:08:52 -0700 8230303: JDB hangs when running monitor command
igerasim [Tue, 10 Sep 2019 09:08:52 -0700] rev 58074
8230303: JDB hangs when running monitor command Reviewed-by: sspitsyn
Tue, 10 Sep 2019 16:02:57 +0200 flush chunk JEP-349-branch
mgronlun [Tue, 10 Sep 2019 16:02:57 +0200] rev 58073
flush chunk
Tue, 10 Sep 2019 15:35:35 +0200 8230709: Array index out of bounds in ES6 mode
hannesw [Tue, 10 Sep 2019 15:35:35 +0200] rev 58072
8230709: Array index out of bounds in ES6 mode Reviewed-by: attila
Tue, 10 Sep 2019 15:30:23 +0200 8230766: Changed message in IllegalMonitorStateException
hannesw [Tue, 10 Sep 2019 15:30:23 +0200] rev 58071
8230766: Changed message in IllegalMonitorStateException Reviewed-by: attila, jlaskey
Tue, 10 Sep 2019 15:05:00 +0200 Fix class space display issue in metaspace report stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 15:05:00 +0200] rev 58070
Fix class space display issue in metaspace report
Tue, 10 Sep 2019 14:31:38 +0200 Remove always-use-class-space feature stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 14:31:38 +0200] rev 58069
Remove always-use-class-space feature
Tue, 10 Sep 2019 13:14:36 +0200 restructuring in JfrRecorderService JEP-349-branch
mgronlun [Tue, 10 Sep 2019 13:14:36 +0200] rev 58068
restructuring in JfrRecorderService
Tue, 10 Sep 2019 12:53:00 +0200 commit granule size must not be smaller than native page size stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 12:53:00 +0200] rev 58067
commit granule size must not be smaller than native page size
Tue, 10 Sep 2019 11:11:31 +0200 8230566: ZGC: Don't substitute klass pointer during array clearing
pliden [Tue, 10 Sep 2019 11:11:31 +0200] rev 58066
8230566: ZGC: Don't substitute klass pointer during array clearing Reviewed-by: stefank, eosterlund
Mon, 09 Sep 2019 16:34:45 +0200 8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
mbaesken [Mon, 09 Sep 2019 16:34:45 +0200] rev 58065
8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return Reviewed-by: prr, stuefe
Fri, 06 Sep 2019 16:15:11 +0200 8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
mbaesken [Fri, 06 Sep 2019 16:15:11 +0200] rev 58064
8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG Reviewed-by: mdoerr
Tue, 10 Sep 2019 09:24:05 +0200 Initial changes for new metaspace. Only tested for Linux x64. stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 09:24:05 +0200] rev 58063
Initial changes for new metaspace. Only tested for Linux x64.
Tue, 10 Sep 2019 14:52:53 +0800 8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list.
xgong [Tue, 10 Sep 2019 14:52:53 +0800] rev 58062
8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list. Reviewed-by: dlong
Tue, 10 Sep 2019 08:43:33 +0200 8225653: Provide more information when hitting SIGILL from HaltNode
chagedorn [Tue, 10 Sep 2019 08:43:33 +0200] rev 58061
8225653: Provide more information when hitting SIGILL from HaltNode Summary: Add information string for each HaltNode which is printed if hit at runtime. Reviewed-by: vlivanov, thartmann
Tue, 10 Sep 2019 07:42:04 +0200 8207800: always_do_update_barrier is unused
godin [Tue, 10 Sep 2019 07:42:04 +0200] rev 58060
8207800: always_do_update_barrier is unused Reviewed-by: shade, tschatzl Contributed-by: Evgeny Mandrikov <mandrikov@gmail.com>
Mon, 09 Sep 2019 16:54:48 -0400 8221361: Eliminate two-phase initialization for PtrQueueSet classes
kbarrett [Mon, 09 Sep 2019 16:54:48 -0400] rev 58059
8221361: Eliminate two-phase initialization for PtrQueueSet classes Summary: Move allocator and CBL monitor init to constructor. Reviewed-by: tschatzl, shade
Mon, 09 Sep 2019 12:42:01 -0700 8230284: Accounting currency format support does not cope with explicit number system
naoto [Mon, 09 Sep 2019 12:42:01 -0700] rev 58058
8230284: Accounting currency format support does not cope with explicit number system Reviewed-by: rriggs
Mon, 09 Sep 2019 12:00:36 -0700 8230516: invalid html in jdwp-protocol.html
amenkov [Mon, 09 Sep 2019 12:00:36 -0700] rev 58057
8230516: invalid html in jdwp-protocol.html Reviewed-by: dtitov, sspitsyn
Mon, 09 Sep 2019 11:04:04 -0700 8212117: Class.forName may return a reference to a loaded but not linked Class
bchristi [Mon, 09 Sep 2019 11:04:04 -0700] rev 58056
8212117: Class.forName may return a reference to a loaded but not linked Class Reviewed-by: dholmes, mchung
Mon, 09 Sep 2019 18:23:39 +0100 8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient
dfuchs [Mon, 09 Sep 2019 18:23:39 +0100] rev 58055
8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient Summary: fixed the PlainProxyConnection lookup key. Reviewed-by: chegar
Mon, 09 Sep 2019 10:13:42 -0700 8230723: Remove default constructors from java.lang and java.io
darcy [Mon, 09 Sep 2019 10:13:42 -0700] rev 58054
8230723: Remove default constructors from java.lang and java.io Reviewed-by: bpb, rriggs
Sat, 24 Aug 2019 09:31:15 +0530 8177389: Hyphen "-" should be removed in URL class documentation
jpai [Sat, 24 Aug 2019 09:31:15 +0530] rev 58053
8177389: Hyphen "-" should be removed in URL class documentation Summary: javadoc of java.net.URL constructor updated to remove an unnecessary hyphen Reviewed-by: dfuchs
Mon, 09 Sep 2019 16:13:43 +0100 8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface
dfuchs [Mon, 09 Sep 2019 16:13:43 +0100] rev 58052
8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface Summary: The test is updated to skip Teredo pseudo interfaces on windows. Reviewed-by: michaelm, vtewari, aefimov Contributed-by: patrick.concannon@oracle.com
Mon, 09 Sep 2019 15:42:16 +0200 8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target
mdoerr [Mon, 09 Sep 2019 15:42:16 +0200] rev 58051
8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target Reviewed-by: phh, xliu
Mon, 09 Sep 2019 15:14:16 +0200 8230708: Hotspot fails to build on linux-sparc with gcc-9
glaubitz [Mon, 09 Sep 2019 15:14:16 +0200] rev 58050
8230708: Hotspot fails to build on linux-sparc with gcc-9 Reviewed-by: dholmes, phh
Mon, 09 Sep 2019 13:26:35 +0200 JavaThread name JEP-349-branch
mgronlun [Mon, 09 Sep 2019 13:26:35 +0200] rev 58049
JavaThread name
Wed, 04 Sep 2019 13:07:15 +0200 8230564: Remove os_ext.hpp
stefank [Wed, 04 Sep 2019 13:07:15 +0200] rev 58048
8230564: Remove os_ext.hpp Reviewed-by: coleenp, dholmes
Wed, 04 Sep 2019 13:06:44 +0200 8230563: Remove arguments_ext.cpp
stefank [Wed, 04 Sep 2019 13:06:44 +0200] rev 58047
8230563: Remove arguments_ext.cpp Reviewed-by: dholmes, coleenp
Wed, 04 Sep 2019 13:06:04 +0200 8230562: Remove g1HeapSizingPolicy_ext.cpp
stefank [Wed, 04 Sep 2019 13:06:04 +0200] rev 58046
8230562: Remove g1HeapSizingPolicy_ext.cpp Reviewed-by: dholmes, sjohanss
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 tip