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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip