From ad86240f0e6823459984976280ac93dc10b8af11 Mon Sep 17 00:00:00 2001 From: jfrijters Date: Wed, 10 Aug 2011 12:03:23 +0000 Subject: Prevent inlining of the reflective invoke/invokeExact methods into the reflection dispatch DynamicMethod (as that screws up the exception location detection in the reflection dispatch method). --- openjdk/map.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openjdk/map.xml') diff --git a/openjdk/map.xml b/openjdk/map.xml index 016bac28..7a904d47 100644 --- a/openjdk/map.xml +++ b/openjdk/map.xml @@ -2774,6 +2774,9 @@ + + NoInlining + invoke ([Ljava.lang.Object;)Ljava.lang.Object; @@ -2790,6 +2793,9 @@ + + NoInlining + invokeExact ([Ljava.lang.Object;)Ljava.lang.Object; -- cgit v1.2.3