kvn [Fri, 05 Oct 2018 15:46:47 -0700] rev 52029
8206963: [AOT] bug with multiple class loaders
Summary: AOT should not support custom class loaders.
Reviewed-by: dlong, iveresov
bpb [Fri, 05 Oct 2018 15:37:46 -0700] rev 52028
8211794: Remove jdk/java/nio/channels/Selector/RacyDeregister.java from problem list
Reviewed-by: bchristi
jcbeyler [Fri, 05 Oct 2018 13:38:03 -0700] rev 52027
8211123: GC Metaspace printing after full gc
Summary: Move GC printing to after usage is calculated
Reviewed-by: tschatzl, stuefe
Contributed-by: nijiaben@perfma.com, jcbeyler@google.com
kbarrett [Fri, 05 Oct 2018 14:28:44 -0400] rev 52026
8211296: Remove HotSpot deprecation warning suppression for Mac/clang
Summary: Removed deprecation warning suppression, fixed uses of deprecated functions.
Reviewed-by: dholmes, mikael
coleenp [Fri, 05 Oct 2018 09:15:52 -0400] rev 52025
8209889: RedefineStress tests crash
Summary: Create CompileTaskWrapper before potential safepoint
Reviewed-by: mdoerr, dlong
hseigel [Fri, 05 Oct 2018 08:50:49 -0400] rev 52024
8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location
Summary: Remove the os_arch string and JRE path from the test. Also add JNIEXPORT to libjsig symbols so dlsym can find them
Reviewed-by: dholmes, lfoltan
michaelm [Fri, 05 Oct 2018 11:28:23 +0100] rev 52023
8211420: com.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
Reviewed-by: chegar
rwestberg [Fri, 05 Oct 2018 07:54:28 +0200] rev 52022
8210459: Add support for generating compile_commands.json
Reviewed-by: erikj, ihse
naoto [Thu, 04 Oct 2018 14:12:34 -0700] rev 52021
8211398: Square character support for the Japanese new era
Reviewed-by: rriggs
mchung [Thu, 04 Oct 2018 13:02:58 -0700] rev 52020
8206240: java.lang.Class.newInstance() is causing caller to leak
Reviewed-by: alanb
vromero [Thu, 04 Oct 2018 10:19:01 -0700] rev 52019
8210789: langtools/tools/javac/T8152616.java missing @modules
Reviewed-by: jjg
erikj [Thu, 04 Oct 2018 09:43:49 -0700] rev 52018
8211677: Java resource copy and clean should use MakeTargetDir macro
Reviewed-by: tbell, ihse
gdub [Fri, 17 Aug 2018 12:19:52 +0200] rev 52017
8209136: [JVMCI] Make sure volatile fields are read as volatile during constant reflection.
Reviewed-by: kvn
vromero [Thu, 04 Oct 2018 08:37:08 -0700] rev 52016
8211148: var in implicit lambdas shouldn't be accepted for source < 11
Reviewed-by: mcimadamore
mchung [Thu, 04 Oct 2018 08:45:21 -0700] rev 52015
8181443: Replace usages of jdk.internal.misc.Unsafe with MethodHandles.Lookup.defineClass
Reviewed-by: alanb, egahlin
mdoerr [Thu, 04 Oct 2018 16:39:07 +0200] rev 52014
8210754: print_location is not reliable enough (printing register info)
Reviewed-by: stuefe, coleenp