iignatyev [Thu, 18 May 2017 15:51:25 -0700] rev 45180
8180397: remove jdk.testlibrary.IOUtils
Reviewed-by: alanb
iignatyev [Thu, 18 May 2017 15:43:44 -0700] rev 45179
8180391: move SerializationUtils to top level testlibrary
Reviewed-by: psandoz
bpb [Thu, 18 May 2017 12:53:19 -0700] rev 45178
8177809: File.lastModified() is losing milliseconds (always ends in 000)
Summary: Use higher precision time values where available.
Reviewed-by: bchristi, rriggs
iignatyev [Thu, 18 May 2017 18:14:07 +0000] rev 45177
Merge
iignatyev [Thu, 18 May 2017 10:22:20 -0700] rev 45176
8180395: move FilterClassLoader and ParentLastURLClassLoader to top level testlibrary
Reviewed-by: psandoz
bpb [Thu, 18 May 2017 10:22:55 -0700] rev 45175
8180519: Windows FILETIME should be converted to and from ULARGE_INTEGER not LARGE_INTEGER
Summary: Change LARGE_INTEGER to ULARGE_INTEGER for FILETIMEs used with the GetFileTime() and SetFileTime() functions.
Reviewed-by: rriggs