This is reported by Cliff Click in bug 4425365 for C2 JVMPI:
The call to make_jvmpi_method_exit forces a call to be inserted on
every exit path from the method, including all exception exit paths.
That's a lot of calls. Instead the call should be inserted once per
method at the exception exit (and again at the normal exit).
Look at the do_exits method and insert your make_jvmpi_method_exit there.
cliff.click@eng 2001-03-15
The call to make_jvmpi_method_exit forces a call to be inserted on
every exit path from the method, including all exception exit paths.
That's a lot of calls. Instead the call should be inserted once per
method at the exception exit (and again at the normal exit).
Look at the do_exits method and insert your make_jvmpi_method_exit there.
cliff.click@eng 2001-03-15
- relates to
-
JDK-4425365 enablev001 (nsk) crashes on Intel with assertion at sharedRuntime.cpp, 327
-
- Closed
-