herrick [Tue, 24 Sep 2019 13:50:40 -0400] rev 58303
8231279 : Change install location for copyright file for Debian package
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
herrick [Tue, 24 Sep 2019 13:43:58 -0400] rev 58302
8231277 : Adjust Linux application image layout
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
herrick [Tue, 24 Sep 2019 13:41:16 -0400] rev 58301
8225249 : LinuxDebBundler and LinuxRpmBundler should share more code
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
iklam [Tue, 24 Sep 2019 10:36:35 -0700] rev 58300
8231367: [TESTBUG] ParallelLoadTest.java fails with "test.dynamic.dump not supported"
Reviewed-by: ccheung
dlong [Tue, 24 Sep 2019 12:47:15 -0400] rev 58299
8229201: Update Graal
Reviewed-by: kvn
epavlova [Tue, 24 Sep 2019 08:54:08 -0700] rev 58298
8231376: Unproblem list compiler/unsafe/Unsafe{Off,On}HeapBooleanTest.java tests
Reviewed-by: iignatyev
naoto [Tue, 24 Sep 2019 08:55:13 -0700] rev 58297
8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
Reviewed-by: martin, alanb
erikj [Tue, 24 Sep 2019 11:39:47 +0800] rev 58296
8231351: Add notes for PKCS11 tests in the test doc
Reviewed-by: erikj, jjiang
Contributed-by: huangjia@loongson.cn
michaelm [Tue, 24 Sep 2019 16:19:11 +0100] rev 58295
8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
Reviewed-by: alanb, chegar
pliden [Tue, 24 Sep 2019 17:08:19 +0200] rev 58294
8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
Reviewed-by: stefank, eosterlund
pliden [Tue, 24 Sep 2019 17:08:18 +0200] rev 58293
8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
Reviewed-by: stefank, eosterlund
pliden [Tue, 24 Sep 2019 17:08:18 +0200] rev 58292
8231251: ZGC: Fix ZHeap includes
Reviewed-by: stefank, eosterlund
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
jlahoda [Tue, 24 Sep 2019 15:40:26 +0200] rev 58290
Converting the test to a combo-framework test.
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
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
eosterlund [Tue, 24 Sep 2019 10:04:13 +0000] rev 58287
8224820: ZGC: Support discontiguous heap reservations
Reviewed-by: pliden, stefank
hannesw [Tue, 24 Sep 2019 11:49:48 +0200] rev 58286
8231122: @index tag with newline causes tag search to fail
Reviewed-by: jjg
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
rpatil [Tue, 24 Sep 2019 10:16:00 +0100] rev 58284
8231098: (tz) Upgrade time-zone data to tzdata2019c
Reviewed-by: martin, naoto
shade [Tue, 24 Sep 2019 09:38:14 +0200] rev 58283
8231395: Backout JDK-8231249
Reviewed-by: tschatzl
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
mbaesken [Mon, 23 Sep 2019 17:02:08 +0200] rev 58281
8231222: fix pkcs11 P11_DEBUG guarded native traces
Reviewed-by: clanger
mbaesken [Fri, 20 Sep 2019 10:28:48 +0200] rev 58280
8231171: remove remaining sun.java.launcher.pid references
Reviewed-by: alanb, dholmes
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
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
iklam [Mon, 23 Sep 2019 19:54:37 -0700] rev 58277
8231257: Avoid calling FileMapInfo::write_region twice
Reviewed-by: ccheung
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
erikj [Mon, 23 Sep 2019 12:56:50 -0700] rev 58275
8210794: Incorrect escaping of in native test libraries
Reviewed-by: tbell
shade [Mon, 23 Sep 2019 21:46:44 +0200] rev 58274
8231375: AArch64 build failure after JDK-8230505
Reviewed-by: dcubed
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
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
mseledtsov [Mon, 23 Sep 2019 09:16:05 -0700] rev 58271
Test fixes: more logging, typos, fixes to at-run targets
erikj [Mon, 23 Sep 2019 08:52:05 -0700] rev 58270
8206125: [windows] cannot pass relative path to --with-boot-jdk
Reviewed-by: tbell
erikj [Mon, 23 Sep 2019 09:00:28 -0700] rev 58269
8150741: make <module> not equivalent to make <module-dependencies> <module>
Reviewed-by: mchung
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
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
zgu [Mon, 23 Sep 2019 07:45:12 -0400] rev 58266
8231293: Shenandoah: Traversal should not revive dead weak roots
Reviewed-by: shade
clanger [Mon, 23 Sep 2019 12:32:13 +0200] rev 58265
8230857: Avoid reflection in sun.tools.common.ProcessHelper
Reviewed-by: sspitsyn, dholmes
tschatzl [Mon, 23 Sep 2019 11:37:08 +0200] rev 58264
8231189: Rename worker_i parameters to worker_id
Reviewed-by: kbarrett, sjohanss
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
tschatzl [Mon, 23 Sep 2019 11:36:53 +0200] rev 58262
8231117: Remove G1EvacuationRootClosures::raw_strong_oops()
Reviewed-by: kbarrett, sjohanss
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
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
mgronlun [Sun, 22 Sep 2019 17:31:57 +0200] rev 58259
clear_artifacts in the correct location
mgronlun [Sun, 22 Sep 2019 15:38:32 +0200] rev 58258
instantiated super klasses
mgronlun [Sun, 22 Sep 2019 15:17:53 +0200] rev 58257
Merge
mgronlun [Sun, 22 Sep 2019 14:35:38 +0200] rev 58256
typenames
mgronlun [Sun, 22 Sep 2019 14:18:39 +0200] rev 58255
update class names
mgronlun [Sun, 22 Sep 2019 14:00:00 +0200] rev 58254
more general predication of writes
mgronlun [Sat, 21 Sep 2019 20:13:11 +0200] rev 58253
JfrTypeManager::destroy()
dcubed [Sat, 21 Sep 2019 10:13:25 -0400] rev 58252
8231323: ProblemList jdk/jfr/jcmd/TestJcmdConfigure.java
Reviewed-by: ysuenaga
mgronlun [Sat, 21 Sep 2019 12:33:26 +0200] rev 58251
Missing object id in pool jdk.types.Symbol. All ids should reference object
mgronlun [Sat, 21 Sep 2019 12:31:40 +0200] rev 58250
merge error
mgronlun [Sat, 21 Sep 2019 12:10:52 +0200] rev 58249
Merge
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
joehw [Fri, 20 Sep 2019 22:11:45 +0000] rev 58247
8231083: Clarify SAX documentation
Reviewed-by: lancea, alanb
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
lmesnik [Fri, 20 Sep 2019 13:14:50 -0700] rev 58245
8229853: Problemlist compiler/codecache/jmx/PoolsIndependenceTest.java
Reviewed-by: thartmann
darcy [Fri, 20 Sep 2019 09:32:45 -0700] rev 58244
8199424: consider removing ObjectInputStream and ObjectOutputStream native methods
Reviewed-by: bpb, rriggs, redestad
coleenp [Fri, 20 Sep 2019 10:23:40 -0400] rev 58243
8225628: Remove unused Thread::muxAcquireW function
Reviewed-by: dcubed, hseigel
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
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
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
mseledtsov [Thu, 19 Sep 2019 17:33:18 -0700] rev 58239
Accounted for experimental events in TestLookForUntestedEvents
redestad [Thu, 19 Sep 2019 23:38:50 +0200] rev 58238
8230768: Arrays of SoftReferences in MethodTypeForm should not be @Stable
Reviewed-by: mchung
stefank [Wed, 11 Sep 2019 09:47:42 +0200] rev 58237
8230759: ZGC: Fix integer types
Reviewed-by: pliden
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
stefank [Tue, 10 Sep 2019 17:07:02 +0200] rev 58235
8230756: ZGC: Remove redundant memset in ZStatValue
Reviewed-by: tschatzl, pliden
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
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
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
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
joehw [Thu, 19 Sep 2019 16:53:17 +0000] rev 58230
8230814: Enable SAX ContentHandler to handle XML Declaration
Reviewed-by: lancea, dfuchs, alanb
pliden [Thu, 19 Sep 2019 16:05:47 +0200] rev 58229
8231113: Remove CollectedHeap::check_oop_location()
Reviewed-by: stefank, eosterlund, tschatzl
stuefe [Thu, 19 Sep 2019 16:28:40 +0200] rev 58228
Fix gc/class_unloading/.. tests
stuefe [Thu, 19 Sep 2019 15:21:27 +0200] rev 58227
Fix various test issues.
rehn [Thu, 19 Sep 2019 10:52:22 +0200] rev 58226
8226705: [REDO] Deoptimize with handshakes
Reviewed-by: eosterlund, dcubed, dlong, pchilanomate
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
jwilhelm [Thu, 19 Sep 2019 00:19:18 -0700] rev 58224
Added tag jdk-14+15 for changeset 778fc2dcbdaa
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
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
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>
amenkov [Wed, 18 Sep 2019 12:13:56 -0700] rev 58220
8186825: some memory leak issues in the transport_startTransport
Reviewed-by: sspitsyn, phh
rkennke [Wed, 18 Sep 2019 20:56:20 +0200] rev 58219
8231087: Shenandoah: Self-fixing load reference barriers for C1/C2
Reviewed-by: shade
rkennke [Wed, 18 Sep 2019 20:56:19 +0200] rev 58218
8231086: Shenandoah: Stronger invariant for object-arraycopy
Reviewed-by: shade
rkennke [Wed, 18 Sep 2019 20:56:18 +0200] rev 58217
8231085: C2/GC: Better GC-interface for expanding clone
Reviewed-by: eosterlund
jwilhelm [Wed, 18 Sep 2019 11:48:01 -0700] rev 58216
Merge
jwilhelm [Fri, 06 Sep 2019 17:50:16 +0200] rev 58215
Added tag jdk-13-ga for changeset 9c250a7600e1
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
mgronlun [Wed, 18 Sep 2019 18:15:29 +0200] rev 58213
represent
mgronlun [Wed, 18 Sep 2019 17:55:27 +0200] rev 58212
event stream wording
mgronlun [Wed, 18 Sep 2019 16:30:13 +0200] rev 58211
Merge
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
mgronlun [Wed, 18 Sep 2019 14:57:57 +0200] rev 58209
description on event order
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
mgronlun [Wed, 18 Sep 2019 12:19:58 +0200] rev 58207
line endings
mgronlun [Wed, 18 Sep 2019 12:17:27 +0200] rev 58206
better leak predicate
mgronlun [Wed, 18 Sep 2019 11:40:01 +0200] rev 58205
remove comment
mgronlun [Wed, 18 Sep 2019 11:32:34 +0200] rev 58204
Merge
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
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
egahlin [Wed, 18 Sep 2019 08:20:10 +0200] rev 58201
Javadoc change
egahlin [Wed, 18 Sep 2019 08:00:36 +0200] rev 58200
Cleaning up
stuefe [Wed, 18 Sep 2019 07:46:02 +0200] rev 58199
Merge
serb [Tue, 17 Sep 2019 19:52:51 -0700] rev 58198
8231027: Correct typos
Reviewed-by: lancea, dholmes, erikj
egahlin [Wed, 18 Sep 2019 03:45:46 +0200] rev 58197
Remove unused methods etc.
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
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
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
mgronlun [Tue, 17 Sep 2019 19:37:49 +0200] rev 58193
make flush events exprimental
mgronlun [Tue, 17 Sep 2019 19:07:01 +0200] rev 58192
update shenandoah
coffeys [Tue, 17 Sep 2019 16:39:56 +0000] rev 58191
8231124: Missing closedir call with JDK-8223490
Reviewed-by: naoto
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
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
mgronlun [Tue, 17 Sep 2019 13:59:11 +0200] rev 58188
remove unstable assert from JfrJavaThreadIterator
mgronlun [Tue, 17 Sep 2019 13:32:27 +0200] rev 58187
renames and restructuring of JfrCheckpointManager
coffeys [Tue, 17 Sep 2019 11:07:07 +0000] rev 58186
8223490: Optimize search algorithm for determining default time zone
Reviewed-by: naoto, rriggs
mgronlun [Tue, 17 Sep 2019 12:41:45 +0200] rev 58185
threadcpu to include excluded threads
mgronlun [Tue, 17 Sep 2019 12:37:53 +0200] rev 58184
folding operations back into subsystems