mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 03:04:30 +08:00
861ef92859
gcc/java: * java-tree.h (otable_methods, otable_decl, otable_syms_decl, otable_type, otable_ptr_type, method_symbol_type, method_symbols_array_type, method_symbols_array_ptr_type): New field/global tree definitions. (flag_indirect_dispatch): New flag. * decl.c (java_init_decl_processing): Initialize new otable and otable_syms type nodes and decls. Add new field "index" to method_type_node. * class.c (build_method_symbols_entry): New function. (make_method_value): Set "index" to to method's vtable index for virtual methods when indirect-dispatch is not used. (make_class_data): For indirect-dispatch, dont emit the dtable_decl, and set vtable_method_count to -1. Set otable and otable_syms field if indirect-dispatch is used and there was something to put in them. (build_method_symbols_entry): New function. (emit_offset_symbol_table): New function. * expr.c (get_offset_table_index): New function. (build_invokevirtual): Build array reference to otable at the index returned by get_offset_table_index, and use the result as the vtable offset. (build_invokeinterface): Similar. * jcf-parse.c (yyparse): If indirect-dispatch, call emit_offset_symbol_table at the end of compilation, after all classes have been generated. * jvspec.c: Don't pass findirect-dispatch to jvgenmain. * lang.c (flag_indirect_dispatch): Define. (lang_f_options): Add indirect-dispatch flag. libjava: * include/jvm.h (_Jv_VTable::idx_to_offset): New method. * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_MakeVTable and _Jv_LinkOffsetTable if needed. * java/lang/Class.h (_Jv_Method): Add "index" field. (_Jv_MethodSymbol): New struct type. (_Jv_LinkOffsetTable, _Jv_LayoutVTableMethods, _Jv_SetVTableEntries, _Jv_MakeVTable): Friends. (otable, otable_syms): New Class fields. * java/lang/natClass.cc (_Jv_LinkOffsetTable): New function. (isVirtualMethod): New static function. (_Jv_LayoutVTableMethods): New function. (_Jv_SetVTableEntries): New function. (_Jv_MakeVTable): New function. From-SVN: r48038 |
||
---|---|---|
.. | ||
ref | ||
reflect | ||
AbstractMethodError.java | ||
ArithmeticException.java | ||
ArrayIndexOutOfBoundsException.java | ||
ArrayStoreException.java | ||
Boolean.java | ||
Byte.java | ||
Character.java | ||
CharSequence.java | ||
Class.h | ||
Class.java | ||
ClassCastException.java | ||
ClassCircularityError.java | ||
ClassFormatError.java | ||
ClassLoader.java | ||
ClassNotFoundException.java | ||
Cloneable.java | ||
CloneNotSupportedException.java | ||
Comparable.java | ||
Compiler.java | ||
Double.java | ||
dtoa.c | ||
e_acos.c | ||
e_asin.c | ||
e_atan2.c | ||
e_exp.c | ||
e_fmod.c | ||
e_log.c | ||
e_pow.c | ||
e_rem_pio2.c | ||
e_remainder.c | ||
e_scalb.c | ||
e_sqrt.c | ||
EcosProcess.java | ||
Error.java | ||
Exception.java | ||
ExceptionInInitializerError.java | ||
fdlibm.h | ||
Float.java | ||
ieeefp.h | ||
IllegalAccessError.java | ||
IllegalAccessException.java | ||
IllegalArgumentException.java | ||
IllegalMonitorStateException.java | ||
IllegalStateException.java | ||
IllegalThreadStateException.java | ||
IncompatibleClassChangeError.java | ||
IndexOutOfBoundsException.java | ||
InheritableThreadLocal.java | ||
InstantiationError.java | ||
InstantiationException.java | ||
Integer.java | ||
InternalError.java | ||
InterruptedException.java | ||
k_cos.c | ||
k_rem_pio2.c | ||
k_sin.c | ||
k_tan.c | ||
LinkageError.java | ||
Long.java | ||
Math.java | ||
mprec.c | ||
mprec.h | ||
natCharacter.cc | ||
natClass.cc | ||
natClassLoader.cc | ||
natDouble.cc | ||
natEcosProcess.cc | ||
natFloat.cc | ||
natMath.cc | ||
natObject.cc | ||
natPosixProcess.cc | ||
natRuntime.cc | ||
natString.cc | ||
natStringBuffer.cc | ||
natSystem.cc | ||
natThread.cc | ||
natThrowable.cc | ||
NegativeArraySizeException.java | ||
NoClassDefFoundError.java | ||
NoSuchFieldError.java | ||
NoSuchFieldException.java | ||
NoSuchMethodError.java | ||
NoSuchMethodException.java | ||
NullPointerException.java | ||
Number.java | ||
NumberFormatException.java | ||
Object.h | ||
Object.java | ||
OutOfMemoryError.java | ||
Package.java | ||
PosixProcess.java | ||
Process.java | ||
Runnable.java | ||
Runtime.java | ||
RuntimeException.java | ||
RuntimePermission.java | ||
s_atan.c | ||
s_ceil.c | ||
s_copysign.c | ||
s_cos.c | ||
s_fabs.c | ||
s_floor.c | ||
s_rint.c | ||
s_scalbn.c | ||
s_sin.c | ||
s_tan.c | ||
SecurityException.java | ||
SecurityManager.java | ||
sf_fabs.c | ||
sf_rint.c | ||
Short.java | ||
StackOverflowError.java | ||
String.java | ||
StringBuffer.java | ||
StringIndexOutOfBoundsException.java | ||
strtod.c | ||
System.java | ||
Thread.java | ||
ThreadDeath.java | ||
ThreadGroup.java | ||
ThreadLocal.java | ||
Throwable.java | ||
UnknownError.java | ||
UnsatisfiedLinkError.java | ||
UnsupportedClassVersionError.java | ||
UnsupportedOperationException.java | ||
VerifyError.java | ||
VirtualMachineError.java | ||
VMClassLoader.java | ||
VMSecurityManager.java | ||
Void.java | ||
w_acos.c | ||
w_asin.c | ||
w_atan2.c | ||
w_exp.c | ||
w_fmod.c | ||
w_log.c | ||
w_pow.c | ||
w_remainder.c | ||
w_sqrt.c |