JDK-6997300 : assert(has_last_Java_frame()) failed: must have last_Java_sp() when suspended with JVMTI test
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: hs20
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-11-03
  • Updated: 2023-12-13
  • Resolved: 2013-11-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
Test fails with

#  Internal Error (/tmp/jprt/P1/B/180738.jcoomes/source/src/os_cpu/linux_x86/vm/thread_linux_x86.hpp:31), pid=22543, tid=139905110636880
#  assert(has_last_Java_frame()) failed: must have last_Java_sp() when suspended

Stack: [0x00007f3e325bf000,0x00007f3e326c0000],  sp=0x00007f3e326be460,  free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xb6fb2c];;  VMError::report(outputStream*)+0x116c
V  [libjvm.so+0xb6fefc];;  VMError::report_and_die()+0x2dc
V  [libjvm.so+0x58b3b4];;  report_vm_error(char const*, int, char const*, char const*)+0x84
V  [libjvm.so+0xb0f58c];;  JavaThread::last_java_vframe(RegisterMap*)+0x18c
V  [libjvm.so+0x820dff];;  VM_GetCurrentLocation::doit()+0xaf
V  [libjvm.so+0xb8e0af];;  VM_Operation::evaluate()+0x8f
V  [libjvm.so+0xb8c180];;  VMThread::evaluate_operation(VM_Operation*)+0xc0
V  [libjvm.so+0xb8ce75];;  VMThread::loop()+0x525
V  [libjvm.so+0xb8d095];;  VMThread::run()+0xb5
V  [libjvm.so+0x98cbd0];;  java_start(Thread*)+0xf0

Comments
It is clear that this bug is a dup of the P2 bug JDK-8028126. There is a mismatch in the priority though.
27-11-2013