README

Tue, 15 Apr 2014 16:26:48 -0400

author
mkos
date
Tue, 15 Apr 2014 16:26:48 -0400
changeset 567
7d8cd27f1543
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
permissions
-rw-r--r--

8035613: With active Securitymanager JAXBContext.newInstance fails
Summary: Adding required doPrivileged section into JAXB classes; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin
Reviewed-by: mullan, mgrebac

     1 README:
     3   This file should be located at the top of the Mercurial repository.
     5   See http://openjdk.java.net/ for more information about the OpenJDK.
     7   See ../README-builds.html for complete details on build machine requirements.
     9 Simple Build Instructions:
    10   This repository can be loaded as a NetBeans project, built with ant, or
    11   built with GNU make, e.g.
    12     ant
    13        -OR-
    14     cd make && gnumake
    16   The built files that will be imported into the jdk build will be in the 
    17   "dist" directory.
    18   Help information is available by running "ant -projecthelp" or "make help".

mercurial