make/netbeans/compiler/README

Thu, 09 Oct 2008 16:21:04 +0100

author
mcimadamore
date
Thu, 09 Oct 2008 16:21:04 +0100
changeset 138
d766e40e49d6
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6586091: javac crashes with StackOverflowError
Summary: Types.adapt should avoid infinite loops by exploiting a local cache
Reviewed-by: jjg

     1 "compiler" project README.
     3 This project is for working on the compiler tool (javac)
     4 in the OpenJDK langtools component.
     6 The main class for the tool is com.sun.tools.javac.Main.
     8 NetBeans 5.0 or later is required and sufficient to use this
     9 project, and others in the OpenJDK langtools component. 
    10 This is different from other projects in OpenJDK, which 
    11 require version 6.0 or later.

mercurial