langtools/make/netbeans/javap/README
author mcimadamore
Mon, 03 Mar 2008 16:03:53 +0000
changeset 161 bfe63856332f
parent 10 06bc494ca11e
permissions -rw-r--r--
6614974: javac successfully compiles code that throws java.lang.VerifyError when run Summary: synthetic cast missing when translating autoboxing expressions Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
"javap" project README.
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
This project is for working on the disassembler tool (javap) 
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
in the OpenJDK langtools component.
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
The main class for the tool is sun.tools.javap.Main.
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
NetBeans 5.0 or later is required and sufficient to use this
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
project, and others in the OpenJDK langtools component. 
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
This is different from other projects in OpenJDK, which 
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
require version 6.0 or later.