jdk/hotspot
Y. Srinivas Ramakrishna a45005f646 6808322: ParNew, CMS, G1: ParGCAllocBuffer overflow
Correct the overflow check in ParGCAllocBuffer::allocate(); simplify ParGCAllocBuffer::undo_allocation().

Reviewed-by: apetrusenko, jcoomes, jmasa, minqi, phh, tonyp
2009-03-13 13:56:01 -07:00
..
.jcheck 6669216: Add jcheck configuration directories 2008-02-29 20:03:58 -08:00
agent 6786948: SA on core file fails on solaris-amd64 if vm started with -XX:+StartAttachListener 2009-01-14 19:45:01 -08:00
make 6816433: Test G1 and ParOld in JPRT 2009-03-12 14:01:36 -07:00
src 6808322: ParNew, CMS, G1: ParGCAllocBuffer overflow 2009-03-13 13:56:01 -07:00
test 6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant 2009-02-16 07:19:26 -08:00
.hgignore 6718676: putback for 6604014 is incomplete 2008-06-24 16:00:14 -07:00
.hgtags Added tag jdk7-b47 for changeset e3f44a955240 2009-02-12 14:00:38 -08:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
LICENSE Initial load 2007-12-01 00:00:00 +00:00
README Initial load 2007-12-01 00:00:00 +00:00
THIRD_PARTY_README Initial load 2007-12-01 00:00:00 +00:00

README:
  This file should be located at the top of the hotspot Mercurial repository.

  See http://openjdk.java.net/ for more information about the OpenJDK.

  See ../README-builds.html for complete details on build machine requirements.

Simple Build Instructions:

    cd make && gnumake
     
  The files that will be imported into the jdk build will be in the "build"
  directory.