corba/README
author jprovino
Tue, 20 Sep 2016 10:27:51 -0400
changeset 41284 b4276ec89d0d
parent 4 02bb8761fcce
permissions -rw-r--r--
8164482: [REDO] G1 does not implement millis_since_last_gc which is needed by RMI GC Summary: G1 does not return a correct value for the CollectedHeap::millis_since_last_gc() Reviewed-by: tschatzl, kbarrett
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     1
README:
02bb8761fcce Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the corba Mercurial repository.
02bb8761fcce Initial load
duke
parents:
diff changeset
     3
02bb8761fcce Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
02bb8761fcce Initial load
duke
parents:
diff changeset
     5
02bb8761fcce Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
02bb8761fcce Initial load
duke
parents:
diff changeset
     7
02bb8761fcce Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
02bb8761fcce Initial load
duke
parents:
diff changeset
     9
02bb8761fcce Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
02bb8761fcce Initial load
duke
parents:
diff changeset
    11
     
02bb8761fcce Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
02bb8761fcce Initial load
duke
parents:
diff changeset
    13
  directory.
02bb8761fcce Initial load
duke
parents:
diff changeset
    14