corba/README
author dfuchs
Wed, 22 Oct 2014 17:23:14 +0200
changeset 27191 45a3002de56f
parent 4 02bb8761fcce
permissions -rw-r--r--
8059767: FileHandler should allow 'long' limits and handle overflow of MeteredStream.written. Summary: FileHandler now uses 'long' for limit and MeteredStream.written. It also reads a long for limit from the configuration, and has a new constructor allowing to pass a 'long' for limit. Reviewed-by: alanb, igerasim, mchung

README:
  This file should be located at the top of the corba 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 "dist"
  directory.