tpivovarova [Tue, 12 Jul 2016 18:24:48 +0300] rev 40059
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
Contributed-by: igor.ignatyev@oracle.com
zmajo [Tue, 12 Jul 2016 08:42:46 +0000] rev 40058
Merge
zmajo [Tue, 12 Jul 2016 10:16:36 +0200] rev 40057
8098573: Compiler accesses to shared archive fail if archive is remapped
Summary: Change ciEnv::~ciEnv() to remove symbols in VM state.
Reviewed-by: kvn, dholmes
thartmann [Tue, 12 Jul 2016 08:57:00 +0200] rev 40056
8160898: assert while replaying ciReplay file created using TieredStopAtLevel=1
Summary: Use highest available tier if no compilation level is specified in replay file.
Reviewed-by: zmajo
dnsimon [Mon, 11 Jul 2016 19:15:21 +0000] rev 40055
8160730: [JVMCI] compiler selection should work without -Djvmci.Compiler
Reviewed-by: kvn, twisti, never
rbackman [Mon, 11 Jul 2016 13:14:19 +0200] rev 40054
Merge
iignatyev [Fri, 08 Jul 2016 21:26:02 +0300] rev 40053
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
Reviewed-by: kvn
dpochepk [Fri, 08 Jul 2016 20:14:18 +0300] rev 40052
8160276: Jittester: bytecode tests generation hangs in ClassWriter infinite loop
Reviewed-by: kvn, iveresov
aph [Fri, 08 Jul 2016 17:02:10 +0100] rev 40051
8160969: aarch64: CDS is broken after 8079507
Reviewed-by: roland
Contributed-by: ningsheng.jian@linaro.org
aph [Thu, 07 Jul 2016 15:39:12 +0100] rev 40050
Merge
aph [Thu, 07 Jul 2016 15:07:13 +0100] rev 40049
8141633: Implement VarHandles/Unsafe intrinsics on AArch64
Reviewed-by: roland
tpivovarova [Thu, 07 Jul 2016 13:53:52 +0300] rev 40048
8160773: error: package jdk.internal.jimage does not exist
Reviewed-by: dlong
vlivanov [Wed, 06 Jul 2016 15:05:28 +0300] rev 40047
8160360: Mismatched field loads are folded in LoadNode::Value
Reviewed-by: kvn, thartmann
dnsimon [Tue, 05 Jul 2016 17:57:20 -0700] rev 40046
8159888: [JVMCI] the client VM build is broken when INCLUDE_JVMCI is defined
Summary: fix Client VM build
Reviewed-by: twisti, kvn
thartmann [Tue, 05 Jul 2016 07:57:09 +0200] rev 40045
8159129: TestStringIntrinsicRangeChecks fails w/ No exception thrown for compressByte/inflateByte
Summary: Need to convert char offsets to byte offsets before range check.
Reviewed-by: vlivanov
thartmann [Mon, 04 Jul 2016 09:14:02 +0200] rev 40044
8160651: StubRoutines::_dtan does not restore callee save register rbx
Summary: Pop rbx before leaving stub.
Reviewed-by: vlivanov, vdeshpande