mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
snapshot
This commit is contained in:
parent
7a4cca45c2
commit
b71d5104ba
@ -11,7 +11,7 @@ public class Method<T> extends AccessibleObject implements Member {
|
|||||||
private byte[] spec;
|
private byte[] spec;
|
||||||
private Class<T> class_;
|
private Class<T> class_;
|
||||||
private Object code;
|
private Object code;
|
||||||
private long compiled;
|
private Object compiled;
|
||||||
|
|
||||||
private Method() { }
|
private Method() { }
|
||||||
|
|
||||||
|
@ -786,9 +786,9 @@ namesPointer(const char* s)
|
|||||||
unsigned
|
unsigned
|
||||||
sizeOf(const char* type, Object* declarations)
|
sizeOf(const char* type, Object* declarations)
|
||||||
{
|
{
|
||||||
if (equal(type, "object")) {
|
if (equal(type, "object")
|
||||||
return BytesPerWord;
|
or equal(type, "intptr_t") or equal(type, "uintptr_t"))
|
||||||
} else if (equal(type, "intptr_t")) {
|
{
|
||||||
return BytesPerWord;
|
return BytesPerWord;
|
||||||
} else if (equal(type, "unsigned") or equal(type, "int")) {
|
} else if (equal(type, "unsigned") or equal(type, "int")) {
|
||||||
return sizeof(int);
|
return sizeof(int);
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
(object staticTable)
|
(object staticTable)
|
||||||
(object loader))
|
(object loader))
|
||||||
|
|
||||||
|
(type singleton
|
||||||
|
(array uintptr_t body))
|
||||||
|
|
||||||
(type classLoader java/lang/ClassLoader
|
(type classLoader java/lang/ClassLoader
|
||||||
(extends jobject)
|
(extends jobject)
|
||||||
(object parent))
|
(object parent))
|
||||||
@ -60,7 +63,7 @@
|
|||||||
(object spec)
|
(object spec)
|
||||||
(object class)
|
(object class)
|
||||||
(object code)
|
(object code)
|
||||||
(uint64_t compiled))
|
(object compiled))
|
||||||
|
|
||||||
(type nativeMethodData
|
(type nativeMethodData
|
||||||
(void* function)
|
(void* function)
|
||||||
|
Loading…
Reference in New Issue
Block a user