lfoltan [Tue, 08 Jul 2014 13:52:29 -0400] rev 25478
8048128: Fix for Solaris Studio C++ 5.13, CHECK_UNHANDLED_OOPS breaks PPC build.
Summary: Changes to successfully compile class oop within oops/oopsHierarchy.hpp for PPC build (with gcc 4.1.2).
Reviewed-by: dholmes, hseigel
fparain [Tue, 08 Jul 2014 08:04:06 -0700] rev 25477
8047714: Fix for JDK-6546236 made Solaris os::yield() a no-op
Reviewed-by: hseigel, lfoltan
darcy [Mon, 07 Jul 2014 12:08:07 -0400] rev 25476
8048620: Remove unneeded/obsolete -source/-target options in hotspot tests
Reviewed-by: dholmes, hseigel
mgronlun [Sat, 05 Jul 2014 20:05:29 +0200] rev 25475
8049324: interpretedVFrame::expressions to index oopmap correctly
Reviewed-by: sspitsyn, coleenp
dcubed [Thu, 03 Jul 2014 16:55:57 -0700] rev 25474
Merge
mgronlun [Thu, 03 Jul 2014 21:37:31 +0200] rev 25473
8039905: heapdump/OnOOMToFile and heapdump/OnOOMToPath fail with "assert(fr().interpreter_frame_expression_stack_size() >= length) failed: error in expression stack!"
Reviewed-by: coleenp, sspitsyn
dcubed [Thu, 03 Jul 2014 11:07:51 -0700] rev 25472
8047104: cleanup misc issues prior to Contended Locking reorder and cache
Summary: Checkpoint misc cleanups for Contended Locking prior to first optimization bucket.
Reviewed-by: dholmes, sspitsyn, dice
mikael [Thu, 03 Jul 2014 09:16:56 -0700] rev 25471
8046818: Hotspot build system looking for sdt.h in the wrong place
Reviewed-by: sla, dholmes
hseigel [Thu, 03 Jul 2014 10:25:42 -0400] rev 25470
8026894: Improve VerifyError message about overriding a final method
Summary: Add full class name to error message.
Reviewed-by: fparain, zgu, lfoltan
coleenp [Wed, 02 Jul 2014 20:20:45 -0400] rev 25469
Merge