Mon, 30 Sep 2019 16:10:26 +0100 Merge aefimov-dns-client-branch
aefimov [Mon, 30 Sep 2019 16:10:26 +0100] rev 58404
Merge
Mon, 30 Sep 2019 16:04:28 +0100 Initial changes for aefimov-dns-client-branch aefimov-dns-client-branch
aefimov [Mon, 30 Sep 2019 16:04:28 +0100] rev 58403
Initial changes for aefimov-dns-client-branch
Mon, 30 Sep 2019 15:35:56 +0200 Remove test applications JEP-349-branch
egahlin [Mon, 30 Sep 2019 15:35:56 +0200] rev 58402
Remove test applications
Mon, 30 Sep 2019 15:24:49 +0200 Update javadoc with CSR feedback JEP-349-branch
egahlin [Mon, 30 Sep 2019 15:24:49 +0200] rev 58401
Update javadoc with CSR feedback
Mon, 30 Sep 2019 14:29:09 +0200 Merge JEP-349-branch
mgronlun [Mon, 30 Sep 2019 14:29:09 +0200] rev 58400
Merge
Mon, 30 Sep 2019 14:27:44 +0200 let TestLargeRootSet retry on failure JEP-349-branch
mgronlun [Mon, 30 Sep 2019 14:27:44 +0200] rev 58399
let TestLargeRootSet retry on failure
Mon, 30 Sep 2019 14:04:42 +0200 8231616: Simplify compilation policy hierarchy
redestad [Mon, 30 Sep 2019 14:04:42 +0200] rev 58398
8231616: Simplify compilation policy hierarchy Reviewed-by: thartmann, neliasso
Tue, 24 Sep 2019 14:54:57 +0300 8229872: (fs) Increase buffer size used with getmntent
vkempik [Tue, 24 Sep 2019 14:54:57 +0300] rev 58397
8229872: (fs) Increase buffer size used with getmntent Summary: Dynamically allocate memory for getmntent Reviewed-by: alanb
Mon, 30 Sep 2019 13:28:33 +0200 Merge JEP-349-branch
mgronlun [Mon, 30 Sep 2019 13:28:33 +0200] rev 58396
Merge
Mon, 30 Sep 2019 13:27:55 +0200 fix typo in emergency dump path JEP-349-branch
mgronlun [Mon, 30 Sep 2019 13:27:55 +0200] rev 58395
fix typo in emergency dump path
Mon, 30 Sep 2019 10:21:11 +0200 8231553: Deprecate unused G1RSetScanBlockSize command line option
tschatzl [Mon, 30 Sep 2019 10:21:11 +0200] rev 58394
8231553: Deprecate unused G1RSetScanBlockSize command line option Reviewed-by: lkorinth, sjohanss
Mon, 30 Sep 2019 09:29:10 +0200 8230062: assert(i == p->size()-1) failed: must be last element of the pack
chagedorn [Mon, 30 Sep 2019 09:29:10 +0200] rev 58393
8230062: assert(i == p->size()-1) failed: must be last element of the pack Summary: Avoids vectorization of reduction chain in which an intermediate result is used. Reviewed-by: roland, thartmann
Sun, 29 Sep 2019 16:12:47 +0200 cleaner tagging JEP-349-branch
mgronlun [Sun, 29 Sep 2019 16:12:47 +0200] rev 58392
cleaner tagging
Sun, 29 Sep 2019 13:59:54 +0200 Merge JEP-349-branch
mgronlun [Sun, 29 Sep 2019 13:59:54 +0200] rev 58391
Merge
Sat, 28 Sep 2019 17:52:07 -0400 8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
azeller [Sat, 28 Sep 2019 17:52:07 -0400] rev 58390
8231457: Asserts on AIX because os::elapsed_counter() is not monotonic Summary: replace gettimeofday with javaTimeNanos Reviewed-by: dholmes, stuefe
Sat, 28 Sep 2019 12:33:34 -0700 8231287: JMap should do a better job of reporting exception it catches
cjplummer [Sat, 28 Sep 2019 12:33:34 -0700] rev 58389
8231287: JMap should do a better job of reporting exception it catches Summary: Retrhow any caught exception, and always print exceptions before exiting Reviewed-by: sspitsyn, phh
Fri, 27 Sep 2019 17:50:09 -0700 8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection
igerasim [Fri, 27 Sep 2019 17:50:09 -0700] rev 58388
8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection Reviewed-by: mullan
Fri, 27 Sep 2019 18:27:42 +0000 8231431: JAOTC issues with JAR path containing spaces
bobv [Fri, 27 Sep 2019 18:27:42 +0000] rev 58387
8231431: JAOTC issues with JAR path containing spaces Reviewed-by: kvn
Fri, 27 Sep 2019 12:20:14 -0700 8231036: vmTestbase monitoring tests fail after JSR 166 refresh
dl [Fri, 27 Sep 2019 12:20:14 -0700] rev 58386
8231036: vmTestbase monitoring tests fail after JSR 166 refresh Reviewed-by: martin, dholmes
Fri, 27 Sep 2019 12:20:14 -0700 8231032: ThreadMXBean locking tests fail after JSR 166 refresh
dl [Fri, 27 Sep 2019 12:20:14 -0700] rev 58385
8231032: ThreadMXBean locking tests fail after JSR 166 refresh Reviewed-by: martin, mchung, dholmes
Fri, 27 Sep 2019 10:48:23 -0700 8230942: Support compressed cores in SA tests
lmesnik [Fri, 27 Sep 2019 10:48:23 -0700] rev 58384
8230942: Support compressed cores in SA tests Reviewed-by: dholmes, sspitsyn
Fri, 27 Sep 2019 19:03:34 +0200 fix metachunk gtest stuefe-new-metaspace-branch
stuefe [Fri, 27 Sep 2019 19:03:34 +0200] rev 58383
fix metachunk gtest
Fri, 27 Sep 2019 19:03:13 +0200 do not enlarge chunks faster than chunk alloc strategy would allow stuefe-new-metaspace-branch
stuefe [Fri, 27 Sep 2019 19:03:13 +0200] rev 58382
do not enlarge chunks faster than chunk alloc strategy would allow
Fri, 27 Sep 2019 19:02:25 +0200 Correct chunk allocation size for standard loaders in class space stuefe-new-metaspace-branch
stuefe [Fri, 27 Sep 2019 19:02:25 +0200] rev 58381
Correct chunk allocation size for standard loaders in class space
Fri, 27 Sep 2019 19:01:21 +0200 Make chunk-in-place-enlargment switchable stuefe-new-metaspace-branch
stuefe [Fri, 27 Sep 2019 19:01:21 +0200] rev 58380
Make chunk-in-place-enlargment switchable
Fri, 27 Sep 2019 08:57:25 -0700 8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module
darcy [Fri, 27 Sep 2019 08:57:25 -0700] rev 58379
8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module Reviewed-by: jlaskey
Fri, 27 Sep 2019 14:43:35 +0100 8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed
dfuchs [Fri, 27 Sep 2019 14:43:35 +0100] rev 58378
8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed Summary: The test is updated to verify whether reverse lookup is altogether possible. Reviewed-by: chegar
Fri, 27 Sep 2019 15:15:07 +0200 8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion
rehn [Fri, 27 Sep 2019 15:15:07 +0200] rev 58377
8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion Reviewed-by: thartmann, eosterlund
Fri, 27 Sep 2019 20:06:02 +0800 8231567: minimal build failed after JDK-8226690
jiefu [Fri, 27 Sep 2019 20:06:02 +0800] rev 58376
8231567: minimal build failed after JDK-8226690 Reviewed-by: shade, coleenp
Fri, 27 Sep 2019 07:56:02 -0400 8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
coleenp [Fri, 27 Sep 2019 07:56:02 -0400] rev 58375
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check Summary: Change Monitor:: to Mutex:: when allocating a Mutex, and in mutexLocker. Reviewed-by: rehn, dholmes
Fri, 27 Sep 2019 13:32:52 +0200 Fix javadoc JEP-349-branch
egahlin [Fri, 27 Sep 2019 13:32:52 +0200] rev 58374
Fix javadoc
Fri, 27 Sep 2019 13:20:04 +0200 Improve test coverage for RecordingStream::enable(...) and RecordingStream:disable(...) JEP-349-branch
egahlin [Fri, 27 Sep 2019 13:20:04 +0200] rev 58373
Improve test coverage for RecordingStream::enable(...) and RecordingStream:disable(...)
Tue, 16 Jul 2019 08:56:08 +0200 8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
roland [Tue, 16 Jul 2019 08:56:08 +0200] rev 58372
8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks Reviewed-by: thartmann, kvn
Fri, 27 Sep 2019 13:03:11 +0200 Add missing copyright header JEP-349-branch
egahlin [Fri, 27 Sep 2019 13:03:11 +0200] rev 58371
Add missing copyright header
Fri, 27 Sep 2019 13:01:55 +0200 Add missing TestUtils class for testing onError JEP-349-branch
egahlin [Fri, 27 Sep 2019 13:01:55 +0200] rev 58370
Add missing TestUtils class for testing onError
Fri, 27 Sep 2019 13:00:53 +0200 Fix typos JEP-349-branch
egahlin [Fri, 27 Sep 2019 13:00:53 +0200] rev 58369
Fix typos
Fri, 27 Sep 2019 12:58:01 +0200 Add tests for onError JEP-349-branch
egahlin [Fri, 27 Sep 2019 12:58:01 +0200] rev 58368
Add tests for onError
Fri, 27 Sep 2019 12:46:14 +0200 8231471: Obsolete -XX:CompilationPolicyChoice
redestad [Fri, 27 Sep 2019 12:46:14 +0200] rev 58367
8231471: Obsolete -XX:CompilationPolicyChoice Reviewed-by: kvn, dholmes, thartmann
Thu, 26 Sep 2019 17:49:44 +0200 8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
roland [Thu, 26 Sep 2019 17:49:44 +0200] rev 58366
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info Reviewed-by: shade, rkennke
Fri, 27 Sep 2019 09:55:35 +0100 8231504: Update networking tests to avoid implicit dependency on the system proxies
chegar [Fri, 27 Sep 2019 09:55:35 +0100] rev 58365
8231504: Update networking tests to avoid implicit dependency on the system proxies Reviewed-by: dfuchs
Thu, 26 Sep 2019 14:41:09 -0700 8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
cjplummer [Thu, 26 Sep 2019 14:41:09 -0700] rev 58364
8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr Summary: Give jshell process time to fully startup and stablize before requesting heap dump Reviewed-by: sspitsyn, amenkov
Thu, 26 Sep 2019 12:13:57 -0700 8231546: Suppress warnings on non-serializable instance fields in java.prefs module
darcy [Thu, 26 Sep 2019 12:13:57 -0700] rev 58363
8231546: Suppress warnings on non-serializable instance fields in java.prefs module Reviewed-by: rriggs
Thu, 26 Sep 2019 11:10:19 -0400 8231314: java.time serialization warning cleanup
rriggs [Thu, 26 Sep 2019 11:10:19 -0400] rev 58362
8231314: java.time serialization warning cleanup Reviewed-by: chegar, naoto, plevart
Thu, 26 Sep 2019 07:20:51 -0700 8231467: Missing make prerequisite declaration corrupts make dependency files on Windows
erikj [Thu, 26 Sep 2019 07:20:51 -0700] rev 58361
8231467: Missing make prerequisite declaration corrupts make dependency files on Windows Reviewed-by: ihse, tbell
Thu, 26 Sep 2019 10:37:37 -0400 8231382: Use main class from main module if available JDK-8200758-branch
herrick [Thu, 26 Sep 2019 10:37:37 -0400] rev 58360
8231382: Use main class from main module if available Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Thu, 26 Sep 2019 09:19:46 -0400 8230649 : Make jpackage tool an experimental feature JDK-8200758-branch
herrick [Thu, 26 Sep 2019 09:19:46 -0400] rev 58359
8230649 : Make jpackage tool an experimental feature Reviewed-by: asemenyuk, kcr
Thu, 26 Sep 2019 09:22:49 -0400 8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
coleenp [Thu, 26 Sep 2019 09:22:49 -0400] rev 58358
8226690: SIGSEGV in MetadataOnStackClosure::do_metadata Summary: Dont create nmethod if classes have been redefined since compilation start. Reviewed-by: sspitsyn, dlong, eosterlund, gdub
Thu, 26 Sep 2019 15:13:04 +0200 Incorporate CSR feedback JEP-349-branch
egahlin [Thu, 26 Sep 2019 15:13:04 +0200] rev 58357
Incorporate CSR feedback
Thu, 26 Sep 2019 14:04:25 +0200 8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
mbaesken [Thu, 26 Sep 2019 14:04:25 +0200] rev 58356
8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type Reviewed-by: coleenp, lfoltan
Thu, 26 Sep 2019 13:56:58 +0200 8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
pliden [Thu, 26 Sep 2019 13:56:58 +0200] rev 58355
8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails Reviewed-by: shade, dholmes
Thu, 12 Sep 2019 11:44:51 +0200 8229499: Node budget assert in fuzzed test.
phedlin [Thu, 12 Sep 2019 11:44:51 +0200] rev 58354
8229499: Node budget assert in fuzzed test. Reviewed-by: thartmann, neliasso
Thu, 26 Sep 2019 10:00:07 +0000 8219724: ZGC: Make inline cache cleaning more robust
eosterlund [Thu, 26 Sep 2019 10:00:07 +0000] rev 58353
8219724: ZGC: Make inline cache cleaning more robust Reviewed-by: pliden
Wed, 25 Sep 2019 09:15:43 +0200 8231445: check ZALLOC return values in awt coding
mbaesken [Wed, 25 Sep 2019 09:15:43 +0200] rev 58352
8231445: check ZALLOC return values in awt coding Reviewed-by: clanger, prr
Thu, 26 Sep 2019 09:16:08 +0200 8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
thartmann [Thu, 26 Sep 2019 09:16:08 +0200] rev 58351
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed Summary: Bail out if the range check If has an Opaque4Node input instead of a BoolNode. Reviewed-by: roland, kvn
Wed, 25 Sep 2019 21:26:38 -0700 8231414: Mark various instance fields of javac internal types as transient
darcy [Wed, 25 Sep 2019 21:26:38 -0700] rev 58350
8231414: Mark various instance fields of javac internal types as transient Reviewed-by: jjg
Thu, 26 Sep 2019 04:20:19 +0200 Added tag jdk-14+16 for changeset d29f0181ba42
jwilhelm [Thu, 26 Sep 2019 04:20:19 +0200] rev 58349
Added tag jdk-14+16 for changeset d29f0181ba42
Wed, 25 Sep 2019 15:22:33 -0700 8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
phh [Wed, 25 Sep 2019 15:22:33 -0700] rev 58348
8231209: [REDO] 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, 25 Sep 2019 14:33:44 -0700 8221623: Add StackWalker micro benchmarks to jdk repo
bchristi [Wed, 25 Sep 2019 14:33:44 -0700] rev 58347
8221623: Add StackWalker micro benchmarks to jdk repo Reviewed-by: dfuchs, mchung, redestad
Wed, 25 Sep 2019 17:36:28 -0400 8230927: Wrong arguments set for additional launchers JDK-8200758-branch
herrick [Wed, 25 Sep 2019 17:36:28 -0400] rev 58346
8230927: Wrong arguments set for additional launchers Reviewed-by: asemenyuk, almatvee
Wed, 25 Sep 2019 17:21:41 -0400 png file missed in push of JDK-8225249 JDK-8200758-branch
herrick [Wed, 25 Sep 2019 17:21:41 -0400] rev 58345
png file missed in push of JDK-8225249
Wed, 25 Sep 2019 13:37:42 -0700 8231443: Add java.io.Serial to list of platform annotations for annotation processing jdk-14+16
darcy [Wed, 25 Sep 2019 13:37:42 -0700] rev 58344
8231443: Add java.io.Serial to list of platform annotations for annotation processing Reviewed-by: jjg
Wed, 25 Sep 2019 22:40:41 +0200 Merge JEP-349-branch
mgronlun [Wed, 25 Sep 2019 22:40:41 +0200] rev 58343
Merge
Wed, 25 Sep 2019 21:19:21 +0200 Adding taglet for @preview. JDK-8226585-branch
jjg [Wed, 25 Sep 2019 21:19:21 +0200] rev 58342
Adding taglet for @preview.
Wed, 25 Sep 2019 11:44:52 -0700 8231174: (fs) FileTime should have 100ns resolution (win)
bpb [Wed, 25 Sep 2019 11:44:52 -0700] rev 58341
8231174: (fs) FileTime should have 100ns resolution (win) Reviewed-by: alanb
Wed, 25 Sep 2019 11:10:05 -0700 8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
dtitov [Wed, 25 Sep 2019 11:10:05 -0700] rev 58340
8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth) Reviewed-by: sspitsyn, dholmes, dcubed, rehn
Wed, 25 Sep 2019 12:21:10 +0200 8231410: Shenandoah: clone barrier should use base pointer
shade [Wed, 25 Sep 2019 12:21:10 +0200] rev 58339
8231410: Shenandoah: clone barrier should use base pointer Reviewed-by: rkennke
Wed, 25 Sep 2019 09:37:18 -0700 8231442: Suppress warnings on non-serializable instance fields in java.sql.* modules
darcy [Wed, 25 Sep 2019 09:37:18 -0700] rev 58338
8231442: Suppress warnings on non-serializable instance fields in java.sql.* modules Reviewed-by: lancea
Wed, 25 Sep 2019 08:29:03 -0700 8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
phh [Wed, 25 Sep 2019 08:29:03 -0700] rev 58337
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class Summary: Synchronize access to legacyMap in Provider.getService. Reviewed-by: valeriep Contributed-by: Tianmin Shi <tianshi@amazon.com>
Tue, 24 Sep 2019 14:46:38 +0200 8230110: TestLinkageErrorInGenerateOopMap times out
azeller [Tue, 24 Sep 2019 14:46:38 +0200] rev 58336
8230110: TestLinkageErrorInGenerateOopMap times out Reviewed-by: stuefe, clanger, thartmann
Wed, 25 Sep 2019 20:32:56 +0900 8231317: jdk/jfr/jcmd/TestJcmdConfigure.java fails with "java.lang.RuntimeException: assertTrue: expected true, was false"
cito [Wed, 25 Sep 2019 20:32:56 +0900] rev 58335
8231317: jdk/jfr/jcmd/TestJcmdConfigure.java fails with "java.lang.RuntimeException: assertTrue: expected true, was false" Reviewed-by: ysuenaga, dcubed
Wed, 25 Sep 2019 12:33:05 +0200 8231447: Shenandoah: Compilation-time regression after JDK-8231086
rkennke [Wed, 25 Sep 2019 12:33:05 +0200] rev 58334
8231447: Shenandoah: Compilation-time regression after JDK-8231086 Reviewed-by: shade
Wed, 25 Sep 2019 12:40:57 +0200 add experimental option to cluster micro clds. stuefe-new-metaspace-branch
stuefe [Wed, 25 Sep 2019 12:40:57 +0200] rev 58333
add experimental option to cluster micro clds.
Tue, 17 Sep 2019 15:58:54 +0200 8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
roland [Tue, 17 Sep 2019 15:58:54 +0200] rev 58332
8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution Reviewed-by: thartmann, vlivanov
Wed, 25 Sep 2019 17:54:21 +0800 8228659: Record which Java methods are called by native codes in JGSS and JAAS
weijun [Wed, 25 Sep 2019 17:54:21 +0800] rev 58331
8228659: Record which Java methods are called by native codes in JGSS and JAAS Reviewed-by: mullan
Wed, 25 Sep 2019 14:48:39 +0530 Merge
psadhukhan [Wed, 25 Sep 2019 14:48:39 +0530] rev 58330
Merge
Wed, 25 Sep 2019 13:40:36 +0530 Merge
psadhukhan [Wed, 25 Sep 2019 13:40:36 +0530] rev 58329
Merge
Mon, 23 Sep 2019 17:18:03 +0100 8230782: Robot.createScreenCapture() fails if “awt.robot.gtk” is set to false
dmarkov [Mon, 23 Sep 2019 17:18:03 +0100] rev 58328
8230782: Robot.createScreenCapture() fails if “awt.robot.gtk” is set to false Reviewed-by: prr, serb
Mon, 23 Sep 2019 13:08:20 +0530 Merge
psadhukhan [Mon, 23 Sep 2019 13:08:20 +0530] rev 58327
Merge
Wed, 18 Sep 2019 07:18:44 -0700 8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel
akolarkunnu [Wed, 18 Sep 2019 07:18:44 -0700] rev 58326
8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel Reviewed-by: psadhukhan Contributed-by: jagjot.singh@oracle.com
Mon, 09 Sep 2019 12:23:22 -0700 8225372: accessibility errors in tables in java.desktop files
serb [Mon, 09 Sep 2019 12:23:22 -0700] rev 58325
8225372: accessibility errors in tables in java.desktop files Reviewed-by: aivanov
Fri, 13 Sep 2019 17:35:12 -0700 8229896: Delete an unused code in the BufferedContext
serb [Fri, 13 Sep 2019 17:35:12 -0700] rev 58324
8229896: Delete an unused code in the BufferedContext Reviewed-by: prr, jdv
Thu, 12 Sep 2019 22:20:35 -0700 8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap when change keybord map
serb [Thu, 12 Sep 2019 22:20:35 -0700] rev 58323
8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap when change keybord map Reviewed-by: prr, pbansal
Wed, 11 Sep 2019 15:58:27 +0530 8225805: Java Access Bridge does not close the logger
pbansal [Wed, 11 Sep 2019 15:58:27 +0530] rev 58322
8225805: Java Access Bridge does not close the logger Reviewed-by: dmarkov, jdv
Tue, 10 Sep 2019 21:20:51 +0200 8230728: Thin stroked shapes are not rendered if affine transform has flip bit
lbourges [Tue, 10 Sep 2019 21:20:51 +0200] rev 58321
8230728: Thin stroked shapes are not rendered if affine transform has flip bit Summary: use abs(at.getDeterminant()) in userSpaceLineWidth() to ensure positive value Reviewed-by: prr, jdv
Sat, 07 Sep 2019 11:38:36 -0700 8229515: [macos] access to window property of NSView on wrong thread
serb [Sat, 07 Sep 2019 11:38:36 -0700] rev 58320
8229515: [macos] access to window property of NSView on wrong thread Reviewed-by: prr, dmarkov
Wed, 04 Sep 2019 10:12:42 +0200 8230480: check malloc/calloc results in java.desktop
mbaesken [Wed, 04 Sep 2019 10:12:42 +0200] rev 58319
8230480: check malloc/calloc results in java.desktop Reviewed-by: rriggs
Wed, 04 Sep 2019 22:18:48 +0530 8194944: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java' fails
trebari [Wed, 04 Sep 2019 22:18:48 +0530] rev 58318
8194944: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java' fails Reviewed-by: jdv, arapte
Thu, 29 Aug 2019 16:11:22 +0530 Merge
psadhukhan [Thu, 29 Aug 2019 16:11:22 +0530] rev 58317
Merge
Wed, 28 Aug 2019 09:13:01 -0700 8229800: WindowsServerCore 1809 does not provide d2d1.dll library required by awt.dll
prr [Wed, 28 Aug 2019 09:13:01 -0700] rev 58316
8229800: WindowsServerCore 1809 does not provide d2d1.dll library required by awt.dll Reviewed-by: jdv, serb, aaivanov
Tue, 27 Aug 2019 04:43:01 -0700 8146238: [macosx] Java2D Queue Flusher crash on OSX after switching between user accounts
serb [Tue, 27 Aug 2019 04:43:01 -0700] rev 58315
8146238: [macosx] Java2D Queue Flusher crash on OSX after switching between user accounts Reviewed-by: prr, avu
Mon, 26 Aug 2019 11:20:26 +0530 Merge
psadhukhan [Mon, 26 Aug 2019 11:20:26 +0530] rev 58314
Merge
Wed, 25 Sep 2019 09:38:20 +0100 8231450: Copyright header line omitted from 8231187 changeset
michaelm [Wed, 25 Sep 2019 09:38:20 +0100] rev 58313
8231450: Copyright header line omitted from 8231187 changeset Reviewed-by: chegar
Wed, 25 Sep 2019 09:17:32 +0100 8231413: Several test/hotspot/jtreg/runtime tests updates to run with --illegal-access=deny
alanb [Wed, 25 Sep 2019 09:17:32 +0100] rev 58312
8231413: Several test/hotspot/jtreg/runtime tests updates to run with --illegal-access=deny Reviewed-by: hseigel, lfoltan, dholmes
Mon, 23 Sep 2019 16:49:09 +0200 8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint
roland [Mon, 23 Sep 2019 16:49:09 +0200] rev 58311
8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint Reviewed-by: thartmann, neliasso
Tue, 24 Sep 2019 20:16:13 -0700 8231097: [TESTBUG] runtime/cds/appcds/DirClasspathTest.java can fail with a mapping error
ccheung [Tue, 24 Sep 2019 20:16:13 -0700] rev 58310
8231097: [TESTBUG] runtime/cds/appcds/DirClasspathTest.java can fail with a mapping error Summary: Check output for mapping failure and throw a SkippedException. Reviewed-by: iklam, dholmes
Tue, 24 Sep 2019 18:25:54 -0700 8231334: Suppress warnings on non-serializable instance fields in client libs serializable classes
darcy [Tue, 24 Sep 2019 18:25:54 -0700] rev 58309
8231334: Suppress warnings on non-serializable instance fields in client libs serializable classes Reviewed-by: prr
Tue, 24 Sep 2019 22:57:28 +0100 8228580: DnsClient TCP socket timeout
prappo [Tue, 24 Sep 2019 22:57:28 +0100] rev 58308
8228580: DnsClient TCP socket timeout Reviewed-by: vtewari, chegar, prappo Contributed-by: Milan Mimica <milan.mimica@gmail.com>
Tue, 24 Sep 2019 15:19:35 -0400 Merge JDK-8200758-branch
herrick [Tue, 24 Sep 2019 15:19:35 -0400] rev 58307
Merge
Tue, 24 Sep 2019 14:12:08 -0400 8230654: jpackage package-type dmg on macOS JDK-8200758-branch
herrick [Tue, 24 Sep 2019 14:12:08 -0400] rev 58306
8230654: jpackage package-type dmg on macOS Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Tue, 24 Sep 2019 14:05:49 -0400 8230651: Use version string from main module JDK-8200758-branch
herrick [Tue, 24 Sep 2019 14:05:49 -0400] rev 58305
8230651: Use version string from main module Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Tue, 24 Sep 2019 13:57:28 -0400 8231282 : Revisit --linux-deb-copyright option JDK-8200758-branch
herrick [Tue, 24 Sep 2019 13:57:28 -0400] rev 58304
8231282 : Revisit --linux-deb-copyright option Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Tue, 24 Sep 2019 13:50:40 -0400 8231279 : Change install location for copyright file for Debian package JDK-8200758-branch
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
Tue, 24 Sep 2019 13:43:58 -0400 8231277 : Adjust Linux application image layout JDK-8200758-branch
herrick [Tue, 24 Sep 2019 13:43:58 -0400] rev 58302
8231277 : Adjust Linux application image layout Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Tue, 24 Sep 2019 13:41:16 -0400 8225249 : LinuxDebBundler and LinuxRpmBundler should share more code JDK-8200758-branch
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
Tue, 24 Sep 2019 10:36:35 -0700 8231367: [TESTBUG] ParallelLoadTest.java fails with "test.dynamic.dump not supported"
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
Tue, 24 Sep 2019 12:47:15 -0400 8229201: Update Graal
dlong [Tue, 24 Sep 2019 12:47:15 -0400] rev 58299
8229201: Update Graal Reviewed-by: kvn
Tue, 24 Sep 2019 08:54:08 -0700 8231376: Unproblem list compiler/unsafe/Unsafe{Off,On}HeapBooleanTest.java tests
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
Tue, 24 Sep 2019 08:55:13 -0700 8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
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
Tue, 24 Sep 2019 11:39:47 +0800 8231351: Add notes for PKCS11 tests in the test doc
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
Tue, 24 Sep 2019 16:19:11 +0100 8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
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
Tue, 24 Sep 2019 17:08:19 +0200 8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
pliden [Tue, 24 Sep 2019 17:08:19 +0200] rev 58294
8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved* Reviewed-by: stefank, eosterlund
Tue, 24 Sep 2019 17:08:18 +0200 8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
pliden [Tue, 24 Sep 2019 17:08:18 +0200] rev 58293
8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap Reviewed-by: stefank, eosterlund
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
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
(0) -30000 -10000 -3000 -1000 -192 +192 tip