zgu [Tue, 18 Jun 2019 13:11:09 -0400] rev 55404
8225804: SA: Remove unused CollectedHeap.oopOffset() method
Reviewed-by: rkennke
rriggs [Tue, 18 Jun 2019 10:37:28 -0400] rev 55403
8226242: Diagnostic output for posix_spawn failure
Reviewed-by: bpb, stuefe, dholmes, martin
chegar [Tue, 18 Jun 2019 14:52:36 +0100] rev 55402
8225583: Examine the HttpResponse.BodySubscribers for null handling
Reviewed-by: dfuchs, prappo
rehn [Tue, 18 Jun 2019 11:06:29 +0200] rev 55401
8226227: Missing include of thread.inline.hpp
Reviewed-by: coleenp
ysuenaga [Tue, 18 Jun 2019 10:54:00 +0900] rev 55400
8225636: SA can't handle prelinked libraries
Reviewed-by: sspitsyn, cjplummer
dfuchs [Mon, 17 Jun 2019 20:03:34 +0100] rev 55399
8225578: Replace wildcard address with loopback or local host in tests - part 16
Summary: Fixes java/net/Authenticator and java/net/CookieHandler to stop depending on the wildcard address, wherever possible.
Reviewed-by: chegar
ngasson [Mon, 17 Jun 2019 15:31:49 +0800] rev 55398
8224851: AArch64: fix warnings and errors with Clang and GCC 8.3
Reviewed-by: aph, kbarrett
rfield [Fri, 14 Jun 2019 20:30:10 -0700] rev 55397
8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
8159740: JShell: corralled declarations do not have correct source to wrapper mapping
8212167: JShell : Stack trace of exception has wrong line number
Summary: Build corralled (recoverable undeclared definitions) declarations from position translating wraps....
Reviewed-by: jlahoda
zgu [Fri, 14 Jun 2019 12:08:55 -0400] rev 55396
8225801: Shenandoah: Adjust SA to reflect recent forwarding pointer changes
Reviewed-by: shade
zgu [Fri, 14 Jun 2019 11:58:23 -0400] rev 55395
8225550: Shenandoah: Prevent SH::object_iterate() call's side-effects
Reviewed-by: shade
shade [Fri, 14 Jun 2019 16:47:58 +0200] rev 55394
8225743: Remove ShenandoahBarrierSetC2::escape_is_barrier_node and related GC interface
Reviewed-by: roland, eosterlund
thartmann [Fri, 14 Jun 2019 13:26:52 +0200] rev 55393
8225783: Incorrect use of binary operators on booleans in type.cpp
Summary: Use logical operators instead.
Reviewed-by: roland
jpai [Fri, 14 Jun 2019 10:19:04 +0530] rev 55392
8217705: HttpClient - wrong exception type when bad status line is received
Summary: Throw a ProtocolException if the status code in the HTTP response's status line isn't a 3-digit integer
Reviewed-by: dfuchs
tvaleev [Fri, 14 Jun 2019 05:02:58 +0000] rev 55391
8225339: Optimize HashMap.keySet()/HashMap.values()/HashSet toArray() methods
Reviewed-by: rriggs, redestad, smarks
darcy [Thu, 13 Jun 2019 16:39:20 -0700] rev 55390
8222369: ExecutableElement.getReceiverType returns null instead of NOTYPE
Reviewed-by: jjg
jwilhelm [Fri, 14 Jun 2019 01:09:45 +0200] rev 55389
Added tag jdk-14+1 for changeset 2f4e214781a1
bpb [Thu, 13 Jun 2019 13:43:34 -0700] rev 55388
8223813: (aio) Iocp.getErrorMessage should drop trailing \r\n
Reviewed-by: alanb, igerasim, rriggs
darcy [Thu, 13 Jun 2019 11:50:45 -0700] rev 55387
8164819: Make javac's toString() on annotation objects consistent with core reflection
Reviewed-by: jjg, coleenp
dtitov [Thu, 13 Jun 2019 11:21:50 -0700] rev 55386
8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
Reviewed-by: sspitsyn, dholmes
shade [Thu, 13 Jun 2019 19:37:49 +0200] rev 55385
8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
Reviewed-by: rkennke, zgu
mullan [Thu, 13 Jun 2019 13:04:33 -0400] rev 55384
Merge
mullan [Thu, 13 Jun 2019 13:03:15 -0400] rev 55383
8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
Reviewed-by: xuelei
darcy [Tue, 11 Jun 2019 16:45:20 -0700] rev 55382
8214546: Start of release updates for JDK 14
8214547: Add SourceVersion.RELEASE_14
8214548: Add source 14 and target 14 to javac
8214549: Bump maximum recognized class file version to 58 for JDK 14
Reviewed-by: jjg, mikael, erikj, jlahoda, dholmes
jwilhelm [Thu, 13 Jun 2019 18:02:18 +0200] rev 55381
Added tag jdk-14+0 for changeset 22b3b7983ada
weijun [Thu, 13 Jun 2019 23:53:21 +0800] rev 55380
8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows
Reviewed-by: mullan
smonteith [Thu, 13 Jun 2019 15:24:34 +0100] rev 55379
8214527: ZGC for Aarch64
Summary: Implement ZGC for AArch64
Reviewed-by: aph, pliden, eosterlund, rkennke, shade, njian, adinn
egahlin [Thu, 13 Jun 2019 12:27:29 +0200] rev 55378
8220657: JFR.dump does not work when filename is set
Reviewed-by: ysuenaga
tschatzl [Thu, 13 Jun 2019 11:54:55 +0200] rev 55377
8225418: G1: region attribute remembered set state disagrees with actual remembered set state
Summary: Keep remembered set update information when updating region attributes when abandoning the remaining collection set after mixed gc.
Reviewed-by: kbarrett, mdoerr
mdoerr [Thu, 13 Jun 2019 11:12:23 +0200] rev 55376
8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function
Reviewed-by: mbaesken, gromero, kvn
michaelm [Thu, 13 Jun 2019 09:10:51 +0100] rev 55375
8216417: cleanup of IPv6 scope-id handling
Reviewed-by: alanb, chegar, dfuchs
psadhukhan [Thu, 13 Jun 2019 12:22:28 +0530] rev 55374
Merge
psadhukhan [Thu, 13 Jun 2019 11:31:36 +0530] rev 55373
Merge
psadhukhan [Wed, 12 Jun 2019 10:02:49 +0530] rev 55372
Merge
prr [Tue, 11 Jun 2019 17:15:25 -0700] rev 55371
8225487: giflib legal file is missing attribution for openbsd-reallocarray.c
Reviewed-by: serb, kcr
serb [Tue, 11 Jun 2019 16:23:33 -0700] rev 55370
8221246: NullPointerException within Win32ShellFolder2
Reviewed-by: prr
prr [Tue, 11 Jun 2019 10:34:42 -0700] rev 55369
8217731: Font rendering and glyph spacing changed from jdk-8 to jdk-11
Reviewed-by: serb, neugens
serb [Tue, 11 Jun 2019 10:15:30 -0700] rev 55368
8225144: [macos] In Aqua L&F backspace key does not delete when Shift is pressed
Reviewed-by: psadhukhan
psadhukhan [Tue, 11 Jun 2019 11:01:22 +0530] rev 55367
8225511: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java fails in linux-x64
Reviewed-by: serb, prr
psadhukhan [Mon, 10 Jun 2019 10:52:11 +0530] rev 55366
8225368: broken links in java.desktop files
Reviewed-by: serb
serb [Sun, 09 Jun 2019 17:46:05 -0700] rev 55365
8223045: GraphicsEnvironment does not detect resolution changes in multiscreen systems
Reviewed-by: prr
serb [Sun, 09 Jun 2019 14:12:18 -0700] rev 55364
8222083: Support of "64-bit IEEE floating point" encoding for the AU file format
Reviewed-by: prr
prr [Fri, 07 Jun 2019 09:38:40 -0700] rev 55363
Merge
ant [Thu, 06 Jun 2019 15:46:36 +0300] rev 55362
8225118: Robot.createScreenCapture() returns black image on HiDPI linux with gtk3
Reviewed-by: serb
psadhukhan [Tue, 04 Jun 2019 14:43:57 +0530] rev 55361
8224876: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java fails on linux-x64
Reviewed-by: serb, jdv
psadhukhan [Tue, 04 Jun 2019 14:23:33 +0530] rev 55360
Merge
ssadetsky [Mon, 03 Jun 2019 08:13:18 -0700] rev 55359
8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails
Reviewed-by: serb
ronsh [Thu, 13 Jun 2019 08:42:49 +0200] rev 55358
8224161: Check.checkOverrideClashes n^2 algorithm
Summary: Caching type's members in Check.checkOverrideClashes to improve performance.
Reviewed-by: mcimadamore, jlahoda
tnakamura [Thu, 13 Jun 2019 08:42:47 +0200] rev 55357
8224184: jshell got IOException at exiting with AIX
Reviewed-by: rfield, jlahoda
iignatyev [Wed, 12 Jun 2019 17:22:11 -0700] rev 55356
8225676: cleanup hotspot ProblemList
Reviewed-by: dholmes
iignatyev [Wed, 12 Jun 2019 21:17:26 -0700] rev 55355
8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by timeout
Reviewed-by: dholmes
weijun [Thu, 13 Jun 2019 10:06:07 +0800] rev 55354
6722928: Support SSPI as a native GSS-API provider
Reviewed-by: erikj, nwilliams, valeriep
wetmore [Wed, 12 Jun 2019 18:58:00 -0700] rev 55353
8171279: Support X25519 and X448 in TLS
Reviewed-by: xuelei, mullan
hannesw [Wed, 12 Jun 2019 23:21:24 +0200] rev 55352
8225671: Support HTML 5 character references in javadoc
Reviewed-by: jjg
darcy [Wed, 12 Jun 2019 14:14:39 -0700] rev 55351
8225675: Outdated citation of JLS in java.lang.ref.Reference
Reviewed-by: lancea, jjg, mchung
epavlova [Wed, 12 Jun 2019 12:31:32 -0700] rev 55350
8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base
Reviewed-by: kvn
iignatyev [Wed, 12 Jun 2019 11:48:14 -0700] rev 55349
8158048: Fix failure message from jtreg gtest wrapper
Reviewed-by: kvn, mseledtsov
ccheung [Wed, 12 Jun 2019 10:45:46 -0700] rev 55348
8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
Summary: Account for the failure in loading of the base archive in CDSTestUtils::isUnableToMap().
Reviewed-by: jiangli, iklam
kvn [Wed, 12 Jun 2019 10:37:35 -0700] rev 55347
8223796: JVMCIEnv::get_jvmci_type does not keep klasses alive
Reviewed-by: iveresov, eosterlund
chegar [Wed, 12 Jun 2019 16:10:39 +0100] rev 55346
8225651: Missed the `@` in a couple of code tags of SocketImpl
Reviewed-by: alanb, dfuchs
dcubed [Wed, 12 Jun 2019 10:52:45 -0400] rev 55345
8225453: is_busy diagnostics and other baseline cleanups from Async Monitor Deflation project
Reviewed-by: dholmes, rehn, coleenp
mdoerr [Wed, 12 Jun 2019 14:24:11 +0200] rev 55344
8224090: [PPC64] Fix SLP patterns for filling an array with double float literals
Reviewed-by: mdoerr, simonis
Contributed-by: Kazunori Ogata <ogatak@jp.ibm.com>
mdoerr [Wed, 12 Jun 2019 14:22:04 +0200] rev 55343
8224827: Implement fast class initialization checks on s390
Reviewed-by: vlivanov, gromero
mdoerr [Wed, 12 Jun 2019 14:21:36 +0200] rev 55342
8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame
Reviewed-by: coleenp, gromero
thartmann [Wed, 12 Jun 2019 14:06:16 +0200] rev 55341
8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
Summary: Handle unsafe off-heap access with constant zero address.
Reviewed-by: vlivanov, roland
jlahoda [Wed, 12 Jun 2019 13:49:43 +0200] rev 55340
8220018: javac crash when compiling try-catch-finally inside switch expression
Summary: Correcting handling of finally that yields from a switch expression.
Reviewed-by: mcimadamore, jlahoda
hannesw [Wed, 12 Jun 2019 13:21:25 +0200] rev 55339
8223364: Bad placement of anchor relative to header
Reviewed-by: jjg
sangheki [Wed, 12 Jun 2019 10:34:29 +0200] rev 55338
8225478: Make G1CMRootRegions independent of HeapRegions
Summary: Remove dependency of HeapRegion from G1CMRootRegions class
Reviewed-by: tschatzl, kbarrett
darcy [Tue, 11 Jun 2019 17:20:51 -0700] rev 55337
7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
Reviewed-by: lancea, abuckley
ascarpino [Tue, 11 Jun 2019 16:31:37 -0700] rev 55336
8211018: Session Resumption without Server-Side State
Reviewed-by: xuelei, jnimeh, jjiang
zgu [Tue, 11 Jun 2019 19:15:31 -0400] rev 55335
8225572: Shenandoah: Move JNIHandles root out of serial roots
Reviewed-by: rkennke
iignatyev [Tue, 11 Jun 2019 14:59:46 -0700] rev 55334
8066173: compiler/types/correctness/OffTest.java failed with assert
Reviewed-by: kvn
jjg [Tue, 11 Jun 2019 14:56:48 -0700] rev 55333
8214399: Javap -help should provide information about --multi-release option
Reviewed-by: jlahoda
valeriep [Tue, 11 Jun 2019 21:30:28 +0000] rev 55332
8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
Summary: Added support for GCM, PSS, and other mechanisms
Reviewed-by: jnimeh
lancea [Tue, 11 Jun 2019 13:04:36 -0400] rev 55331
8225189: Multiple JNI calls within critical region in ZIP Library
Reviewed-by: alanb
dfuchs [Tue, 11 Jun 2019 15:46:26 +0100] rev 55330
8225512: Replace wildcard address with loopback or local host in tests - part 15
Summary: Updates httpserver tests to use the loopback instead of the wildcard wherever possible.
Reviewed-by: michaelm
aph [Mon, 10 Jun 2019 10:11:42 +0100] rev 55329
8225429: Regression in disassembly quality
Reviewed-by: never
coleenp [Tue, 11 Jun 2019 07:31:47 -0400] rev 55328
8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
Summary: Rehash threshold was too low for StringTable, and rehashed size table was too large.
Reviewed-by: rehn, gziemski
dholmes [Tue, 11 Jun 2019 08:03:29 -0400] rev 55327
8225568: ProblemList compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
Reviewed-by: thartmann
neliasso [Tue, 11 Jun 2019 12:39:37 +0200] rev 55326
8225564: Remove wrong assert in clean_catch_blocks
Reviewed-by: thartmann
eosterlund [Tue, 11 Jun 2019 10:55:17 +0200] rev 55325
8224871: os::attempt_reserve_memory_at() tries too hard
Reviewed-by: pliden, coleenp, stuefe
rraghavan [Tue, 11 Jun 2019 14:33:34 +0530] rev 55324
8225567: Wrong file headers with 8202414 fix changeset
Summary: Corrected source file headers
Reviewed-by: thartmann
chegar [Tue, 11 Jun 2019 09:21:34 +0100] rev 55323
8225426: Replace plain with system-default in Socket and ServerSocket
Reviewed-by: alanb, dfuchs
mdoerr [Tue, 11 Jun 2019 09:51:33 +0200] rev 55322
8224826: Implement fast class initialization checks on PPC64
Reviewed-by: vlivanov, gromero
neliasso [Tue, 11 Jun 2019 09:27:51 +0200] rev 55321
8225509: clean_catch_blocks must add preds first
Reviewed-by: kvn
iignatyev [Mon, 10 Jun 2019 17:11:04 -0700] rev 55320
8209917: fix TODO in GatherDiagnosticInfoObserver
Reviewed-by: jjg, dholmes
smarks [Mon, 10 Jun 2019 17:33:11 -0700] rev 55319
8205131: remove Runtime trace methods
Reviewed-by: lancea, rriggs, iklam
darcy [Mon, 10 Jun 2019 15:53:35 -0700] rev 55318
8225532: Update source enums to describe 12 and 13 language features
Reviewed-by: jjg
dnsimon [Mon, 10 Jun 2019 15:55:11 -0700] rev 55317
8225492: Update JVMCI
Reviewed-by: iveresov, kvn
zgu [Mon, 10 Jun 2019 13:42:11 -0400] rev 55316
8225514: Shenandoah: ShenandoahCodeRoots should inherit from AllStatic
Reviewed-by: shade
dtitov [Mon, 10 Jun 2019 09:41:09 -0700] rev 55315
8222828: vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java failed
Reviewed-by: cjplummer, gadams, jcbeyler
dpochepk [Mon, 10 Jun 2019 17:02:35 +0300] rev 55314
8222412: AARCH64: multiple instructions encoding issues
Reviewed-by: aph
hseigel [Mon, 10 Jun 2019 09:52:04 -0400] rev 55313
8224952: RI deviates from JVMS - non-zero minor_version for class files throws UnsupportedClassVersionError.
Summary: Change the JVM to follow the JVM Spec and accept non-zero minor_version for appropriate older class file versions.
Reviewed-by: acorn, dholmes, iignatyev
weijun [Mon, 10 Jun 2019 20:38:15 +0800] rev 55312
8221719: Jarsigner fails to verify signed by alias if alias given in wrong case
Reviewed-by: weijun
Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
pliden [Mon, 10 Jun 2019 12:52:57 +0200] rev 55311
8225227: ZGC: Be exact in what load barrier to use in ZHeapIterator
Reviewed-by: stefank
pliden [Mon, 10 Jun 2019 12:52:56 +0200] rev 55310
8224966: ZGC: Don't skip oop verification in OopMapSet::all_do()
Reviewed-by: stefank, eosterlund
dfuchs [Mon, 10 Jun 2019 11:17:57 +0100] rev 55309
8224865: Replace wildcard address with loopback or local host in tests - part 13
Summary: Fixes intermittent failures observed in some network tests
Reviewed-by: chegar
stefank [Fri, 07 Jun 2019 13:50:14 +0200] rev 55308
8223837: Add -XX:MinHeapSize flag to set the minimum heap size
Reviewed-by: pliden, tschatzl
neliasso [Thu, 14 Feb 2019 14:54:05 +0100] rev 55307
8224675: Late GC barrier insertion for ZGC
Reviewed-by: roland, eosterlund, pliden
jlahoda [Mon, 10 Jun 2019 05:09:52 +0200] rev 55306
8223305: Compiler support for Switch Expressions
Reviewed-by: mcimadamore, vromero
darcy [Sun, 09 Jun 2019 15:48:57 -0700] rev 55305
8042748: Clarify exception thrown by ParameterizedTypeImpl.validateConstructorArguments()
Reviewed-by: lancea
darcy [Sun, 09 Jun 2019 15:21:43 -0700] rev 55304
8181869: getAnnotatedParameterTypes%G%@() specification should be clarified
Reviewed-by: lancea
lancea [Sun, 09 Jun 2019 05:56:46 -0400] rev 55303
8225322: Broken links in java.sql
Reviewed-by: darcy, jjg
egahlin [Sun, 09 Jun 2019 11:28:13 +0200] rev 55302
8216064: -XX:StartFlightRecording:settings= doesn't work properly
Reviewed-by: mgronlun
iignatyev [Fri, 07 Jun 2019 21:35:26 -0700] rev 55301
8149040: Cleanup compiler/jsr292/NonInlinedCall tests after JDK-8148994
Reviewed-by: kvn, thartmann
jjg [Fri, 07 Jun 2019 16:38:42 -0700] rev 55300
8224257: fix issues in files generated by pandoc
Reviewed-by: mchung
sviswanathan [Fri, 07 Jun 2019 15:35:32 -0700] rev 55299
8224234: compiler/codegen/TestCharVect2.java fails in test_mulc
Reviewed-by: vlivanov, thartmann
dlong [Fri, 07 Jun 2019 18:11:33 -0400] rev 55298
8223050: JVMCI: findUniqueConcreteMethod() should not use Dependencies::find_unique_concrete_method() for non-virtual methods
Reviewed-by: kvn, dnsimon
jjg [Fri, 07 Jun 2019 14:32:48 -0700] rev 55297
8224257: fix issues in files generated by pandoc
Reviewed-by: mchung
ccheung [Fri, 07 Jun 2019 14:03:17 -0700] rev 55296
8224497: Remove FIXME in metaspaceClosure.cpp
Summary: Also cleaned up some comment and code related to the od (optional data) region.
Reviewed-by: iklam, jiangli
kvn [Fri, 07 Jun 2019 13:57:08 -0700] rev 55295
8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java timed out
Reviewed-by: iignatyev
lmesnik [Fri, 07 Jun 2019 12:26:50 -0700] rev 55294
8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash.
Reviewed-by: thartmann, sspitsyn
never [Fri, 07 Jun 2019 10:26:21 -0700] rev 55293
8209626: [JVMCI] Use implicit exception table for dispatch and printing
Reviewed-by: kvn
erikj [Fri, 07 Jun 2019 09:16:11 -0700] rev 55292
8217739: Cannot reuse java.base UnixConstants.java from target in BuildJDK when cross compiling
Reviewed-by: tbell, aoqi
mbaesken [Wed, 05 Jun 2019 16:53:52 +0200] rev 55291
8224958: add os::dll_load calls to event log
Reviewed-by: dholmes, mdoerr, stuefe
jlaskey [Fri, 07 Jun 2019 08:47:28 -0300] rev 55290
8225448: String::translateEscapes javadoc has accessibility issues
Reviewed-by: jjg
chegar [Fri, 07 Jun 2019 11:51:27 +0100] rev 55289
8216988: ServerSocket.implAccept should include warnings about Socket type/state
Reviewed-by: alanb
chegar [Fri, 07 Jun 2019 11:47:49 +0100] rev 55288
8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests
Reviewed-by: alanb
shade [Fri, 07 Jun 2019 11:48:01 +0200] rev 55287
8225441: Cleanup ShenandoahHeap::atomic_compare_exchange_oop
Reviewed-by: rkennke
shade [Fri, 07 Jun 2019 11:47:53 +0200] rev 55286
8225357: Rewire ShenandoahHeap::maybe_update_with_forwarded for contending fixups
Reviewed-by: rkennke
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55285
8222467: ZGC: Log min/max/softmax capacity
Reviewed-by: stefank