mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
Reviewed-by: never
This commit is contained in:
parent
7be7d19ba5
commit
52e3d262a1
17 changed files with 227 additions and 57 deletions
|
@ -200,6 +200,7 @@ IRT_END
|
|||
void InterpreterRuntime::note_trap(JavaThread* thread, int reason, TRAPS) {
|
||||
assert(ProfileTraps, "call me only if profiling");
|
||||
methodHandle trap_method(thread, method(thread));
|
||||
|
||||
if (trap_method.not_null()) {
|
||||
methodDataHandle trap_mdo(thread, trap_method->method_data());
|
||||
if (trap_mdo.is_null()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue