fyang [Tue, 12 Apr 2016 11:53:44 +0800] rev 38037
8153713: aarch64: improve short array clearing using store pair
Summary: aarch64: generate store pair instruction to clear short arrays
Reviewed-by: aph
thartmann [Thu, 14 Apr 2016 08:32:39 +0200] rev 38036
8154073: Several compiler tests fail when are executed with C1 only
Summary: Added missing flag checks to the tests and Whitebox API.
Reviewed-by: kvn
kvn [Tue, 12 Apr 2016 17:12:51 -0700] rev 38035
8153818: Move similar CompiledIC platform specific code to shared code.
Reviewed-by: iveresov, twisti
iveresov [Tue, 12 Apr 2016 14:55:18 -0700] rev 38034
8153115: Move private interface check to linktime
Summary: Check for private interface methods during linktime instead of runtime
Reviewed-by: kvn, never, coleenp, acorn, lfoltan
bharadwaj [Tue, 12 Apr 2016 14:17:42 -0400] rev 38033
Merge
neliasso [Tue, 12 Apr 2016 11:29:08 +0200] rev 38032
8153885: [TESTBUG] few regression tests failed after 8151880 changes
Summary: Test that uses compile() as missed in update
Reviewed-by: kvn
fzhinkin [Wed, 06 Apr 2016 18:51:03 +0300] rev 38031
8149374: Replace C1-specific collection classes with universal collection classes
Reviewed-by: kvn, mgerdin, coleenp
vlivanov [Mon, 11 Apr 2016 21:42:55 +0300] rev 38030
8152590: C2: @Stable support doesn't always work w/ incremental inlining
Reviewed-by: kvn
vlivanov [Mon, 11 Apr 2016 21:42:31 +0300] rev 38029
8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
Reviewed-by: kvn
enevill [Thu, 07 Apr 2016 22:36:16 +0000] rev 38028
8153797: aarch64: Add Arrays.fill stub code
Reviewed-by: aph
Contributed-by: long.chen@linaro.org
dnsimon [Thu, 07 Apr 2016 08:57:26 -1000] rev 38027
8153439: do not install an empty SpeculationLog in an nmethod
Reviewed-by: iveresov, twisti
neliasso [Thu, 07 Apr 2016 18:27:50 +0200] rev 38026
Merge
neliasso [Wed, 06 Apr 2016 14:48:45 +0200] rev 38025
8151880: EnqueueMethodForCompilationTest.java still fails to compile method
Summary: Extract SimpleTestCaseHelper inner class
Reviewed-by: kvn
thartmann [Thu, 07 Apr 2016 16:51:37 +0200] rev 38024
8153514: Whitebox API should allow compilation of <clinit>
Summary: Added Whitebox API method to trigger compilation of static initializer.
Reviewed-by: zmajo, kvn, iignatyev
thartmann [Thu, 07 Apr 2016 12:16:03 +0000] rev 38023
Merge
rraghavan [Thu, 07 Apr 2016 01:56:16 -0700] rev 38022
8149488: Incorrect declaration of bitsInByte in regmask.cpp.
Summary: Corrected BITS_IN_BYTE_ARRAY_SIZE value as 256 for all bitsInByte usage.
Reviewed-by: dlong, mcberg, thartmann, vlivanov
shade [Thu, 07 Apr 2016 10:50:08 +0000] rev 38021
Merge
shade [Wed, 06 Apr 2016 10:55:46 +0300] rev 38020
8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign
Reviewed-by: twisti, ikrylov
kshefov [Fri, 01 Apr 2016 10:43:35 +0300] rev 38019
8153165: Fix MX tool config script to make the tool work with TESTNG
Reviewed-by: dnsimon, twisti
vdeshpande [Wed, 06 Apr 2016 10:29:26 -0700] rev 38018
8152907: Update for x86 tan and log10 in the math lib
Summary: Optimize Math.tan() and log10() for 64 and 32 bit X86 architecture using Intel LIBM implementation.
Reviewed-by: kvn, twisti
Contributed-by: shravya.rukmannagari@intel.com
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
mgerdin [Thu, 21 Apr 2016 10:18:50 +0200] rev 38010
8154467: Cleanup initialization of GCPolicyCounters
Reviewed-by: ehelin, sjohanss