jdk-24/hotspot
Antonios Printezis 35f23f97b0 6935821: G1: threads created during marking do not active their SATB queues
Newly-created threads always had the active field of their SATB queue initialized to false, even if they were created during marking. As a result, updates from threads created during a marking cycle were never enqueued and never processed. The fix includes remaining a method from active() to is_active() for readability and naming consistency.

Reviewed-by: ysr, johnc
2010-03-18 12:14:59 -04:00
..
.jcheck 6669216: Add jcheck configuration directories 2008-02-29 20:03:58 -08:00
agent 6932270: Allow Java's ELF symtab reader to use separate debuginfo files 2010-03-09 11:02:39 -08:00
make Merge 2010-03-18 16:06:00 -07:00
src 6935821: G1: threads created during marking do not active their SATB queues 2010-03-18 12:14:59 -04:00
test 6930043: C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I 2010-03-17 16:40:25 -07:00
.hgignore 6909462: Fix nbproject/private references in .hgignore 2009-12-16 12:51:48 -08:00
.hgtags Added tag hs17-b10 for changeset bd3cc6d99492 2010-03-08 15:50:52 -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 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 2009-08-07 11:31:42 -07: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.