rprotacio [Mon, 22 Aug 2016 15:54:22 +0000] rev 40659
Merge
rprotacio [Mon, 22 Aug 2016 11:06:18 -0400] rev 40658
8163973: VM Anonymous classes should not call Class File Load Hooks
Summary: Ensures CFLH's are not called for VM anonymous classes
Reviewed-by: lfoltan, dholmes, coleenp, vlivanov, acorn
sjohanss [Mon, 22 Aug 2016 16:48:04 +0200] rev 40657
8163413: gc/metaspace/TestMetaspacePerfCounters failure
Reviewed-by: ehelin, dfazunen
mlarsson [Thu, 14 Jul 2016 09:52:03 +0200] rev 40656
8061219: Implement unit-tests for UL
Reviewed-by: coleenp, mockner, rprotacio
dholmes [Sun, 21 Aug 2016 20:56:37 -0400] rev 40655
8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Summary: Remove atomic.inline.hpp and move the contents back into atomic.hpp
Reviewed-by: stefank, pliden, simonis
iveresov [Sun, 21 Aug 2016 06:18:09 +0200] rev 40654
Merge
iveresov [Fri, 19 Aug 2016 18:48:25 -0700] rev 40653
Merge
iveresov [Fri, 19 Aug 2016 14:33:52 -0700] rev 40652
Merge
iignatyev [Thu, 18 Aug 2016 11:26:35 +0300] rev 40651
8164035: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java failing with Agent JAR not found or no Agent-Class attribute
Reviewed-by: kvn
neliasso [Wed, 17 Aug 2016 22:34:33 +0200] rev 40650
Merge
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