add Code to classpath

This commit is contained in:
Joshua Warner 2014-06-02 16:55:53 -06:00
parent 43bd838c86
commit 5adb558355
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
package avian;
class Code {
// VM-visible fields in types.def
}

View File

@ -1354,6 +1354,7 @@ ifneq ($(classpath),avian)
# them to synthesize a class:
classpath-sources := \
$(classpath-src)/avian/Addendum.java \
$(classpath-src)/avian/Code.java \
$(classpath-src)/avian/AnnotationInvocationHandler.java \
$(classpath-src)/avian/Assembler.java \
$(classpath-src)/avian/Callback.java \

View File

@ -78,7 +78,7 @@
(type lineNumberTable
(array uint64_t body))
(type code
(type code avian/Code
(object pool)
(object exceptionHandlerTable)
(object lineNumberTable)