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