phh [Sat, 30 Nov 2019 14:33:05 -0800] rev 59330
8234541: C1 emits an empty message when it inlines successfully
Summary: Use "inline" as the message when successfull
Reviewed-by: thartmann, mdoerr
Contributed-by: navy.xliu@gmail.com
alanb [Sat, 30 Nov 2019 16:21:19 +0000] rev 59329
8234805: (dc) Remove JNI upcall from DatagramChannel.receive implementation
Reviewed-by: dfuchs, chegar
iklam [Fri, 29 Nov 2019 14:11:50 -0800] rev 59328
8230385: [cds] No message is logged when shared image cannot be used due to mismatched configuration
Reviewed-by: stuefe, dholmes, ccheung
egahlin [Fri, 29 Nov 2019 17:31:01 +0100] rev 59327
8234671: JFR api/consumer/recordingstream/TestStart.java failed due to timeout at testStartTwice()
Reviewed-by: mgronlun
adinn [Fri, 29 Nov 2019 15:37:13 +0000] rev 59326
8232828: AArch64: compiler/c2/aarch64/TestVolatilesG1.java fails after JDK-8225776
Reviewed-by: aph
rehn [Fri, 29 Nov 2019 12:09:25 +0100] rev 59325
8234086: VM operation can be simplified
Reviewed-by: kbarrett, dholmes, dcubed
neliasso [Fri, 29 Nov 2019 11:26:25 +0100] rev 59324
8234520: ZGC: C2: Oop instance cloning causing skipped compiles
Reviewed-by: pliden, vlivanov
mbaesken [Thu, 28 Nov 2019 13:02:39 +0100] rev 59323
8234821: remove unused functions from libjli
Reviewed-by: clanger, alanb
michaelm [Fri, 29 Nov 2019 10:02:07 +0000] rev 59322
Merge
tschatzl [Fri, 29 Nov 2019 10:20:17 +0100] rev 59321
8233998: New young regions registered too early in collection set
Reviewed-by: sangheki, sjohanss
tschatzl [Fri, 29 Nov 2019 10:20:16 +0100] rev 59320
8227434: G1 predictions may over/underflow with high variance input
Summary: Clamp G1 prediction output to sensible values.
Reviewed-by: lkorinth, sjohanss
tschatzl [Fri, 29 Nov 2019 10:20:14 +0100] rev 59319
8227739: Merge cost predictions for scanning cards and log buffer entries
Summary: Revamp the cost predictions for the changes in JDK-8200545 and JDK-8213108.
Reviewed-by: sjohanss, kbarrett
bulasevich [Fri, 29 Nov 2019 11:28:39 +0300] rev 59318
8234893: ARM32: build failure after JDK-8234387
Reviewed-by: vlivanov
mbaesken [Thu, 28 Nov 2019 09:23:09 +0100] rev 59317
8234625: hs test serviceability/sa/ClhsdbCDSCore.java fails on macOS 10.15
Reviewed-by: clanger, iignatyev
ssahoo [Thu, 28 Nov 2019 22:29:07 -0800] rev 59316
8234723: javax/net/ssl/TLS tests support TLSv1.3
Summary: Missing TLSv1.3 test cases
Reviewed-by: xuelei
jjiang [Fri, 29 Nov 2019 14:07:16 +0800] rev 59315
8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
Reviewed-by: xuelei
rhalade [Thu, 28 Nov 2019 10:43:35 -0800] rev 59314
8233223: Add Amazon Root CA certificates
Reviewed-by: mullan
pconcannon [Thu, 28 Nov 2019 16:49:52 +0000] rev 59313
8233307: MulticastSocket getOption(IP_MULTICAST_IF) returns interface when not set
Summary: The MulticastSocket method getOption has been changed to conform to the behavior described in StandardSocketOptions.IP_MULTICAST_IF.
Reviewed-by: chegar, dfuchs
cito [Thu, 28 Nov 2019 18:30:18 +0100] rev 59312
8232594: Make the output of the JFR command duration more user friendly
Reviewed-by: egahlin, cito
Contributed-by: chiroito107@gmail.com, erik.gahlin@oracle.com
jboes [Thu, 28 Nov 2019 13:02:30 +0000] rev 59311
8233185: HttpServer.stop() blocks indefinitely when called on dispatch thread
Summary: Skip dispatcherThread.join() if current thread is the dispatcherThread
Reviewed-by: dfuchs, msheppar, vtewari
egahlin [Thu, 28 Nov 2019 16:38:25 +0100] rev 59310
8234888: EventStream::close doesn't abort streaming thread
Reviewed-by: mgronlun, mseledtsov
lucy [Thu, 28 Nov 2019 16:28:53 +0100] rev 59309
8234583: PrintAssemblyOptions isn't passed to hsdis library
Reviewed-by: vlivanov, mdoerr
cgo [Thu, 28 Nov 2019 16:11:44 +0100] rev 59308
8234894: [TESTBUG] TestEliminateLocksOffCrash fails for client VMs due to Unrecognized VM option EliminateLocks
Reviewed-by: thartmann
fyang [Mon, 04 Nov 2019 16:10:39 +0800] rev 59307
8233466: aarch64: remove unnecessary load of mdo when profiling return and parameters type
Reviewed-by: adinn
cgo [Wed, 27 Nov 2019 10:13:41 +0100] rev 59306
8234807: [TESTBUG] LoopRotateBadNodeBudget fails for client VMs due to Unrecognized VM option PartialPeelNewPhiDelta
Reviewed-by: kvn
dfuchs [Thu, 28 Nov 2019 12:28:48 +0000] rev 59305
8223196: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java fails on Solaris SPARC
Summary: The test is fixed to use InetAddress.getLocalHost consistently, instead of a mix of getLocalHost/wildcard addresses.
Reviewed-by: chegar, vtewari
mdoerr [Thu, 28 Nov 2019 12:05:02 +0100] rev 59304
8234645: ARM32: C1: PatchingStub for field access: not enough bytes
Reviewed-by: cgo, goetz
bulasevich [Thu, 28 Nov 2019 10:57:38 +0300] rev 59303
8234891: AArch64: Fix build failure after JDK-8234387
Reviewed-by: vlivanov, smonteith
ssahoo [Wed, 27 Nov 2019 22:11:08 -0800] rev 59302
8234725: sun/security/ssl/SSLContextImpl tests support TLSv1.3
Summary: Missing TLSv1.3 test cases
Reviewed-by: xuelei
jwilhelm [Thu, 28 Nov 2019 07:05:13 +0100] rev 59301
Added tag jdk-14+25 for changeset 17d242844fc9
mli [Thu, 28 Nov 2019 13:48:25 +0800] rev 59300
8232446: logging enhancement for rmi when socket closed
Reviewed-by: rriggs, plevart
pconcannon [Wed, 27 Nov 2019 16:01:34 +0000] rev 59299
8233018: Add a new test to verify that DatagramSocket is not interruptible
Summary: Test added to check the interruptability of DatagramSocket, MulticastSocket and DatagramSocketAdaptor.
Reviewed-by: chegar, dfuchs
jboes [Wed, 27 Nov 2019 15:13:58 +0000] rev 59298
8234799: javadoc of java.util.Arrays.compare(T[] a, T[] b) misses the word "less"
Summary: Add word "less" to method-level javadoc
Reviewed-by: dfuchs, lancea
darcy [Wed, 27 Nov 2019 10:23:40 -0800] rev 59297
8234917: Explicitly discuss java.lang.Enum in Class.isEnum spec
Reviewed-by: jjg
zgu [Wed, 27 Nov 2019 11:52:57 -0500] rev 59296
8228720: Shenandoah: Implementation of concurrent class unloading
Reviewed-by: rkennke
darcy [Wed, 27 Nov 2019 06:36:41 -0800] rev 59295
8234781: Update description of InvalidClassException to include more conditions
Reviewed-by: alanb, chegar
hannesw [Wed, 27 Nov 2019 13:08:16 +0100] rev 59294
8223378: CSS solution for navbar problem with <a> elements is not ideal
Reviewed-by: jjg
sjohanss [Wed, 27 Nov 2019 12:18:40 +0100] rev 59293
8141637: Parallelize single threaded heap region iteration during Pre Evacuate Collection Set
Reviewed-by: tschatzl, lkorinth
stefank [Wed, 27 Nov 2019 11:31:46 +0100] rev 59292
8234897: 8234748: Clean up atomic and orderAccess includes - part 2
Reviewed-by: tschatzl, dholmes
phedlin [Fri, 15 Nov 2019 16:39:08 +0100] rev 59291
8220376: C2: Int >0 not recognized as !=0 for div by 0 check
Reviewed-by: neliasso, vlivanov, mdoerr
stefank [Tue, 26 Nov 2019 10:47:46 +0100] rev 59290
8234748: Clean up atomic and orderAccess includes
Reviewed-by: dholmes
tschatzl [Wed, 27 Nov 2019 10:21:22 +0100] rev 59289
Merge
tschatzl [Wed, 27 Nov 2019 10:19:45 +0100] rev 59288
8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
Summary: Deprecate the ParallelScavenge + SerialOld GC combinations by deprecating the UseParallelOldGC flag. Also reviewed by Bernd Eckenfels<ecki@zusammenkunft.net>.
Reviewed-by: pliden
mbaesken [Wed, 27 Nov 2019 10:07:29 +0100] rev 59287
8234525: enable link-time section-gc for linux s390x to remove unused code
Reviewed-by: erikj, mdoerr
mbaesken [Tue, 26 Nov 2019 13:55:11 +0100] rev 59286
8234809: set relro in linker flags when building with gcc
Reviewed-by: erikj, fweimer
jlahoda [Wed, 27 Nov 2019 09:00:01 +0100] rev 59285
8231826: Implement javac changes for pattern matching for instanceof
Reviewed-by: mcimadamore
Contributed-by: brian.goetz@oracle.com, gavin.bierman@oracle.com, maurizio.cimadamore@oracle.com, srikanth.adayapalam@oracle.com, vicente.romero@oracle.com, jan.lahoda@oracle.com
zgu [Mon, 09 Sep 2019 11:43:16 -0400] rev 59284
8230765: Implement nmethod barrier for x86_32 platforms
Reviewed-by: rkennke, eosterlund
zgu [Tue, 26 Nov 2019 14:33:56 -0500] rev 59283
8233500: Shenandoah: Shenandoah load barrier should save registers before calling keep alive barrier on x86
Reviewed-by: rkennke
iklam [Fri, 22 Nov 2019 17:45:48 -0800] rev 59282
8234539: ArchiveRelocationTest.java failed: Archive mapping should always succeed
Reviewed-by: ccheung
cgo [Tue, 26 Nov 2019 10:00:33 +0100] rev 59281
8234535: Cross compilation fails due to missing CFLAGS for the BUILD_CC
Reviewed-by: erikj
sviswanathan [Tue, 26 Nov 2019 19:19:39 +0300] rev 59280
8234610: MaxVectorSize set wrongly when UseAVX=3 is specified after JDK-8221092
Reviewed-by: kvn, vlivanov
vlivanov [Tue, 26 Nov 2019 19:18:07 +0300] rev 59279
Merge
jbhateja [Tue, 26 Nov 2019 16:09:25 +0300] rev 59278
8234394: C2: Dynamic register class support in ADLC
Reviewed-by: vlivanov, sviswanathan, thartmann, kvn
jbhateja [Tue, 26 Nov 2019 16:09:23 +0300] rev 59277
8234387: C2: Better support of operands with multiple match rules in AD files
Reviewed-by: vlivanov, sviswanathan, thartmann, dlong
vlivanov [Tue, 26 Nov 2019 16:09:21 +0300] rev 59276
8234403: C2: Enable CallSite.target updates in constructors
Reviewed-by: psandoz, kvn
vlivanov [Tue, 26 Nov 2019 16:09:17 +0300] rev 59275
8234401: ConstantCallSite may stuck in non-frozen state
Reviewed-by: psandoz
egahlin [Tue, 26 Nov 2019 17:00:57 +0100] rev 59274
8233870: JFR TestSetEndTime.java times out - onClose() is never called
Reviewed-by: mgronlun
pchilanomate [Tue, 26 Nov 2019 15:21:37 +0000] rev 59273
8234613: JavaThread can escape back to Java from an ongoing handshake
Summary: Check again if we have a pending/in-progress handshake operation after executing ~ThreadInVMForHandshake()
Reviewed-by: coleenp, dcubed, dholmes, rehn
stuefe [Tue, 26 Nov 2019 16:21:29 +0100] rev 59272
Metadatatype back to metaspace.hpp to reduce patch size
stuefe [Tue, 26 Nov 2019 11:29:20 +0100] rev 59271
Improve BLA and LOM tests
rkennke [Tue, 26 Nov 2019 14:48:04 +0100] rev 59270
8234768: Shenandoah: Streamline enqueueing runtime barriers
Reviewed-by: zgu
zgu [Tue, 26 Nov 2019 09:27:16 -0500] rev 59269
8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area
Reviewed-by: stuefe, minqi
stefank [Tue, 26 Nov 2019 13:50:26 +0100] rev 59268
8234798: Build failure after atomic changes in JDK-8234563
Reviewed-by: tschatzl, rkennke, zgu
pliden [Tue, 26 Nov 2019 11:57:58 +0100] rev 59267
8234619: ZGC: gc/z/TestSmallHeap.java failure with Out Of Memory
Reviewed-by: tschatzl, eosterlund
michaelm [Tue, 26 Nov 2019 10:22:13 +0000] rev 59266
Merge
sadayapalam [Tue, 26 Nov 2019 11:13:53 +0530] rev 59265
8234729: Javac should eagerly change code generation for method references to avert IllegalAccessError in future.
Reviewed-by: mcimadamore
sspitsyn [Tue, 26 Nov 2019 02:32:32 +0000] rev 59264
8221372: Test vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java times out
Summary: Update test to get rid of unneeded MethodEntry/MethodExit events
Reviewed-by: amenkov, cjplummer
bpb [Mon, 25 Nov 2019 15:30:35 -0800] rev 59263
8179320: File.getUsableSpace() returns a negative number on very large file system
Reviewed-by: alanb, rriggs, darcy
dnsimon [Mon, 25 Nov 2019 12:08:20 -0800] rev 59262
8234681: Remove UseJVMCIClassLoader logic from JVMCI code
Reviewed-by: kvn, iignatyev
mgronlun [Mon, 25 Nov 2019 20:18:54 +0100] rev 59261
8234684: JFR crashes when rotating the JFR output during assertion failure
Reviewed-by: egahlin, mseledtsov
never [Mon, 25 Nov 2019 11:13:02 -0800] rev 59260
8234359: [JVMCI] invalidate_nmethod_mirror shouldn't use a phantom reference
Reviewed-by: kvn, eosterlund
mgronlun [Mon, 25 Nov 2019 18:38:01 +0100] rev 59259
8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing
Reviewed-by: sspitsyn, egahlin
eosterlund [Mon, 25 Nov 2019 15:21:44 +0000] rev 59258
8234531: Remove CMS code from CLDG and safepoint cleanup
Reviewed-by: coleenp, zgu
stuefe [Mon, 25 Nov 2019 16:35:14 +0100] rev 59257
Improve comments
michaelm [Mon, 25 Nov 2019 15:16:29 +0000] rev 59256
Merge
stefank [Mon, 25 Nov 2019 15:00:32 +0100] rev 59255
8234602: ZGC: Windows compile error in ZHeuristic
Reviewed-by: pliden, eosterlund
stefank [Mon, 25 Nov 2019 14:57:03 +0100] rev 59254
8234009: ZGC: Move resurrection unblock to before the _unload.purge() call
Reviewed-by: pliden, eosterlund
stefank [Mon, 25 Nov 2019 14:56:15 +0100] rev 59253
8234010: ZGC: Change ZResurrection to use Atomic::load/store
Reviewed-by: pliden, eosterlund
stefank [Mon, 25 Nov 2019 12:33:15 +0100] rev 59252
8234740: Harmonize parameter order in Atomic - cmpxchg
Reviewed-by: rehn, dholmes
stefank [Mon, 25 Nov 2019 12:32:40 +0100] rev 59251
8234739: Harmonize parameter order in Atomic - xchg
Reviewed-by: rehn, dholmes
stefank [Mon, 25 Nov 2019 12:32:07 +0100] rev 59250
8234738: Harmonize parameter order in Atomic - sub
Reviewed-by: rehn, dholmes
stefank [Mon, 25 Nov 2019 12:31:39 +0100] rev 59249
8234737: Harmonize parameter order in Atomic - add
Reviewed-by: rehn, dholmes
stefank [Mon, 25 Nov 2019 12:30:24 +0100] rev 59248
8234736: Harmonize parameter order in Atomic - store
Reviewed-by: rehn, dholmes
stefank [Mon, 25 Nov 2019 12:22:13 +0100] rev 59247
8234562: Move OrderAccess::release_store*/load_acquire to Atomic
Reviewed-by: rehn, dholmes
egahlin [Mon, 25 Nov 2019 14:06:13 +0100] rev 59246
8234703: JFR TestOutOfProcessMigration.java should clean up files
Reviewed-by: mgronlun
pliden [Mon, 25 Nov 2019 12:34:43 +0100] rev 59245
8234573: ZGC: Enable ZVerifyMarking by default in debug builds
Reviewed-by: stefank, tschatzl
mgronlun [Mon, 25 Nov 2019 11:08:30 +0100] rev 59244
8234433: TestUnloadEventClassCount fails with "assert(SafepointSynchronize::is_at_safepoint()) failed: invariant"
Reviewed-by: pliden
mbaesken [Fri, 22 Nov 2019 10:29:12 +0100] rev 59243
8234629: remove unused functions from libnet
Reviewed-by: alanb, vtewari
eosterlund [Mon, 25 Nov 2019 09:10:41 +0000] rev 59242
8234509: Race in macOS os::processor_id()
Reviewed-by: dholmes, pliden, rehn
lkorinth [Mon, 25 Nov 2019 08:11:24 +0100] rev 59241
8233029: Obsolete flag GCTaskTimeStampEntries
Reviewed-by: kbarrett, tschatzl
weijun [Thu, 10 Oct 2019 17:36:38 +0300] rev 59240
8231507: Update Apache Santuario (XML Signature) to version 2.1.4
Reviewed-by: weijun
Contributed-by: fedor.burdun@azulsystems.com, weijun.wang@oracle.com
egahlin [Sun, 24 Nov 2019 01:03:33 +0100] rev 59239
8226897: Provide object age with JFR OldObjectSample event
Reviewed-by: mgronlun, mseledtsov
stuefe [Sat, 23 Nov 2019 11:05:16 +0100] rev 59238
Factor out block list array from LOM since we may use it elsewhere
dlong [Fri, 22 Nov 2019 19:23:30 -0800] rev 59237
8234432: AOT tests failing with 'used 'epsilon gc' is different from current 'g1 gc'' after CMS removal
Reviewed-by: kvn
iklam [Fri, 22 Nov 2019 15:32:00 -0800] rev 59236
8234622: [TESTBUG] ArchivedModuleCompareTest.java fails with -vmoptions:-Xlog:cds
Reviewed-by: mseledtsov
iklam [Fri, 22 Nov 2019 15:31:52 -0800] rev 59235
8233446: Improve error handling when specified dynamic archive doesn't exist
Reviewed-by: lfoltan, ccheung
iklam [Fri, 22 Nov 2019 14:48:40 -0800] rev 59234
8234429: appcds/dynamicArchive tests crashing with Graal
Reviewed-by: ccheung
manc [Fri, 22 Nov 2019 17:03:55 -0800] rev 59233
8087198: G1 card refinement: batching, sorting
Reviewed-by: tschatzl, kbarrett
jjg [Fri, 22 Nov 2019 16:26:35 -0800] rev 59232
8234687: change javap reporting on unknown attributes
Reviewed-by: mchung
mseledtsov [Fri, 22 Nov 2019 13:44:06 -0800] rev 59231
8229209: [TESTBUG] test for cross-process JFR event streaming
Summary: New test for cross-process JFR event streaming
Reviewed-by: iignatyev, egahlin
mchung [Fri, 22 Nov 2019 11:34:22 -0800] rev 59230
8233956: MethodHandles.dropArguments javadoc lists parameters in wrong order
Reviewed-by: jjg
jjg [Fri, 22 Nov 2019 10:38:35 -0800] rev 59229
8232170: FSInfo#getJarClassPath throws an exception not declared in its throws clause
Reviewed-by: jjg
Contributed-by: jai.forums2013@gmail.com
dfuchs [Fri, 22 Nov 2019 17:53:09 +0000] rev 59228
8231516: network QuickAckTest.java failed due to "SocketException: maximum number of DatagramSockets reached"
Summary: fix the test to run in /othervm mode
Reviewed-by: chegar
bpb [Fri, 22 Nov 2019 09:00:16 -0800] rev 59227
8164993: (ch) ReadableByteChannel should note a possible IllegalArgumentException
Reviewed-by: alanb, darcy
egahlin [Fri, 22 Nov 2019 17:20:43 +0100] rev 59226
8233700: EventStream not closed
Reviewed-by: mgronlun, mseledtsov
dcubed [Fri, 22 Nov 2019 09:06:35 -0500] rev 59225
8234544: ObjectSynchronizer::FastHashCode() cleanups from Async Monitor Deflation project
Reviewed-by: dholmes
dfuchs [Fri, 22 Nov 2019 11:52:48 +0000] rev 59224
8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
Summary: MulticastSocket.getOption(StandardSocketOption.IP_MULTICAST_LOOP) now returns true if loopback mode is enabled, and MulticastSocket.setOption(StandardSocketOption.IP_MULTICAST_LOOP, true) enables loopback mode. No other behavioral changes.
Reviewed-by: alanb, chegar
sspitsyn [Fri, 22 Nov 2019 10:07:21 +0000] rev 59223
8169467: GetLocalInstance returns JVMTI_ERROR_TYPE_MISMATCH (rather than JVMTI_ERROR_INVALID_SLOT) on static method
Summary: Add necessary check to GetLocalInstance implementation
Reviewed-by: amenkov, cjplummer
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59222
8233597: Clean up code in G1Analytics::compute_pause_time_ratio
Reviewed-by: kbarrett, sjohanss
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59221
8233702: Introduce helper function to clamp value to range
Reviewed-by: sjohanss, kbarrett
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59220
8234000: Make HeapRegion::bottom/end/hrm_index const
Reviewed-by: kbarrett, sjohanss
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59219
8233997: Some members of HeapRegion are not cleared in HeapRegion::hr_clear()
Reviewed-by: sjohanss, sangheki
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59218
8233306: Sort members in G1's HeapRegion after removal of Space dependency
Reviewed-by: sangheki, sjohanss
mbaesken [Mon, 18 Nov 2019 16:49:39 +0100] rev 59217
8234339: replace JLI_StrTok in java_md_solinux.c
Reviewed-by: clanger, rriggs
clanger [Fri, 22 Nov 2019 09:25:09 +0100] rev 59216
8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
Reviewed-by: lancea, alanb
dbuck [Thu, 21 Nov 2019 23:32:11 -0500] rev 59215
8230611: infinite loop in LogOutputList::wait_until_no_readers()
Summary: Add copy constructor and copy assignment operator to ensure reader count remains accurate
Reviewed-by: kbarrett, dholmes
xuelei [Thu, 21 Nov 2019 18:42:33 -0800] rev 59214
8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
Reviewed-by: ascarpino
weijun [Fri, 22 Nov 2019 09:33:03 +0800] rev 59213
8026393: jarsigner never shows a warning in badKeyUsage case
Reviewed-by: mullan
joehw [Fri, 22 Nov 2019 00:29:48 +0000] rev 59212
8233548: Update CUP to v0.11b
Reviewed-by: lancea
iignatyev [Thu, 21 Nov 2019 14:15:31 -0800] rev 59211
8234290: compiler/c2/Test6857159.java times out and fail to clean up files
Reviewed-by: thartmann
jjg [Thu, 21 Nov 2019 13:41:24 -0800] rev 59210
8234051: doclet crashes if HTML files in module doc-files directories
Reviewed-by: hannesw
hseigel [Thu, 21 Nov 2019 18:54:21 +0000] rev 59209
8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
Summary: Don't run test on Windows because ASLR can cause unexpected memory addresses
Reviewed-by: coleenp
michaelm [Thu, 21 Nov 2019 17:51:11 +0000] rev 59208
Merge
alitvinov [Thu, 21 Nov 2019 17:04:27 +0000] rev 59207
8068184: Fix for JDK-8032832 caused a deadlock
Reviewed-by: dfuchs, chegar
pconcannon [Thu, 21 Nov 2019 16:33:00 +0000] rev 59206
8234083: DatagramSocket should report SO_BROADCAST as a supported option
Summary: DatagramSocket had a setBroadcast and getBroadcast setter/getter pair but curiously didn't report SO_BROADCAST as a supported option. Note: the source code changes were accidentally pushed with 8234103 so this changeset only has the test changes. The reviewers listed below had already reviewed the full (source+test) changes.
Reviewed-by: alanb, vtewari, chegar
chegar [Thu, 21 Nov 2019 12:14:29 +0000] rev 59205
8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
Reviewed-by: alanb
chegar [Thu, 21 Nov 2019 12:14:28 +0000] rev 59204
8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError
Reviewed-by: alanb
chegar [Thu, 21 Nov 2019 12:14:26 +0000] rev 59203
8232101: (sctp) Add minimal sanity tests for SCTP
Reviewed-by: alanb
chegar [Thu, 21 Nov 2019 12:14:25 +0000] rev 59202
8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association
Reviewed-by: alanb
jboes [Thu, 21 Nov 2019 09:10:21 +0000] rev 59201
8234335: Remove line break in class declaration in java.base
Summary: Remove line break in class declarations where applicable
Reviewed-by: rriggs, lancea
pconcannon [Wed, 20 Nov 2019 10:13:10 +0000] rev 59200
8234103: DatagramSocketImpl::socket is not needed
Summary: DatagramSocketImpl has a socket field that links back to the DatagramSocket. This is only used to figure out whether multicasting is supported or not. This fix replaces it with a boolean isMulticast.
Reviewed-by: alanb, chegar, dfuchs
coffeys [Thu, 21 Nov 2019 11:31:58 +0000] rev 59199
8233801: GCMEmptyIv.java test fails on Solaris 11.4
Reviewed-by: valeriep
tschatzl [Thu, 21 Nov 2019 11:42:54 +0100] rev 59198
8228609: G1 copy cost prediction uses used vs. actual copied byte
Summary: Let the object copy cost predictor use the actual copied bytes as input for the prediction instead of the used bytes.
Reviewed-by: kbarrett, sjohanss
mbaesken [Wed, 20 Nov 2019 14:16:29 +0100] rev 59197
8234501: remove obsolete NET_ReadV
Reviewed-by: alanb, vtewari
psadhukhan [Thu, 21 Nov 2019 13:50:11 +0530] rev 59196
Merge
trebari [Wed, 20 Nov 2019 12:18:46 +0530] rev 59195
8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
Reviewed-by: psadhukhan, pbansal, serb
psadhukhan [Wed, 20 Nov 2019 11:29:27 +0530] rev 59194
8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
Reviewed-by: serb
psadhukhan [Wed, 20 Nov 2019 10:52:28 +0530] rev 59193
Merge
ysuenaga [Wed, 20 Nov 2019 09:28:31 +0900] rev 59192
8233707: systemScale.cpp could not compile with VS2019
Reviewed-by: serb, aivanov
jdv [Fri, 15 Nov 2019 16:58:07 +0530] rev 59191
8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
Reviewed-by: psadhukhan
neugens [Fri, 15 Nov 2019 09:27:50 +0100] rev 59190
8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991
Summary: Fix off by one in wheel detection logic
Reviewed-by: prr
serb [Thu, 14 Nov 2019 15:13:29 -0800] rev 59189
8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
Reviewed-by: prr
psadhukhan [Thu, 14 Nov 2019 10:59:45 +0530] rev 59188
8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
Reviewed-by: serb
psadhukhan [Thu, 14 Nov 2019 10:56:09 +0530] rev 59187
8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64
Reviewed-by: serb
neugens [Tue, 12 Nov 2019 15:54:24 +0100] rev 59186
8231991: Mouse wheel change focus on awt/swing windows
Summary: Avoid focus logic when only mouse wheel is moved up/down.
Reviewed-by: serb, dmarkov
psadhukhan [Tue, 12 Nov 2019 12:29:09 +0530] rev 59185
8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system
Reviewed-by: serb, prr
psadhukhan [Fri, 08 Nov 2019 13:16:27 +0530] rev 59184
8233833: ProblemList java/awt/Frame/FrameLocation/FrameLocation.java for linux-x64
Reviewed-by: serb
serb [Fri, 08 Nov 2019 05:24:29 +0000] rev 59183
8233657: Intermittent NPE in Component.validate()
Reviewed-by: prr
psadhukhan [Thu, 07 Nov 2019 11:30:22 +0530] rev 59182
8214578: [macos] Problem with backslashes on macOS/JIS keyboard: Java ignores system settings
Reviewed-by: serb, prr
psadhukhan [Wed, 06 Nov 2019 11:05:28 +0530] rev 59181
8231084: Large performance regression in SwingMark TextArea in 14-b13
8231336: Corrupted option dialog in JTHarness with JDK14b13
Reviewed-by: serb, prr
psadhukhan [Wed, 06 Nov 2019 10:48:10 +0530] rev 59180
8229935: [TEST_BUG]: bug8132119.java inconsistently positions text
Reviewed-by: serb
prr [Tue, 05 Nov 2019 15:55:46 -0800] rev 59179
8233649: Update ProblemList.txt to exclude failing headful tests on macos
Reviewed-by: serb
psadhukhan [Tue, 05 Nov 2019 16:33:55 +0530] rev 59178
8233583: ProblemList javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java & ShapedPerPixelTranslucentGradient.java failing incosistently in linux-x64
Reviewed-by: jdv
psadhukhan [Tue, 05 Nov 2019 11:00:42 +0530] rev 59177
Merge
prr [Mon, 04 Nov 2019 10:01:55 -0800] rev 59176
8233097: Fontmetrics for large Fonts has zero width
Reviewed-by: jdv, serb
serb [Thu, 24 Oct 2019 14:54:31 -0700] rev 59175
8232200: [macos 10.15] Windows in fullscreen tests jumps around the screen
Reviewed-by: prr
prr [Wed, 30 Oct 2019 13:47:49 -0700] rev 59174
8232154: Update Mesa 3-D Headers to version 19.2.1
Reviewed-by: serb, kcr
arapte [Wed, 30 Oct 2019 16:59:40 +0530] rev 59173
8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
Reviewed-by: serb, psadhukhan
prr [Fri, 25 Oct 2019 13:32:01 -0700] rev 59172
8175984: ICC_Profile has un-needed, not-empty finalize method
Reviewed-by: jdv, serb
serb [Thu, 24 Oct 2019 01:02:08 -0700] rev 59171
8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails
Reviewed-by: prr, jdv
prr [Fri, 18 Oct 2019 09:25:06 -0700] rev 59170
Merge
serb [Thu, 17 Oct 2019 14:07:02 -0700] rev 59169
8230869: [macos 10.15] The String "X Y Z" was not set to application's icon in the taskbar
Reviewed-by: jdv, psadhukhan
aivanov [Wed, 16 Oct 2019 22:30:30 +0100] rev 59168
8223558: Java does not render Myanmar script correctly
Reviewed-by: prr, serb
serb [Tue, 15 Oct 2019 22:42:23 -0700] rev 59167
8232225: Rework the fix for JDK-8071483
Reviewed-by: prr
mbaesken [Tue, 19 Nov 2019 09:56:43 +0100] rev 59166
8234323: NULL-check return value of SurfaceData_InitOps on macosx
Reviewed-by: clanger
xgong [Wed, 20 Nov 2019 05:58:19 +0000] rev 59165
8234321: Call cache flush after generating trampoline.
Reviewed-by: adinn, iklam
jiefu [Thu, 21 Nov 2019 09:55:12 +0800] rev 59164
8234499: [Graal] compiler/compilercontrol/CompilationModeHighOnlyTest.java test fails with timeout
Reviewed-by: iignatyev
jwilhelm [Thu, 21 Nov 2019 03:33:36 +0100] rev 59163
Added tag jdk-14+24 for changeset 438337c846fb
iignatyev [Wed, 20 Nov 2019 18:23:06 -0800] rev 59162
8147017: Platform.isGraal should be removed
Reviewed-by: kvn, mseledtsov
amenkov [Wed, 20 Nov 2019 16:10:38 -0800] rev 59161
8234358: Update ProblemList entry for NashornPopFrameTest
Reviewed-by: dtitov, cjplummer
herrick [Wed, 20 Nov 2019 10:17:37 -0500] rev 59160
JDK-8234402: revert change that stopped providing JPackageToolProvider
Reviewed-by: asemenyuk, almatvee, kcr
herrick [Tue, 19 Nov 2019 18:45:08 -0500] rev 59159
merge
mbalao [Tue, 12 Nov 2019 00:30:55 -0300] rev 59158
8233404: System property to set the number of PBE iterations in JCEKS keystores
Reviewed-by: weijun
eosterlund [Wed, 20 Nov 2019 14:51:42 +0000] rev 59157
8234512: Missing pieces from JDK-8224816
Reviewed-by: rehn, pliden, kbarrett, gziemski
dcubed [Wed, 20 Nov 2019 09:10:02 -0500] rev 59156
8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
Reviewed-by: dholmes, kvn
stuefe [Fri, 01 Nov 2019 10:28:15 +0100] rev 59155
LeftOverBins as an optional replacement of free block dictionary which is rather ineffective
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59154
8234438: Remove some CMS leftovers
Reviewed-by: kbarrett, sjohanss
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59153
8234437: Remove CollectedHeap::safe_object_iterate()
Reviewed-by: kbarrett, sjohanss
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59152
8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled
Reviewed-by: mgronlun, tschatzl
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59151
8234382: Test tools/javac/processing/model/testgetallmembers/Main.java using too small heap
Reviewed-by: eosterlund, tschatzl
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59150
8234361: ZGC: Move heuristics code in ZWorker to ZHeuristics
Reviewed-by: eosterlund, stefank
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59149
8234338: ZGC: Improve small heap usage
Reviewed-by: eosterlund, stefank
pliden [Wed, 20 Nov 2019 10:37:46 +0100] rev 59148
8234312: ZGC: Adjust warmup criteria
Reviewed-by: eosterlund, stefank
pliden [Wed, 20 Nov 2019 10:37:45 +0100] rev 59147
8234379: ZGC: Do not resize TALBs unless -XX:ResizeTLAB is enabled
Reviewed-by: eosterlund, tschatzl
alanb [Wed, 20 Nov 2019 08:35:53 +0000] rev 59146
8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS)
Reviewed-by: dfuchs, chegar
lucy [Wed, 20 Nov 2019 09:12:07 +0100] rev 59145
8231460: Performance issue (CodeHeap) with large free blocks
Reviewed-by: adinn, stuefe
itakiguchi [Wed, 20 Nov 2019 16:37:42 +0900] rev 59144
8230873: [AIX] GUI app does not work with UTF-8 locale on minimum software requirements
Summary: Fix fontconfig.properties file for AIX UTF-8 locales
Reviewed-by: clanger
bulasevich [Wed, 20 Nov 2019 09:29:23 +0300] rev 59143
8233113: ARM32: assert on UnsafeJlong mutex rank check
Reviewed-by: coleenp, dholmes
darcy [Tue, 19 Nov 2019 16:26:58 -0800] rev 59142
8234381: API docs should mention special handling of enums in serialization
Reviewed-by: rriggs
weijun [Wed, 20 Nov 2019 08:12:14 +0800] rev 59141
8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
Reviewed-by: mullan, wetmore
redestad [Tue, 19 Nov 2019 23:22:27 +0100] rev 59140
8233497: Optimize default method generation by data structure reuse
Reviewed-by: lfoltan, coleenp, igerasim
sangheki [Tue, 19 Nov 2019 12:28:39 -0800] rev 59139
8232533: G1 uses only a single thread for pretouching the java heap
Reviewed-by: tschatzl, sjohanss
stuefe [Tue, 19 Nov 2019 20:01:05 +0100] rev 59138
Honor AlwaysPreTouch when commiting memory
bchristi [Tue, 19 Nov 2019 10:02:46 -0800] rev 59137
8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking
Reviewed-by: dholmes, mchung
cgo [Fri, 15 Nov 2019 11:05:03 +0100] rev 59136
8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs
Reviewed-by: iignatyev, kvn
stuefe [Tue, 19 Nov 2019 16:58:25 +0100] rev 59135
Fix bug in zap_range and add virtual space test
stuefe [Tue, 19 Nov 2019 16:53:17 +0100] rev 59134
Verify metaspace when printing VM.metaspace
alanb [Tue, 19 Nov 2019 11:35:29 +0000] rev 59133
8233922: Service binding augments module graph with observable incubator modules
Reviewed-by: mchung
dholmes [Mon, 18 Nov 2019 23:41:06 -0500] rev 59132
8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1)
Reviewed-by: rehn, stuefe, dcubed, sspitsyn
ysuenaga [Tue, 19 Nov 2019 13:33:09 +0900] rev 59131
8220074: Clean up GCC 8.3 errors in LittleCMS
Reviewed-by: prr
iignatyev [Mon, 18 Nov 2019 16:03:51 -0800] rev 59130
8233462: serviceability/tmtools/jstat tests times out with -Xcomp
Reviewed-by: sspitsyn
iignatyev [Mon, 18 Nov 2019 14:13:11 -0800] rev 59129
8234304: runtime/cds/appcds/javaldr tests should use driver mode
Reviewed-by: iklam, mseledtsov
cgo [Mon, 18 Nov 2019 13:22:27 +0100] rev 59128
8234324: ARM32 build broken after 8231610
Reviewed-by: iklam, aph
herrick [Mon, 18 Nov 2019 12:40:06 -0500] rev 59127
merge
herrick [Wed, 13 Nov 2019 17:21:31 -0500] rev 59126
Merge
mdoerr [Mon, 18 Nov 2019 18:21:18 +0100] rev 59125
8233193: Incorrect bailout from possibly_add_compiler_threads
Reviewed-by: dholmes, thartmann
dfuchs [Mon, 18 Nov 2019 16:48:05 +0000] rev 59124
8233141: DatagramSocket.send doesn't specify exception thrown when no target address
Summary: DatagramSocket and MulticastSocket send methods are changed to throw IllegalArgumentException if no target address can be determined.
Reviewed-by: alanb
michaelm [Mon, 18 Nov 2019 16:53:41 +0000] rev 59123
unixdomainchannels: autobound local address problem
lucy [Mon, 18 Nov 2019 17:11:06 +0100] rev 59122
8233787: Break cycle in vm_version* includes
Reviewed-by: kbarrett, mdoerr
redestad [Mon, 18 Nov 2019 16:10:32 +0100] rev 59121
8234248: More VectorSet cleanups
Reviewed-by: neliasso, thartmann
sgehwolf [Wed, 06 Nov 2019 18:06:36 +0100] rev 59120
8233712: Limit default tests jobs based on ulimit -u setting
Reviewed-by: erikj, ihse
mbaesken [Fri, 15 Nov 2019 16:10:29 +0100] rev 59119
8233219: NMT output on AIX misses some categories
Reviewed-by: stuefe, zgu
dcubed [Fri, 15 Nov 2019 21:19:56 -0500] rev 59118
8234274: [BACKOUT] JDK-8204128 NMT might report incorrect numbers for Compiler area
Reviewed-by: zgu
dcubed [Fri, 15 Nov 2019 18:31:55 -0500] rev 59117
8234272: ProblemList runtime/NMT/HugeArenaTracking.java
Reviewed-by: iignatyev
iignatyev [Fri, 15 Nov 2019 14:22:24 -0800] rev 59116
8214904: Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
Reviewed-by: kvn, epavlova
kbarrett [Fri, 15 Nov 2019 16:58:29 -0500] rev 59115
8233280: Remove GCLockerInvokesConcurrent
Summary: Remove use and make option obsolete.
Reviewed-by: tschatzl, sjohanss
manc [Thu, 14 Nov 2019 17:34:45 -0800] rev 59114
8234208: Logging reports zero total refined cards under "Before GC RS summary"
Reviewed-by: kbarrett, tschatzl
zgu [Fri, 15 Nov 2019 15:33:34 -0500] rev 59113
8204128: NMT might report incorrect numbers for Compiler area
Reviewed-by: stuefe, tschatzl
simonis [Fri, 15 Nov 2019 20:29:11 +0100] rev 59112
8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
Reviewed-by: clanger, lancea
michaelm [Fri, 15 Nov 2019 16:30:39 +0000] rev 59111
unixdomainchannels: finx to local address handling
jiefu [Fri, 15 Nov 2019 20:39:26 +0800] rev 59110
8234232: [TESTBUG] gc/shenandoah/jvmti/TestHeapDump.java fails with -Xcomp
Reviewed-by: zgu
jiefu [Fri, 15 Nov 2019 19:38:31 +0800] rev 59109
8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum
Reviewed-by: mullan
mdoerr [Fri, 15 Nov 2019 11:09:29 +0100] rev 59108
8234188: AIX build broken after 8220310
Reviewed-by: hseigel
stuefe [Fri, 15 Nov 2019 10:11:04 +0100] rev 59107
Fix counter mismatch after workaround for JDK-8233019
rhalade [Thu, 14 Nov 2019 19:49:55 -0800] rev 59106
8232019: Add LuxTrust certificate updates to the existing root program
Reviewed-by: mullan
dholmes [Thu, 14 Nov 2019 22:36:40 -0500] rev 59105
8233549: Thread interrupted state must only be accessed when not in a safepoint-safe state
Reviewed-by: dcubed, sspitsyn
weijun [Fri, 15 Nov 2019 09:06:58 +0800] rev 59104
8214024: Remove the default keytool -keyalg value
Reviewed-by: mullan
never [Thu, 14 Nov 2019 16:34:24 -0800] rev 59103
8233888: jdk.vm.ci.hotspot.test.VirtualObjectLayoutTest.testFormat(): Unexpected error verifying
Reviewed-by: kvn, iignatyev
fyang [Thu, 14 Nov 2019 15:07:37 +0800] rev 59102
8233912: aarch64: minor improvements of atomic operations
Reviewed-by: aph
aefimov [Thu, 14 Nov 2019 23:16:40 +0000] rev 59101
aefimov-dns-client-branch: Fix timeouts, add platform specific file locations
aefimov [Thu, 14 Nov 2019 23:13:47 +0000] rev 59100
aefimov-dns-client-branch: fix windows builds
aefimov [Thu, 14 Nov 2019 13:50:03 +0000] rev 59099
Merge
iklam [Thu, 14 Nov 2019 14:54:39 -0800] rev 59098
8234196: [TESTBUG] DynamicArchiveRelocationTest.java missing "ArchiveRelocationMode == 1 ...."
Reviewed-by: dcubed
manc [Wed, 13 Nov 2019 16:49:14 -0800] rev 59097
8234127: BasicHashtable does not support small table_size
Reviewed-by: coleenp, jiangli
jjg [Thu, 14 Nov 2019 12:42:44 -0800] rev 59096
8234183: [TESTBUG] tools/javac/api/TestModuleUnnamedPackage.java fails to compile
Reviewed-by: jjg
Contributed-by: fujie@loongson.cn
dlong [Thu, 14 Nov 2019 12:21:00 -0800] rev 59095
8233841: Update Graal
Reviewed-by: kvn
mseledtsov [Thu, 14 Nov 2019 11:16:14 -0800] rev 59094
8232244: [TESTBUG] Incorrect comment in TestClassUnloadEvent.java
Summary: Removed incorrect comment
Reviewed-by: iignatyev
pconcannon [Thu, 14 Nov 2019 11:04:57 +0000] rev 59093
8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java
Summary: This fix adds an IPv4 version of test SetLoopbackMode.java that calls SetLoopbackMode in IPv4 only mode, and runs only if IPv4 is enabled.
Reviewed-by: dfuchs
pconcannon [Thu, 14 Nov 2019 10:49:20 +0000] rev 59092
8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF
Summary: Correction to invalid value used to ensure test fails as expected.
Reviewed-by: alanb, dfuchs, vtewari
joehw [Thu, 14 Nov 2019 18:41:04 +0000] rev 59091
8233686: XML transformer uses excessive amount of memory
Summary: remove unnecessary object creation and also update xalan.md file
Reviewed-by: lancea