eosterlund [Mon, 08 Jan 2018 13:13:05 +0100] rev 48613
8191888: Refactor ClassLoaderData::remove_handle to use the Access API
Reviewed-by: tschatzl, pliden, coleenp
jwilhelm [Fri, 05 Jan 2018 22:02:20 +0100] rev 48612
Merge
ccheung [Thu, 04 Jan 2018 22:47:38 -0800] rev 48611
8192927: os::dir_is_empty is incorrect on Windows
Summary: Check file names in a directory. It is empty if only the "." and ".." files exist. Use unicode version of windows APIs to handle long path.
Reviewed-by: iklam, sspitsyn
jlahoda [Fri, 19 Jan 2018 17:11:52 +0100] rev 48610
8191842: JShell: Inferred type information is lost when assigning types to a \"var\"
Summary: For vars, upgrading all anonymous classes to member classes; stripping intersection types from fields before writing.
Reviewed-by: rfield
mli [Fri, 19 Jan 2018 15:21:49 +0800] rev 48609
8194284: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails with java.lang.RuntimeException: CheckRegisterInLog got exception timeout 6480000ms out of range
Reviewed-by: dholmes, rriggs
lana [Thu, 18 Jan 2018 18:58:46 +0000] rev 48608
Merge
never [Thu, 18 Jan 2018 09:01:00 -0800] rev 48607
8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
Reviewed-by: kvn, sspitsyn, phh
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48606
8194982: 2 Null pointer dereference defect groups related to ProjNode::is_uncommon_trap_if_pattern()
Reviewed-by: kvn