coleenp [Mon, 30 Jun 2014 14:58:52 -0400] rev 25374
8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
Summary: Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files
Reviewed-by: stefank, coleenp, dholmes
dcubed [Fri, 27 Jun 2014 14:00:50 -0700] rev 25373
8047720: Xprof hangs on Solaris
Summary: Update use of PeriodicTask_lock in WatcherThread::stop() to avoid safepoint deadlock.
Reviewed-by: mgronlun, coleenp
dcubed [Fri, 27 Jun 2014 08:11:49 -0700] rev 25372
Merge
mgronlun [Fri, 27 Jun 2014 13:33:36 +0200] rev 25371
8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
Reviewed-by: coleenp, sspitsyn, ehelin
egahlin [Wed, 25 Jun 2014 22:12:25 +0000] rev 25370
Merge
egahlin [Wed, 25 Jun 2014 21:36:48 +0200] rev 25369
8046783: Add hidden field to methods for event based tracing
Reviewed-by: sla, mgronlun
ctornqvi [Wed, 25 Jun 2014 13:03:29 -0700] rev 25368
8048076: [TESTBUG] runtime/Unsafe/RangeCheck.java fails with -Xcomp
Summary: Compiler intrinsics doesn't have this assert, disabled the intrinsics to make sure we go through the VM
Reviewed-by: lfoltan, coleenp