vromero [Fri, 11 Jan 2019 09:02:44 -0500] rev 53284
8215648: remove equals and hashCode implementations from j.l.i.VarHandle
Reviewed-by: mchung
roland [Thu, 10 Jan 2019 13:54:09 +0100] rev 53283
8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
Reviewed-by: thartmann, shade, rkennke
eosterlund [Fri, 11 Jan 2019 13:15:37 +0100] rev 53282
8215754: ZGC: nmethod is not unlinked from Method before rendezvous handshake
Reviewed-by: pliden, neliasso
mdoerr [Fri, 11 Jan 2019 11:02:00 +0100] rev 53281
8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter
Reviewed-by: goetz, gromero
jlahoda [Fri, 11 Jan 2019 10:46:29 +0100] rev 53280
8215244: jdk/jshell/ToolBasicTest.java testHistoryReference failed
Summary: Mark history entries from previous sessions with timestamp that is definitelly in the past.
Reviewed-by: rfield
itakiguchi [Fri, 11 Jan 2019 09:37:31 +0100] rev 53279
8211841: [testbug] sun/nio/cs/OLD/TestIBMDB.java does not compile (aix)
Reviewed-by: alanb, goetz
eosterlund [Thu, 10 Jan 2019 18:10:15 +0100] rev 53278
8215889: assert(!_unloading) failed: This oop is not available to unloading class loader data with ZGC
Reviewed-by: coleenp, neliasso
bchristi [Mon, 14 Jan 2019 11:22:32 -0800] rev 53277
8216401: Allow "file:" URLs in Class-Path of local JARs
Reviewed-by: alanb, mchung
zgu [Mon, 14 Jan 2019 12:51:45 -0500] rev 53276
8215549: Shenandoah deduplication cleans up table/queue twice
Reviewed-by: rkennke
vromero [Mon, 14 Jan 2019 12:24:25 -0500] rev 53275
8215482: check for cycles in type variables can provoke NPE
Reviewed-by: mcimadamore
shade [Mon, 14 Jan 2019 17:20:20 +0100] rev 53274
8216308: StackTraceElement::fill_in can use injected Class source-file
Reviewed-by: coleenp, dholmes
goetz [Mon, 14 Jan 2019 00:00:00 +0100] rev 53273
8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests.
Summary: Also cleanup some switches over OSes and use File.pathSeparator.
Reviewed-by: dholmes, mdoerr
rkennke [Mon, 14 Jan 2019 12:49:12 +0100] rev 53272
8216973: Kick up cleanup phases in the right places
Reviewed-by: shade
dfuchs [Mon, 14 Jan 2019 10:46:08 +0000] rev 53271
8216478: Cleanup HttpResponseImpl back reference to HttpConnection
Summary: Retain a reference to Exchange and HttpConnection only when necessary, i.e. for WebSocket initial connection.
Reviewed-by: chegar