ehelin [Mon, 12 Mar 2018 09:46:12 +0100] rev 49375
8197852: Move G1DefaultPolicy into G1Policy
Reviewed-by: sjohanss, tschatzl
ehelin [Mon, 12 Mar 2018 08:16:48 +0100] rev 49374
8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
Reviewed-by: kbarrett, stuefe
coleenp [Fri, 09 Mar 2018 20:01:38 -0500] rev 49373
8199283: Remove ValueObj class for allocation subclassing for compiler code
Reviewed-by: stefank, tschatzl
ccheung [Fri, 09 Mar 2018 13:36:39 -0800] rev 49372
8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
Summary: print a message and abort CDS dumping when the allocation of metaspace has failed
Reviewed-by: iklam, mseledtsov
kvn [Fri, 09 Mar 2018 12:38:54 -0800] rev 49371
8199422: Hotspot build is broken after push of 8197235
Reviewed-by: shade, lfoltan
kvn [Fri, 09 Mar 2018 10:15:22 -0800] rev 49370
8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
Summary: moved most expensive methods to new file jvmciCompilerToVMInit.cpp and switch off C++ compiler optimization for it on Windows and Solaris
Reviewed-by: erikj, ihse, dnsimon
coleenp [Fri, 09 Mar 2018 13:06:36 -0500] rev 49369
Merge
goetz [Thu, 08 Feb 2018 09:23:49 +0100] rev 49368
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Reviewed-by: coleenp, dholmes, mdoerr, njian
kvn [Fri, 09 Mar 2018 09:46:49 -0800] rev 49367
8198591: compiler/aot/fingerprint tests should be moved to open
Reviewed-by: thartmann
coleenp [Fri, 09 Mar 2018 12:03:20 -0500] rev 49366
Merge