neliasso [Mon, 15 Aug 2016 16:04:16 +0200] rev 40649
8156659: assert(CodeCache::find_blob_unsafe(_pc) == _cb) failed: inconsistent
Summary: Stackwalking from corrupt frame
Reviewed-by: dlong, thartmann
vlivanov [Wed, 17 Aug 2016 22:09:57 +0300] rev 40648
8164103: C2: Broken cmpxchgb encoding on x86
Reviewed-by: kvn, shade, psandoz
thartmann [Wed, 17 Aug 2016 06:23:04 +0000] rev 40647
Merge
thartmann [Wed, 17 Aug 2016 08:19:06 +0200] rev 40646
8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
Summary: Don't throw java_lang_VirtualMachineError during VM initialization.
Reviewed-by: zmajo, dlong, dholmes
dlong [Tue, 16 Aug 2016 17:54:08 +0000] rev 40645
Merge
dlong [Tue, 16 Aug 2016 09:19:13 -0700] rev 40644
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
Summary: skip unwalkable frames in
Reviewed-by: fparain, coleenp, aph
aph [Tue, 16 Aug 2016 17:31:57 +0100] rev 40643
8164113: AArch64: follow-up the fix for 8161598
Reviewed-by: dlong
iveresov [Mon, 15 Aug 2016 14:08:01 -0700] rev 40642
8163962: [JVMCI] integrate VarHandles
Summary: add VarHandle support to JVMCI
Reviewed-by: psandoz, iveresov
Contributed-by: Doug Simon <doug.simon@oracle.com>
ctornqvi [Sat, 20 Aug 2016 09:35:40 -0400] rev 40641
8164521: compiler/rangechecks/TestRangeCheckSmearing.java is missing @build for sun.hotspot.WhiteBox
Reviewed-by: coleenp
kbarrett [Fri, 19 Aug 2016 23:57:42 +0000] rev 40640
Merge
kbarrett [Sun, 14 Aug 2016 21:19:42 -0400] rev 40639
8155043: BitMap set operations assume clear bits beyond unaligned end
Summary: Be more circumspect in handling of sets with unaligned sizes.
Reviewed-by: stefank, jmasa
amurillo [Fri, 19 Aug 2016 22:28:32 +0000] rev 40638
Merge
amurillo [Fri, 19 Aug 2016 12:17:31 -0700] rev 40637
Merge
coleenp [Fri, 19 Aug 2016 22:42:25 +0200] rev 40636
Merge
coleenp [Fri, 19 Aug 2016 14:54:31 -0400] rev 40635
8145964: NoClassDefFound error in transforming lambdas
Summary: Skip VM anonymous classes in retransformation and give an error for redefinition.
Reviewed-by: dholmes, dcubed, never