fix OpenJDK 8 class library build

This commit is contained in:
Joel Dice 2015-02-27 13:59:06 -07:00
parent 09833801c8
commit 02cfe06850

View File

@ -2400,20 +2400,20 @@ object makeJmethod(Thread* t,
0,
0,
declaredAnnotations,
clazz,
cast<GcJclass>(t, clazz),
slot,
name,
returnType,
cast<GcString>(t, name),
cast<GcJclass>(t, returnType),
parameterTypes,
exceptionTypes,
modifiers,
signature,
cast<GcString>(t, signature),
genericInfo,
annotations,
parameterAnnotations,
annotationDefault,
cast<GcByteArray>(t, annotations),
cast<GcByteArray>(t, parameterAnnotations),
cast<GcByteArray>(t, annotationDefault),
methodAccessor,
root);
cast<GcJmethod>(t, root));
}
object makeJconstructor(Thread* t,
@ -2438,17 +2438,17 @@ object makeJconstructor(Thread* t,
0,
0,
declaredAnnotations,
clazz,
cast<GcJclass>(t, clazz),
slot,
parameterTypes,
exceptionTypes,
modifiers,
signature,
cast<GcString>(t, signature),
genericInfo,
annotations,
parameterAnnotations,
cast<GcByteArray>(t, annotations),
cast<GcByteArray>(t, parameterAnnotations),
constructorAccessor,
root);
cast<GcJconstructor>(t, root));
}
#endif // HAVE_JexecutableHasRealParameterData