simonis [Wed, 24 Sep 2014 12:19:07 -0700] rev 26821
8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
Summary: Also fix stack trace on x86 to enable walking of runtime stubs and native wrappers
Reviewed-by: kvn
iveresov [Tue, 23 Sep 2014 17:24:34 -0700] rev 26820
8059002: 8058744 needs a test case
Summary: Added a test case the UnsafeRawOp intrinsics
Reviewed-by: kvn
iveresov [Tue, 23 Sep 2014 15:09:07 -0700] rev 26819
8058744: Crash in C1 OSRed method w/ Unsafe usage
Summary: Fix UnsafeRawOp optimizations
Reviewed-by: kvn, drchase, vlivanov
iklam [Wed, 24 Sep 2014 09:48:15 -0700] rev 26818
Merge
sla [Tue, 23 Sep 2014 14:17:46 +0200] rev 26817
Merge
coleenp [Fri, 19 Sep 2014 21:13:25 -0400] rev 26816
8058843: TEST.groups has runtime/runtime/7158988/FieldMonitor.java
Summary: remove a runtime
Reviewed-by: ctornqvi, sspitsyn, kvn
iklam [Fri, 19 Sep 2014 13:47:19 -0700] rev 26815
Merge
hseigel [Fri, 19 Sep 2014 08:19:04 -0400] rev 26814
8057845: ClassVerifier::verify_exception_handler_targets reconstructs the ExceptionTable in a loop
Summary: Construct the ExceptionTable only once, before the loop
Reviewed-by: acorn, jiangli, coleenp, lfoltan
ctornqvi [Wed, 17 Sep 2014 06:55:12 -0700] rev 26813
8058369: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
Summary: Solaris and OSX places the heap in unpredictable places, some of the test must be excluded on these platforms
Reviewed-by: hseigel, coleenp
sla [Tue, 23 Sep 2014 14:19:55 +0200] rev 26812
Merge
drchase [Mon, 22 Sep 2014 14:19:11 -0400] rev 26811
8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..."
Summary: Rewrote the null pointer in a way that is not recognized by the compiler (the code is never executed).
Reviewed-by: kvn
thartmann [Sun, 21 Sep 2014 16:13:39 +0200] rev 26810
8058712: [TESTBUG] serviceability/dcmd/CodeCacheTest.java fails with java.lang.Exception
Summary: The test is changed to check the output according to the number of available code segments.
Reviewed-by: kvn
adlertz [Fri, 19 Sep 2014 17:14:13 +0200] rev 26809
Merge
neliasso [Fri, 19 Sep 2014 10:24:10 +0000] rev 26808
Merge
neliasso [Mon, 15 Sep 2014 17:12:01 +0200] rev 26807
8058461: serviceability/dcmd/CodelistTest.java and serviceability/dcmd/CompilerQueueTest.java SIGSEGV
Summary: Print only alive nmethods and add lock to print compile queue
Reviewed-by: kvn, anoll