remove JIT-related data structures from types.def since that code is being reworked

This commit is contained in:
Joel Dice 2007-11-18 12:18:37 -07:00
parent d105a180db
commit cab88c7e1f

View File

@ -13,16 +13,6 @@
(type field java/lang/reflect/Field)
(pod compiled
(uint16_t maxLocals)
(uint16_t maxStack)
(uint32_t parameterFootprint)
(uint32_t codeLength)
(uint32_t lineNumberTableLength)
(uint32_t exceptionHandlerTableLength)
(uint32_t stackMapTableLength)
(uint8_t[0] body))
(type method java/lang/reflect/Method)
(type nativeMethodData
@ -57,16 +47,6 @@
(uint16_t maxLocals)
(array uint8_t body))
(pod nativeExceptionHandler
(uint32_t start)
(uint32_t end)
(uint32_t ip)
(uint32_t catchType))
(pod nativeLineNumber
(uint32_t ip)
(uint32_t line))
(type reference
(object class)
(object name)