src/cpu/sparc/vm/templateTable_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/templateTable_sparc.cpp	Wed Mar 30 07:00:05 2011
--- new/src/cpu/sparc/vm/templateTable_sparc.cpp	Wed Mar 30 07:00:05 2011

*** 332,343 **** --- 332,343 ---- // %%% We should use this to handle Class and String constants also. // %%% It will simplify the ldc/primitive path considerably. void TemplateTable::fast_aldc(bool wide) { transition(vtos, atos); ! if (!EnableMethodHandles) { ! // We should not encounter this bytecode if !EnableMethodHandles. ! if (!EnableInvokeDynamic) { ! // We should not encounter this bytecode if !EnableInvokeDynamic. // The verifier will stop it. However, if we get past the verifier, // this will stop the thread in a reasonable way, without crashing the JVM. __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_IncompatibleClassChangeError)); // the call_VM checks for exception, so we should never return here.

src/cpu/sparc/vm/templateTable_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File