sla [Tue, 25 Jun 2013 14:11:57 +0200] rev 18440
8017561: Build errors caused by missing .PHONY
Reviewed-by: stefank, brutisso
coleenp [Mon, 24 Jun 2013 18:55:46 -0400] rev 18439
8016325: JVM hangs verifying system dictionary
Summary: Minimize redundant verifications of Klasses.
Reviewed-by: hseigel, jmasa
iklam [Sun, 23 Jun 2013 22:08:28 -0700] rev 18438
8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes
Summary: Added Atomic::inc(short*) to support this change.
Reviewed-by: coleenp, dcubed, dholmes, minqi
dcubed [Fri, 21 Jun 2013 10:55:26 -0700] rev 18437
Merge
dcubed [Fri, 21 Jun 2013 08:18:08 -0700] rev 18436
Merge
coleenp [Fri, 21 Jun 2013 10:57:00 -0400] rev 18435
8017177: more explicit code location information in hs_err crash log
Summary: Add code pc location for compiled code
Reviewed-by: kvn, coleenp
Contributed-by: doug.simon@oracle.com
coleenp [Fri, 21 Jun 2013 10:50:19 -0400] rev 18434
8004124: Handle and/or warn about SI_KERNEL
Summary: Detect this crash in the signal handler and give a fatal error message instead of making us chase down bugs that don't reproduce
Reviewed-by: kvn, mgerdin, dholmes
mgronlun [Thu, 20 Jun 2013 11:53:51 +0200] rev 18433
8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
Reviewed-by: sla, dholmes
iklam [Wed, 19 Jun 2013 20:51:39 -0700] rev 18432
8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread.
Summary: Reduce default size of Thread::_metadata_handles from 300 to 30
Reviewed-by: coleenp, sspitsyn
dholmes [Wed, 19 Jun 2013 13:14:03 -0700] rev 18431
8014326: [OSX] All libjvm symbols are exported
Summary: Add support for a MacOS X compatible form of the libjvm mapfile.
Reviewed-by: dcubed, rdurbin, coleenp