mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
add Code to classpath
This commit is contained in:
parent
43bd838c86
commit
5adb558355
5
classpath/avian/Code.java
Normal file
5
classpath/avian/Code.java
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package avian;
|
||||||
|
|
||||||
|
class Code {
|
||||||
|
// VM-visible fields in types.def
|
||||||
|
}
|
1
makefile
1
makefile
@ -1354,6 +1354,7 @@ ifneq ($(classpath),avian)
|
|||||||
# them to synthesize a class:
|
# them to synthesize a class:
|
||||||
classpath-sources := \
|
classpath-sources := \
|
||||||
$(classpath-src)/avian/Addendum.java \
|
$(classpath-src)/avian/Addendum.java \
|
||||||
|
$(classpath-src)/avian/Code.java \
|
||||||
$(classpath-src)/avian/AnnotationInvocationHandler.java \
|
$(classpath-src)/avian/AnnotationInvocationHandler.java \
|
||||||
$(classpath-src)/avian/Assembler.java \
|
$(classpath-src)/avian/Assembler.java \
|
||||||
$(classpath-src)/avian/Callback.java \
|
$(classpath-src)/avian/Callback.java \
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
(type lineNumberTable
|
(type lineNumberTable
|
||||||
(array uint64_t body))
|
(array uint64_t body))
|
||||||
|
|
||||||
(type code
|
(type code avian/Code
|
||||||
(object pool)
|
(object pool)
|
||||||
(object exceptionHandlerTable)
|
(object exceptionHandlerTable)
|
||||||
(object lineNumberTable)
|
(object lineNumberTable)
|
||||||
|
Loading…
Reference in New Issue
Block a user