tamao [Fri, 07 Jun 2013 09:46:58 -0700] rev 18441
7122222: GC log is limited to 2G for 32-bit
Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation
Reviewed-by: tbell, mgerdin, dcubed
Contributed-by: tamao <tao.mao@oracle.com>
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