make/netbeans/javah/README

Fri, 08 Aug 2008 17:38:20 +0100

author
mcimadamore
date
Fri, 08 Aug 2008 17:38:20 +0100
changeset 93
30a415f8667f
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6718364: inference fails when a generic method is invoked with raw arguments
Summary: Bug in the implementation of Types.isSubtypeUnchecked
Reviewed-by: jjg

     1 "javah" project README.
     3 This project is for working on the native header tool (javah) 
     4 in the OpenJDK langtools component.
     6 javah is built on top of the documentation tool (javadoc). Using this
     7 project, you can also browse javadoc and any other tools in langtools.
     8 If you build javah, javadoc will be built automatically as well,
     9 if necessary.
    11 javah is in the process of being converted so that it runs directly on
    12 top of the compiler, javac, using the annotation processing API, 
    13 instead of on top of the documentation tool, javadoc, using the
    14 Doclet API.
    16 The main class for the tool is com.sun.tools.javah.Main.
    18 NetBeans 5.0 or later is required and sufficient to use this
    19 project, and others in the OpenJDK langtools component. 
    20 This is different from other projects in OpenJDK, which 
    21 require version 6.0 or later.

mercurial