pconcannon [Tue, 08 Oct 2019 15:03:20 +0100] rev 58502
8222829: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative
Summary: Clarifies behaviour of setSoTimeout() method when given negative timeout value.
Reviewed-by: alanb, chegar, dfuchs
pconcannon [Tue, 08 Oct 2019 14:56:46 +0100] rev 58501
8230946: Clarify security manager behaviour of a connected DatagramSocket and DatagramChannel
Summary: Update to API, to clarify that packets are dropped in the receive method of non-connected sockets if they fail the security manager checks
Reviewed-by: alanb, chegar, dfuchs
jlahoda [Tue, 08 Oct 2019 15:43:38 +0200] rev 58500
8230162: ScopeImpl.remove() has O(N) performance
Reviewed-by: jlahoda
Contributed-by: bcorso@google.com
redestad [Tue, 08 Oct 2019 15:48:36 +0200] rev 58499
8231993: Remove redundant pkg_str param from is_shared_class_visible_for_classloader
Reviewed-by: hseigel, coleenp
egahlin [Tue, 08 Oct 2019 15:16:36 +0200] rev 58498
Improve logging for TestLargeRootSet.java
shade [Tue, 08 Oct 2019 15:08:59 +0200] rev 58497
8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah
Reviewed-by: rkennke
alanb [Tue, 08 Oct 2019 10:58:36 +0100] rev 58496
8231921: (se) SelectorImpl.register does not need to set the attachment when it is null
Reviewed-by: bpb
mgronlun [Tue, 08 Oct 2019 11:57:11 +0200] rev 58495
Merge
stuefe [Mon, 07 Oct 2019 16:48:42 +0200] rev 58494
Merge default
redestad [Tue, 08 Oct 2019 10:24:22 +0200] rev 58493
8231355: Remove unused utility methods in libjava
Reviewed-by: dholmes, jrose, alanb
mbaesken [Tue, 08 Oct 2019 09:33:57 +0200] rev 58492
8231753: use more Posix functionality in aix os::print_os_info
Reviewed-by: clanger, dholmes
mbaesken [Wed, 02 Oct 2019 10:01:18 +0200] rev 58491
8231751: on aix handle Power 9 in os::get_summary_cpu_info
Reviewed-by: clanger, mdoerr
smarks [Mon, 07 Oct 2019 17:13:59 -0700] rev 58490
8231977: Discuss serializability of collections
Reviewed-by: darcy, plevart, chegar
valeriep [Tue, 08 Oct 2019 00:01:20 +0000] rev 58489
8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4
Summary: For CK_GCM_PARAMS, try the spec definition first before falling back to the header file definition
Reviewed-by: xuelei
dholmes [Mon, 07 Oct 2019 18:44:53 -0400] rev 58488
8231289: Disentangle JvmtiRawMonitor from ObjectMonitor and clean it up
Reviewed-by: sspitsyn, dcubed, coleenp
dlong [Mon, 07 Oct 2019 13:56:11 -0700] rev 58487
8231902: Build of jdk.internal.vm.compiler.management/module-info.java.extra failed
Reviewed-by: kvn, ihse, erikj
jiangli [Mon, 07 Oct 2019 11:29:10 -0700] rev 58486
8231630: Optimize boot loader with no bootclasspath append entry.
Summary: Optimize SystemDictionary::load_instance_class for boot loader. Immediately return NULL if the requested class is either in the unnamed package or unnamed module, or in a module not defined to the boot loader, when there is no bootclasspath append entry.
Reviewed-by: martin, aeubanks, dthomson, redestad, lfoltan, iklam
egahlin [Mon, 07 Oct 2019 20:15:47 +0200] rev 58485
TestRecursive with Recording::start()
egahlin [Mon, 07 Oct 2019 17:59:36 +0200] rev 58484
Stabilize TestLargeRootSet.java
shade [Mon, 07 Oct 2019 17:12:22 +0200] rev 58483
8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag
Reviewed-by: rkennke
shade [Mon, 07 Oct 2019 17:12:13 +0200] rev 58482
8231932: Shenandoah: conc/par GC threads ergonomics overrides user settings
Reviewed-by: rkennke
redestad [Mon, 07 Oct 2019 16:55:24 +0200] rev 58481
8230043: Lazily load libverify
8230140: Remove unused mutex and monitor declarations
Reviewed-by: hseigel, erikj, alanb, dholmes
cito [Mon, 07 Oct 2019 16:44:12 +0200] rev 58480
8225694: Destination option missing in FlightRecorderMXBeanImpl
Reviewed-by: egahlin
coleenp [Mon, 07 Oct 2019 10:04:01 -0400] rev 58479
8229900: RedefineDeleteJmethod.java fails with -Xcheck:jni
Summary: Remove RedefineClasses adjustment and test, but improve checking for method/class matching.
Reviewed-by: dholmes, sspitsyn
mgronlun [Mon, 07 Oct 2019 16:13:25 +0200] rev 58478
Merge
hannesw [Mon, 07 Oct 2019 15:58:04 +0200] rev 58477
8220217: Javadoc missing link to member method
Reviewed-by: jjg
egahlin [Mon, 07 Oct 2019 15:52:38 +0200] rev 58476
Provoke chunk rotation in TestRemovedChunks.java
stuefe [Mon, 07 Oct 2019 15:48:26 +0200] rev 58475
Fix issue with statistics which caused Metaspace::used_words() to be too high
shade [Mon, 07 Oct 2019 15:00:24 +0200] rev 58474
8231930: Windows build fails after JDK-8191521
Reviewed-by: dholmes, clanger
clanger [Mon, 07 Oct 2019 13:32:44 +0100] rev 58473
8231885: Fix/remove malformed assert in os_windows.cpp
Reviewed-by: dcubed, stuefe, kbarrett
egahlin [Mon, 07 Oct 2019 14:27:25 +0200] rev 58472
Test thread exclusion for RecordingStream::start
roland [Wed, 02 Oct 2019 17:32:08 +0200] rev 58471
8231550: C2: ShouldNotReachHere() in verify_strip_mined_scheduling
Reviewed-by: vlivanov, thartmann
roland [Tue, 01 Oct 2019 10:28:12 +0200] rev 58470
8231620: assert(bol->is_Bool()) crash during split if due to FastLockNode
Reviewed-by: vlivanov, thartmann
redestad [Mon, 07 Oct 2019 12:06:47 +0200] rev 58469
8231895: Avoid String allocations in JVM_FindLoadedClass
Reviewed-by: jiangli, dholmes, iklam
pliden [Mon, 07 Oct 2019 07:53:38 +0200] rev 58468
8231825: ZGC: Remove ZMaxHeapSize and ZMaxHeapSizeShift
Reviewed-by: tschatzl, eosterlund
lancea [Sun, 06 Oct 2019 13:08:58 -0400] rev 58467
8231093: Document the ZIP FS properties noCompression and releaseVersion
Reviewed-by: clanger, martin, alanb
herrick [Fri, 04 Oct 2019 18:13:05 -0400] rev 58466
8231882: --add-modules ALL-MODULE-PATH is not handled properly
Reviewed-by: asemenyuk, almatvee
lancea [Fri, 04 Oct 2019 15:51:17 -0400] rev 58465
8223771: FileSystemProvider.newFileSystem(Path, Map) should throw IOException when called with a file that cannot be open
Reviewed-by: alanb
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
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
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
ecaspole [Fri, 04 Oct 2019 12:00:16 -0400] rev 58461
8215521: add microbenchmark to measure AccessController.getContext
Reviewed-by: redestad, alanb
fmatte [Fri, 04 Oct 2019 07:54:57 +0100] rev 58460
8216352: SA: ClhsdbLauncher should throw errors on Unrecognized commands
Reviewed-by: cjplummer, sspitsyn
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
lmesnik [Thu, 03 Oct 2019 08:51:40 -0700] rev 58458
Merge
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
darcy [Thu, 03 Oct 2019 08:49:09 -0700] rev 58456
8231777: Remove extraneous @serial javadoc tag in NodeChangeEvent.java
Reviewed-by: alanb, chegar
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
redestad [Thu, 03 Oct 2019 13:45:08 +0200] rev 58454
8231707: Improve Mutex inlining
Reviewed-by: rehn, dholmes, coleenp
pliden [Thu, 03 Oct 2019 10:56:39 +0200] rev 58453
8231776: ZGC: Fix incorrect address space description
Reviewed-by: eosterlund
pliden [Thu, 03 Oct 2019 10:54:18 +0200] rev 58452
8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
Reviewed-by: kbarrett, stefank
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
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
jwilhelm [Thu, 03 Oct 2019 07:10:36 +0200] rev 58449
Added tag jdk-14+17 for changeset 5c83830390ba
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
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
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
egahlin [Wed, 02 Oct 2019 19:26:33 +0200] rev 58445
Add TestRecusrive and only skip events for DirectoryStream
erikj [Wed, 02 Oct 2019 10:04:46 -0700] rev 58444
8231505: Bump required boot jdk version to 13
Reviewed-by: darcy, ihse
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
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
jlahoda [Wed, 02 Oct 2019 11:29:49 +0200] rev 58441
Cleanup
jlahoda [Wed, 02 Oct 2019 10:59:40 +0200] rev 58440
Improving appearance of javadoc of the APIs associated with preview features.
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
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
herrick [Tue, 01 Oct 2019 23:54:39 -0400] rev 58437
Merge
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
herrick [Tue, 01 Oct 2019 18:53:13 -0400] rev 58435
fix bad merge
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
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
mgronlun [Tue, 01 Oct 2019 18:47:30 +0200] rev 58432
Merge
erikj [Tue, 01 Oct 2019 08:11:02 -0700] rev 58431
8231594: Configure fails on some Linux systems
Reviewed-by: tbell, ihse
bpb [Tue, 01 Oct 2019 07:37:39 -0700] rev 58430
8229333: java/io/File/SetLastModified.java timed out
Reviewed-by: lancea, rriggs
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
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
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
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
roland [Mon, 30 Sep 2019 17:58:05 +0200] rev 58425
8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
Reviewed-by: thartmann
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
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
pliden [Tue, 01 Oct 2019 12:27:14 +0200] rev 58422
8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
Reviewed-by: sspitsyn, dcubed, iignatyev
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
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
herrick [Mon, 30 Sep 2019 20:26:28 -0400] rev 58419
Merge
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
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
herrick [Mon, 30 Sep 2019 19:11:19 -0400] rev 58416
8231605: Improve test helpers
Submitted-by: asemenyuk
Reviewed-by: herrick
herrick [Mon, 30 Sep 2019 15:59:50 -0400] rev 58415
8231281: Eliminate the --identifier option
Submitted-by: almatvee
Reviewed-by: herrick, asemenyuk
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
mgronlun [Mon, 30 Sep 2019 21:16:42 +0200] rev 58413
Merge
egahlin [Mon, 30 Sep 2019 20:52:58 +0200] rev 58412
Make TestRemovedChunks.java more stable
joehw [Mon, 30 Sep 2019 17:54:11 +0000] rev 58411
8016914: CoreDocumentImpl.setXmlVersion NPE
Reviewed-by: lancea
coleenp [Mon, 30 Sep 2019 13:22:05 -0400] rev 58410
Merge
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
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
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
lucy [Mon, 30 Sep 2019 17:18:30 +0200] rev 58406
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
Reviewed-by: goetz
rkennke [Mon, 30 Sep 2019 17:00:16 +0200] rev 58405
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
Reviewed-by: shade, roland
aefimov [Mon, 30 Sep 2019 16:10:26 +0100] rev 58404
Merge
aefimov [Mon, 30 Sep 2019 16:04:28 +0100] rev 58403
Initial changes for aefimov-dns-client-branch
egahlin [Mon, 30 Sep 2019 15:35:56 +0200] rev 58402
Remove test applications
egahlin [Mon, 30 Sep 2019 15:24:49 +0200] rev 58401
Update javadoc with CSR feedback
mgronlun [Mon, 30 Sep 2019 14:29:09 +0200] rev 58400
Merge
mgronlun [Mon, 30 Sep 2019 14:27:44 +0200] rev 58399
let TestLargeRootSet retry on failure
redestad [Mon, 30 Sep 2019 14:04:42 +0200] rev 58398
8231616: Simplify compilation policy hierarchy
Reviewed-by: thartmann, neliasso
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
mgronlun [Mon, 30 Sep 2019 13:28:33 +0200] rev 58396
Merge
mgronlun [Mon, 30 Sep 2019 13:27:55 +0200] rev 58395
fix typo in emergency dump path
tschatzl [Mon, 30 Sep 2019 10:21:11 +0200] rev 58394
8231553: Deprecate unused G1RSetScanBlockSize command line option
Reviewed-by: lkorinth, sjohanss
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
mgronlun [Sun, 29 Sep 2019 16:12:47 +0200] rev 58392
cleaner tagging
mgronlun [Sun, 29 Sep 2019 13:59:54 +0200] rev 58391
Merge
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
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
igerasim [Fri, 27 Sep 2019 17:50:09 -0700] rev 58388
8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection
Reviewed-by: mullan
bobv [Fri, 27 Sep 2019 18:27:42 +0000] rev 58387
8231431: JAOTC issues with JAR path containing spaces
Reviewed-by: kvn
dl [Fri, 27 Sep 2019 12:20:14 -0700] rev 58386
8231036: vmTestbase monitoring tests fail after JSR 166 refresh
Reviewed-by: martin, dholmes
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
lmesnik [Fri, 27 Sep 2019 10:48:23 -0700] rev 58384
8230942: Support compressed cores in SA tests
Reviewed-by: dholmes, sspitsyn
stuefe [Fri, 27 Sep 2019 19:03:34 +0200] rev 58383
fix metachunk gtest