jaxws/README
author johnc
Thu, 11 Jun 2009 17:19:33 -0700
changeset 2996 1097030e5ec3
parent 8 474761f14bca
child 3885 90241d0c87b6
permissions -rw-r--r--
6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55 Summary: For heaps larger than 32Gb, the number of heap regions overflows the data type used to hold the region index in the SparsePRT structure. Changed the region indexes, card indexes, and RSet hash table buckets to ints and added some size overflow guarantees. Reviewed-by: ysr, tonyp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
474761f14bca Initial load
duke
parents:
diff changeset
     1
README:
474761f14bca Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the jaxws Mercurial repository.
474761f14bca Initial load
duke
parents:
diff changeset
     3
474761f14bca Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
474761f14bca Initial load
duke
parents:
diff changeset
     5
474761f14bca Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
474761f14bca Initial load
duke
parents:
diff changeset
     7
474761f14bca Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
474761f14bca Initial load
duke
parents:
diff changeset
     9
474761f14bca Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
474761f14bca Initial load
duke
parents:
diff changeset
    11
     
474761f14bca Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
474761f14bca Initial load
duke
parents:
diff changeset
    13
  directory.
474761f14bca Initial load
duke
parents:
diff changeset
    14