ikrylov [Wed, 30 Mar 2016 17:04:14 +0200] rev 38017
8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic
Summary: adds c1 & c2 x86 intrinsics for j.l.Runtime.onSpinWait() that utilize the PAUSE instruction
Reviewed-by: iveresov, kvn
Contributed-by: Ivan Krylov <ivan@azul.com>, Yuri Gaevsky <ygaevsky@azul.com>
kzhaldyb [Thu, 21 Apr 2016 17:55:14 +0300] rev 38016
8132718: Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected
Reviewed-by: jmasa, dfazunen
kzhaldyb [Thu, 21 Apr 2016 18:01:10 +0300] rev 38015
8153764: Add auxiliary method that generates class by class prototype to gc testlibrary
Reviewed-by: dfazunen, iignatyev
lfoltan [Thu, 21 Apr 2016 09:23:04 -0400] rev 38014
8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
Summary: During start up anonymous classes must be kept alive until after their mirror's module field is patched with java.base
Reviewed-by: coleenp, hseigel
Contributed-by: per.liden@oracle.com, stefan.karlsson@oracle.com
mgerdin [Tue, 19 Apr 2016 14:53:33 +0200] rev 38013
8154752: Cleanup initialization of G1Policy
Reviewed-by: ehelin, tschatzl
mgerdin [Tue, 19 Apr 2016 14:53:32 +0200] rev 38012
8154745: Move default G1 pause time target setup to argument parsing
Reviewed-by: ehelin, sjohanss
mgerdin [Thu, 21 Apr 2016 10:19:00 +0200] rev 38011
8154452: Deferred cleanups after split of G1CollectorPolicy code
Reviewed-by: ehelin, sjohanss