-
Bug
-
Resolution: Unresolved
-
P4
-
6
-
Cause Known
-
generic
-
generic
I ran into an assertion failure when stress testing the fix for the following bug:
6456834 3/3 part of AsyncGetCallTrace fix for 6379830 in needed on
Solaris SPARC
Here is the assertion failure message:
# Internal Error (src/share/vm/oops/methodOop.cpp, 181 [ Patched ]), pid=17493, tid=2
#
# Java VM: Java HotSpot(TM) Client VM (mustang-fastdebug-debug mixed mode)
#
# Error: assert((is_native() && bci == 0) || (!is_native() && 0 <= bci && bci <
code_size()),"illegal bci")
6456834 3/3 part of AsyncGetCallTrace fix for 6379830 in needed on
Solaris SPARC
Here is the assertion failure message:
# Internal Error (src/share/vm/oops/methodOop.cpp, 181 [ Patched ]), pid=17493, tid=2
#
# Java VM: Java HotSpot(TM) Client VM (mustang-fastdebug-debug mixed mode)
#
# Error: assert((is_native() && bci == 0) || (!is_native() && 0 <= bci && bci <
code_size()),"illegal bci")
- relates to
-
JDK-8168445 make pd_get_top_frame_for_profiling more robust
- Open