Tue, 24 Sep 2019 17:08:18 +0200 8231251: ZGC: Fix ZHeap includes
pliden [Tue, 24 Sep 2019 17:08:18 +0200] rev 58292
8231251: ZGC: Fix ZHeap includes Reviewed-by: stefank, eosterlund
Tue, 24 Sep 2019 10:12:56 -0400 8213150: Add verification for locking by VMThread
coleenp [Tue, 24 Sep 2019 10:12:56 -0400] rev 58291
8213150: Add verification for locking by VMThread Summary: extend verification for all locking not just VMOperations, and fix CLDG lock to not be taken by VM thread. Reviewed-by: rehn, dholmes
Tue, 24 Sep 2019 15:40:26 +0200 Converting the test to a combo-framework test. JDK-8226585-branch
jlahoda [Tue, 24 Sep 2019 15:40:26 +0200] rev 58290
Converting the test to a combo-framework test.
Mon, 23 Sep 2019 16:53:16 +0100 8217825: Verify @AfterTest is used correctly in WebSocket tests
pconcannon [Mon, 23 Sep 2019 16:53:16 +0100] rev 58289
8217825: Verify @AfterTest is used correctly in WebSocket tests Summary: Remove @AfterTest tags; added in explicit closing of resources e.g. httpServer, webSocket, etc Reviewed-by: dfuchs, prappo
Tue, 24 Sep 2019 09:43:43 +0100 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
jboes [Tue, 24 Sep 2019 09:43:43 +0100] rev 58288
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base Summary: Minor coding style update of javadoc tag in any file in java.base Reviewed-by: bchristi, lancea
Tue, 24 Sep 2019 10:04:13 +0000 8224820: ZGC: Support discontiguous heap reservations
eosterlund [Tue, 24 Sep 2019 10:04:13 +0000] rev 58287
8224820: ZGC: Support discontiguous heap reservations Reviewed-by: pliden, stefank
Tue, 24 Sep 2019 11:49:48 +0200 8231122: @index tag with newline causes tag search to fail
hannesw [Tue, 24 Sep 2019 11:49:48 +0200] rev 58286
8231122: @index tag with newline causes tag search to fail Reviewed-by: jjg
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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip