Fri, 04 Oct 2019 14:56:02 -0400 8215895: Verify and create tests for Mac installer specific signing options JDK-8200758-branch
herrick [Fri, 04 Oct 2019 14:56:02 -0400] rev 58464
8215895: Verify and create tests for Mac installer specific signing options Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Fri, 04 Oct 2019 14:53:39 -0400 8231850: BasicTest test fails in jcov build JDK-8200758-branch
herrick [Fri, 04 Oct 2019 14:53:39 -0400] rev 58463
8231850: BasicTest test fails in jcov build Submitted-by: asemenyuk Reviewed-by: almatvee, herrick
Fri, 04 Oct 2019 11:45:16 -0700 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande [Fri, 04 Oct 2019 11:45:16 -0700] rev 58462
8221092: UseAVX=3 has performance degredation on Skylake (X7) processors Summary: Fix for UseAVX=3 has performance degredation on Skylake (X7) processors Reviewed-by: kvn
Fri, 04 Oct 2019 12:00:16 -0400 8215521: add microbenchmark to measure AccessController.getContext
ecaspole [Fri, 04 Oct 2019 12:00:16 -0400] rev 58461
8215521: add microbenchmark to measure AccessController.getContext Reviewed-by: redestad, alanb
Fri, 04 Oct 2019 07:54:57 +0100 8216352: SA: ClhsdbLauncher should throw errors on Unrecognized commands
fmatte [Fri, 04 Oct 2019 07:54:57 +0100] rev 58460
8216352: SA: ClhsdbLauncher should throw errors on Unrecognized commands Reviewed-by: cjplummer, sspitsyn
Thu, 03 Oct 2019 18:59:56 +0100 8231161: Wrong return type in code sample in Collector API documentation
jboes [Thu, 03 Oct 2019 18:59:56 +0100] rev 58459
8231161: Wrong return type in code sample in Collector API documentation Summary: Correct declaration of container from R to A and add compilation test Reviewed-by: smarks, lancea
Thu, 03 Oct 2019 08:51:40 -0700 Merge
lmesnik [Thu, 03 Oct 2019 08:51:40 -0700] rev 58458
Merge
Thu, 03 Oct 2019 08:50:10 -0700 8231768: Remove duplicate if/else in vmTestbase/nsk/share/jdi/Binder.java
lmesnik [Thu, 03 Oct 2019 08:50:10 -0700] rev 58457
8231768: Remove duplicate if/else in vmTestbase/nsk/share/jdi/Binder.java Reviewed-by: sspitsyn, phh, cjplummer
Thu, 03 Oct 2019 08:49:09 -0700 8231777: Remove extraneous @serial javadoc tag in NodeChangeEvent.java
darcy [Thu, 03 Oct 2019 08:49:09 -0700] rev 58456
8231777: Remove extraneous @serial javadoc tag in NodeChangeEvent.java Reviewed-by: alanb, chegar
Thu, 03 Oct 2019 11:04:51 -0400 8231706: change "Java" dir to "app" dir in jpackage app image JDK-8200758-branch
herrick [Thu, 03 Oct 2019 11:04:51 -0400] rev 58455
8231706: change "Java" dir to "app" dir in jpackage app image Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Thu, 03 Oct 2019 13:45:08 +0200 8231707: Improve Mutex inlining
redestad [Thu, 03 Oct 2019 13:45:08 +0200] rev 58454
8231707: Improve Mutex inlining Reviewed-by: rehn, dholmes, coleenp
Thu, 03 Oct 2019 10:56:39 +0200 8231776: ZGC: Fix incorrect address space description
pliden [Thu, 03 Oct 2019 10:56:39 +0200] rev 58453
8231776: ZGC: Fix incorrect address space description Reviewed-by: eosterlund
Thu, 03 Oct 2019 10:54:18 +0200 8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
pliden [Thu, 03 Oct 2019 10:54:18 +0200] rev 58452
8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address Reviewed-by: kbarrett, stefank
Fri, 27 Sep 2019 09:01:39 +0200 8231563: ZGC: Fails to warn when user sets the max heap size to larger than 16TB
stefank [Fri, 27 Sep 2019 09:01:39 +0200] rev 58451
8231563: ZGC: Fails to warn when user sets the max heap size to larger than 16TB Reviewed-by: tschatzl, pliden
Thu, 03 Oct 2019 07:38:00 +0200 8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
shade [Thu, 03 Oct 2019 07:38:00 +0200] rev 58450
8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint) Reviewed-by: kvn
Thu, 03 Oct 2019 07:10:36 +0200 Added tag jdk-14+17 for changeset 5c83830390ba
jwilhelm [Thu, 03 Oct 2019 07:10:36 +0200] rev 58449
Added tag jdk-14+17 for changeset 5c83830390ba
Wed, 02 Oct 2019 17:56:46 -0700 8231288: "jhsdb jmap" test needed to reproduce issues that used to be reproduced by JShellHeapDumpTest
cjplummer [Wed, 02 Oct 2019 17:56:46 -0700] rev 58448
8231288: "jhsdb jmap" test needed to reproduce issues that used to be reproduced by JShellHeapDumpTest Reviewed-by: sgehwolf, sspitsyn
Wed, 02 Oct 2019 16:55:08 -0700 8231606: _method_ordering is not set during CDS dynamic dump time
ccheung [Wed, 02 Oct 2019 16:55:08 -0700] rev 58447
8231606: _method_ordering is not set during CDS dynamic dump time Summary: Add the missing DynamicDumpSharedSpaces check in sort_methods(); replace the (DumpSharedSpaces || DynamicDumpSharedSpaces) with the Arguments::is_dumping_archive() function call. Reviewed-by: iklam, coleenp, jiangli
Wed, 02 Oct 2019 13:57:03 -0400 8231663: Incorrect GPL header in some RMI/SQL package-info.java files jdk-14+17
rriggs [Wed, 02 Oct 2019 13:57:03 -0400] rev 58446
8231663: Incorrect GPL header in some RMI/SQL package-info.java files Reviewed-by: bpb, iris, lancea
Wed, 02 Oct 2019 19:26:33 +0200 Add TestRecusrive and only skip events for DirectoryStream JEP-349-branch
egahlin [Wed, 02 Oct 2019 19:26:33 +0200] rev 58445
Add TestRecusrive and only skip events for DirectoryStream
Wed, 02 Oct 2019 10:04:46 -0700 8231505: Bump required boot jdk version to 13
erikj [Wed, 02 Oct 2019 10:04:46 -0700] rev 58444
8231505: Bump required boot jdk version to 13 Reviewed-by: darcy, ihse
Wed, 02 Oct 2019 07:50:06 -0700 8229022: BufferedReader performance can be improved by using StringBuilder
bpb [Wed, 02 Oct 2019 07:50:06 -0700] rev 58443
8229022: BufferedReader performance can be improved by using StringBuilder Reviewed-by: igerasim, vtewari, dfuchs
Wed, 02 Oct 2019 16:08:02 +0200 8231671: Fix copyright headers in hotspot (missing comma after year)
lkorinth [Wed, 02 Oct 2019 16:08:02 +0200] rev 58442
8231671: Fix copyright headers in hotspot (missing comma after year) Reviewed-by: tschatzl, dholmes
Wed, 02 Oct 2019 11:29:49 +0200 Cleanup JDK-8226585-branch
jlahoda [Wed, 02 Oct 2019 11:29:49 +0200] rev 58441
Cleanup
Wed, 02 Oct 2019 10:59:40 +0200 Improving appearance of javadoc of the APIs associated with preview features. JDK-8226585-branch
jlahoda [Wed, 02 Oct 2019 10:59:40 +0200] rev 58440
Improving appearance of javadoc of the APIs associated with preview features.
Wed, 02 Oct 2019 09:16:18 +0100 8231603: (se) Selector implementations do not need to use cancelledKeys
alanb [Wed, 02 Oct 2019 09:16:18 +0100] rev 58439
8231603: (se) Selector implementations do not need to use cancelledKeys Reviewed-by: chegar, bpb
Wed, 02 Oct 2019 08:27:17 +0200 8231626: DeoptimizeRandom should not be a product flag
chagedorn [Wed, 02 Oct 2019 08:27:17 +0200] rev 58438
8231626: DeoptimizeRandom should not be a product flag Summary: The DeoptimizeRandom flag is changed to develop since it has no effect in production. Reviewed-by: neliasso, thartmann
Tue, 01 Oct 2019 23:54:39 -0400 Merge JDK-8200758-branch
herrick [Tue, 01 Oct 2019 23:54:39 -0400] rev 58437
Merge
Tue, 01 Oct 2019 20:07:30 -0700 8231545: Suppress warnings on non-serializable instance fields in jdk.jshell module
darcy [Tue, 01 Oct 2019 20:07:30 -0700] rev 58436
8231545: Suppress warnings on non-serializable instance fields in jdk.jshell module Reviewed-by: rfield
Tue, 01 Oct 2019 18:53:13 -0400 fix bad merge JDK-8200758-branch
herrick [Tue, 01 Oct 2019 18:53:13 -0400] rev 58435
fix bad merge
Tue, 01 Oct 2019 18:22:34 -0400 8231721 : jpackage --install-dir should reject system dirs on Linux JDK-8200758-branch
herrick [Tue, 01 Oct 2019 18:22:34 -0400] rev 58434
8231721 : jpackage --install-dir should reject system dirs on Linux Submitted-by: asemenyuk Reviewed-by: kcr, herrick
Sat, 28 Sep 2019 11:04:01 +0200 8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent
fweimer [Sat, 28 Sep 2019 11:04:01 +0200] rev 58433
8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent Reviewed-by: cjplummer, amenkov
Tue, 01 Oct 2019 18:47:30 +0200 Merge JEP-349-branch
mgronlun [Tue, 01 Oct 2019 18:47:30 +0200] rev 58432
Merge
Tue, 01 Oct 2019 08:11:02 -0700 8231594: Configure fails on some Linux systems
erikj [Tue, 01 Oct 2019 08:11:02 -0700] rev 58431
8231594: Configure fails on some Linux systems Reviewed-by: tbell, ihse
Tue, 01 Oct 2019 07:37:39 -0700 8229333: java/io/File/SetLastModified.java timed out
bpb [Tue, 01 Oct 2019 07:37:39 -0700] rev 58430
8229333: java/io/File/SetLastModified.java timed out Reviewed-by: lancea, rriggs
Tue, 01 Oct 2019 15:38:27 +0200 8231667: Shenandoah: Full GC should take empty regions into slices for compaction
shade [Tue, 01 Oct 2019 15:38:27 +0200] rev 58429
8231667: Shenandoah: Full GC should take empty regions into slices for compaction Reviewed-by: rkennke
Tue, 01 Oct 2019 15:38:26 +0200 8231503: [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
shade [Tue, 01 Oct 2019 15:38:26 +0200] rev 58428
8231503: [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT Reviewed-by: kvn, dlong, stefank
Tue, 01 Oct 2019 14:51:04 +0200 8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
clanger [Tue, 01 Oct 2019 14:51:04 +0200] rev 58427
8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms Reviewed-by: goetz
Tue, 01 Oct 2019 14:09:44 +0200 8191521: handle long relative path specified in -Xbootclasspath/a on windows
rschmelter [Tue, 01 Oct 2019 14:09:44 +0200] rev 58426
8191521: handle long relative path specified in -Xbootclasspath/a on windows Reviewed-by: ccheung, clanger
Mon, 30 Sep 2019 17:58:05 +0200 8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
roland [Mon, 30 Sep 2019 17:58:05 +0200] rev 58425
8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java Reviewed-by: thartmann
Thu, 26 Sep 2019 12:35:51 +0100 8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
jboes [Thu, 26 Sep 2019 12:35:51 +0100] rev 58424
8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request Summary: Preserve BODY in poster output stream before sending CONNECT request Reviewed-by: dfuchs, vtewari
Tue, 01 Oct 2019 12:10:33 +0100 8231506: Fix some instabilities in a few networking tests
dfuchs [Tue, 01 Oct 2019 12:10:33 +0100] rev 58423
8231506: Fix some instabilities in a few networking tests Reviewed-by: alanb, chegar, msheppar
Tue, 01 Oct 2019 12:27:14 +0200 8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
pliden [Tue, 01 Oct 2019 12:27:14 +0200] rev 58422
8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails Reviewed-by: sspitsyn, dcubed, iignatyev
Tue, 01 Oct 2019 11:43:10 +0200 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso [Tue, 01 Oct 2019 11:43:10 +0200] rev 58421
8226721: Missing intrinsics for Math.ceil, floor, rint Reviewed-by: neliasso, vlivanov, ecaspole Contributed-by: jatin.bhateja@intel.com
Thu, 26 Sep 2019 13:51:43 +0200 8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java fails on SLES11 using mozilla-nss-3.14
mbaesken [Thu, 26 Sep 2019 13:51:43 +0200] rev 58420
8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java fails on SLES11 using mozilla-nss-3.14 Reviewed-by: clanger, valeriep
Mon, 30 Sep 2019 20:26:28 -0400 Merge JDK-8200758-branch
herrick [Mon, 30 Sep 2019 20:26:28 -0400] rev 58419
Merge
Mon, 30 Sep 2019 20:16:48 -0400 8230974: creating rpm, get error for relative path to the license.txt JDK-8200758-branch
herrick [Mon, 30 Sep 2019 20:16:48 -0400] rev 58418
8230974: creating rpm, get error for relative path to the license.txt Submitted-by: asemenyuk Reviewed-by: herrick
Mon, 30 Sep 2019 19:33:13 -0400 8231280: Linux packages produced by jpackage should have correct dependencies JDK-8200758-branch
herrick [Mon, 30 Sep 2019 19:33:13 -0400] rev 58417
8231280: Linux packages produced by jpackage should have correct dependencies Submitted-by: asemenyuk Reviewed-by: herrick
Mon, 30 Sep 2019 19:11:19 -0400 8231605: Improve test helpers JDK-8200758-branch
herrick [Mon, 30 Sep 2019 19:11:19 -0400] rev 58416
8231605: Improve test helpers Submitted-by: asemenyuk Reviewed-by: herrick
Mon, 30 Sep 2019 15:59:50 -0400 8231281: Eliminate the --identifier option JDK-8200758-branch
herrick [Mon, 30 Sep 2019 15:59:50 -0400] rev 58415
8231281: Eliminate the --identifier option Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Mon, 30 Sep 2019 15:13:14 -0400 8230920 : jpackage problems when -input dir contains any files with "cfg" extension. JDK-8200758-branch
herrick [Mon, 30 Sep 2019 15:13:14 -0400] rev 58414
8230920 : jpackage problems when -input dir contains any files with "cfg" extension. Reviewed-by: asemenyuk, almatvee
Mon, 30 Sep 2019 21:16:42 +0200 Merge JEP-349-branch
mgronlun [Mon, 30 Sep 2019 21:16:42 +0200] rev 58413
Merge
Mon, 30 Sep 2019 20:52:58 +0200 Make TestRemovedChunks.java more stable JEP-349-branch
egahlin [Mon, 30 Sep 2019 20:52:58 +0200] rev 58412
Make TestRemovedChunks.java more stable
Mon, 30 Sep 2019 17:54:11 +0000 8016914: CoreDocumentImpl.setXmlVersion NPE
joehw [Mon, 30 Sep 2019 17:54:11 +0000] rev 58411
8016914: CoreDocumentImpl.setXmlVersion NPE Reviewed-by: lancea
Mon, 30 Sep 2019 13:22:05 -0400 Merge
coleenp [Mon, 30 Sep 2019 13:22:05 -0400] rev 58410
Merge
Mon, 30 Sep 2019 13:10:11 -0400 8184732: Deadlock detection improvements for 'special' locks
coleenp [Mon, 30 Sep 2019 13:10:11 -0400] rev 58409
8184732: Deadlock detection improvements for 'special' locks Summary: Assert that special ranked locks cannot safepoint and allow_vm_block and remove locks from the exceptional lock list in no_safepoint_verifier. Reviewed-by: dholmes, eosterlund
Mon, 30 Sep 2019 17:19:58 +0100 8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
pconcannon [Mon, 30 Sep 2019 17:19:58 +0100] rev 58408
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java Summary: General refactoring of code and increased test coverage Reviewed-by: lancea, aefimov
Mon, 30 Sep 2019 18:02:24 +0200 8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing
shade [Mon, 30 Sep 2019 18:02:24 +0200] rev 58407
8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing Reviewed-by: rkennke
Mon, 30 Sep 2019 17:18:30 +0200 8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
lucy [Mon, 30 Sep 2019 17:18:30 +0200] rev 58406
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms Reviewed-by: goetz
Mon, 30 Sep 2019 17:00:16 +0200 8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
rkennke [Mon, 30 Sep 2019 17:00:16 +0200] rev 58405
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails Reviewed-by: shade, roland
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip