-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b24
-
generic, x86, sparc
-
generic, linux, solaris_8, solaris_9, windows_nt
-
Verified
I run it on solx86 with java_g:
- b12 passes
- b12 with -XX:+SafepointPolling fails with
com.sun.jdi.InternalException: Unexpected JDWP Error: 35
at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:47)
at com.sun.tools.jdi.StackFrameImpl.getValues(StackFrameImpl.java:225)
at com.sun.tools.jdi.StackFrameImpl.getValue(StackFrameImpl.java:184)
at PopAsynchronousTest$HarassThread.run(PopAsynchronousTest.java:98)
I have seen this on solsparc also
- with b12 and a special fastdebug1 vm I got from Robert G on Fri, Aug 1,
I got this:
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (jvmg1_200307311335-debug mixed mode)
#
# Fatal: scope must be present
#
# Error ID: /net/cocoa/export/home/rt_work/src/share/vm/code/nmethod.cpp, 433
#
# Problematic Thread: prio=5 tid=0x0817a210 nid=0x7 runnable
#
- I added -XX:-SafepointPolling to the previous run and it passed.
###@###.### 2003-09-10
I have observed this guarantee failure with the following NSK test
during my baseline Tiger-B15 snapshot testing:
nsk/jvmdi/PopFrame/popframe009
###@###.### 2003-09-17
I did an NSK run with the Tiger-B20-snapshot VM dropped into a Tiger-B19
JDK. This snapshot includes Tom's fix for the following bug:
4909800 3/5 NSK test b4529145 gets "Error: scope must be present" x86
with -client only
I observed the "scope must be present" guarantee failure with the
following NSK tests:
nsk/jdb/kill/kill002
nsk/jdi/BScenarios/hotswap/tc04x001
nsk/jdi/BScenarios/hotswap/tc04x002
nsk/jdi/BScenarios/hotswap/tc08x001
nsk/jdi/EventSet/resume/resume005
nsk/jdi/EventSet/suspendPolicy/suspendpolicy005
nsk/jdi/ExceptionEvent/_itself_/exevent001
nsk/jdi/ExceptionEvent/_itself_/exevent006
nsk/jdi/ExceptionEvent/_itself_/exevent008
nsk/jdi/ExceptionEvent/catchLocation/location001
nsk/jdi/ExceptionEvent/exception/exception001
nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002
nsk/jdwp/ThreadReference/Interrupt/interrupt001
nsk/jdwp/ThreadReference/Stop/stop001
nsk/jvmdi/GetCallerFrame/callframe006
nsk/jvmdi/GetClassStatus/getclstat002
nsk/jvmdi/InterruptThread/intrpthrd001
nsk/jvmdi/PopFrame/popframe008
nsk/jvmdi/PopFrame/popframe009
nsk/jvmdi/PopFrame/popframe010
nsk/jvmdi/StopThread/stopthrd002
nsk/jvmdi/StopThread/stopthrd003
nsk/jvmdi/StopThread/stopthrd004
nsk/jvmpi/RequestEvent/reqevent011
The failures had the following configuration distribution:
8 mrs-harlow/client-test/java/comp
1 mrs-harlow/client-test/java/mixed
22 mrs-harlow/server-test/java/comp
3 mrs-harlow/server-test/java/mixed
1 oliver/server-test/java/comp
9 overbeek/client-test/java/comp
1 overbeek/client-test/java/mixed
22 overbeek/server-test/java/comp
1 overbeek/server-test/java/mixed
mrs-harlow is a Linux RH7.2 machine, oliver is a Solaris 8 SPARC machine
and overbeek is a Solaris 8 X86 machine. My Win32 machine is not done
with the NSK runs yet so I'll add data for that config later.
###@###.### 2003-09-22
Win32 testing added the following NSK test failures:
nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004
nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001
nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004
nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004
nsk/jvmdi/SetEventNotificationMode/setnotif002
I found an error in my grep pattern for this failure. I only looked
for the error ID; I didn't look for the source_name/line_num form.
Here is the revised distribution:
1 mrs-harlow/client-fast/java/comp
1 mrs-harlow/client-fast/java/mixed
8 mrs-harlow/client-test/java/comp
1 mrs-harlow/client-test/java/mixed
1 mrs-harlow/server-fast/java/comp
1 mrs-harlow/server-fast/java/mixed
22 mrs-harlow/server-test/java/comp
3 mrs-harlow/server-test/java/mixed
1 oliver/server-fast/java/comp
1 oliver/server-test/java/comp
1 overbeek/client-fast/java/comp
1 overbeek/client-fast/java/mixed
9 overbeek/client-test/java/comp
1 overbeek/client-test/java/mixed
1 overbeek/server-fast/java/comp
1 overbeek/server-fast/java/mixed
22 overbeek/server-test/java/comp
1 overbeek/server-test/java/mixed
9 turbo-tess/client-test/java/comp
1 turbo-tess/client-test/java/mixed
2 turbo-tess/client-test/java_g/comp
1 turbo-tess/client-test/java_g/mixed
26 turbo-tess/server-test/java/comp
1 turbo-tess/server-test/java/mixed
1 turbo-tess/server-test/java_g/comp
1 turbo-tess/server-test/java_g/mixed
- b12 passes
- b12 with -XX:+SafepointPolling fails with
com.sun.jdi.InternalException: Unexpected JDWP Error: 35
at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:47)
at com.sun.tools.jdi.StackFrameImpl.getValues(StackFrameImpl.java:225)
at com.sun.tools.jdi.StackFrameImpl.getValue(StackFrameImpl.java:184)
at PopAsynchronousTest$HarassThread.run(PopAsynchronousTest.java:98)
I have seen this on solsparc also
- with b12 and a special fastdebug1 vm I got from Robert G on Fri, Aug 1,
I got this:
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (jvmg1_200307311335-debug mixed mode)
#
# Fatal: scope must be present
#
# Error ID: /net/cocoa/export/home/rt_work/src/share/vm/code/nmethod.cpp, 433
#
# Problematic Thread: prio=5 tid=0x0817a210 nid=0x7 runnable
#
- I added -XX:-SafepointPolling to the previous run and it passed.
###@###.### 2003-09-10
I have observed this guarantee failure with the following NSK test
during my baseline Tiger-B15 snapshot testing:
nsk/jvmdi/PopFrame/popframe009
###@###.### 2003-09-17
I did an NSK run with the Tiger-B20-snapshot VM dropped into a Tiger-B19
JDK. This snapshot includes Tom's fix for the following bug:
4909800 3/5 NSK test b4529145 gets "Error: scope must be present" x86
with -client only
I observed the "scope must be present" guarantee failure with the
following NSK tests:
nsk/jdb/kill/kill002
nsk/jdi/BScenarios/hotswap/tc04x001
nsk/jdi/BScenarios/hotswap/tc04x002
nsk/jdi/BScenarios/hotswap/tc08x001
nsk/jdi/EventSet/resume/resume005
nsk/jdi/EventSet/suspendPolicy/suspendpolicy005
nsk/jdi/ExceptionEvent/_itself_/exevent001
nsk/jdi/ExceptionEvent/_itself_/exevent006
nsk/jdi/ExceptionEvent/_itself_/exevent008
nsk/jdi/ExceptionEvent/catchLocation/location001
nsk/jdi/ExceptionEvent/exception/exception001
nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002
nsk/jdwp/ThreadReference/Interrupt/interrupt001
nsk/jdwp/ThreadReference/Stop/stop001
nsk/jvmdi/GetCallerFrame/callframe006
nsk/jvmdi/GetClassStatus/getclstat002
nsk/jvmdi/InterruptThread/intrpthrd001
nsk/jvmdi/PopFrame/popframe008
nsk/jvmdi/PopFrame/popframe009
nsk/jvmdi/PopFrame/popframe010
nsk/jvmdi/StopThread/stopthrd002
nsk/jvmdi/StopThread/stopthrd003
nsk/jvmdi/StopThread/stopthrd004
nsk/jvmpi/RequestEvent/reqevent011
The failures had the following configuration distribution:
8 mrs-harlow/client-test/java/comp
1 mrs-harlow/client-test/java/mixed
22 mrs-harlow/server-test/java/comp
3 mrs-harlow/server-test/java/mixed
1 oliver/server-test/java/comp
9 overbeek/client-test/java/comp
1 overbeek/client-test/java/mixed
22 overbeek/server-test/java/comp
1 overbeek/server-test/java/mixed
mrs-harlow is a Linux RH7.2 machine, oliver is a Solaris 8 SPARC machine
and overbeek is a Solaris 8 X86 machine. My Win32 machine is not done
with the NSK runs yet so I'll add data for that config later.
###@###.### 2003-09-22
Win32 testing added the following NSK test failures:
nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004
nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001
nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004
nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004
nsk/jvmdi/SetEventNotificationMode/setnotif002
I found an error in my grep pattern for this failure. I only looked
for the error ID; I didn't look for the source_name/line_num form.
Here is the revised distribution:
1 mrs-harlow/client-fast/java/comp
1 mrs-harlow/client-fast/java/mixed
8 mrs-harlow/client-test/java/comp
1 mrs-harlow/client-test/java/mixed
1 mrs-harlow/server-fast/java/comp
1 mrs-harlow/server-fast/java/mixed
22 mrs-harlow/server-test/java/comp
3 mrs-harlow/server-test/java/mixed
1 oliver/server-fast/java/comp
1 oliver/server-test/java/comp
1 overbeek/client-fast/java/comp
1 overbeek/client-fast/java/mixed
9 overbeek/client-test/java/comp
1 overbeek/client-test/java/mixed
1 overbeek/server-fast/java/comp
1 overbeek/server-fast/java/mixed
22 overbeek/server-test/java/comp
1 overbeek/server-test/java/mixed
9 turbo-tess/client-test/java/comp
1 turbo-tess/client-test/java/mixed
2 turbo-tess/client-test/java_g/comp
1 turbo-tess/client-test/java_g/mixed
26 turbo-tess/server-test/java/comp
1 turbo-tess/server-test/java/mixed
1 turbo-tess/server-test/java_g/comp
1 turbo-tess/server-test/java_g/mixed
- duplicates
-
JDK-4923662 Hotspot serverVM asserts at handles.cpp:16
-
- Closed
-
-
JDK-4917404 VM misses stack frames in compiled mode on x86 platforms
-
- Closed
-
-
JDK-4926775 assert(pc_desc != 0,"scopeDesc must exist") vframe.cpp, 396
-
- Closed
-
- relates to
-
JDK-4911881 JDI Regression test AllLineLocations fails with -server on x86 starting with b15
-
- Closed
-
-
JDK-4913586 assert(fr.can_be_deoptimized(),"checking frame type")
-
- Closed
-
-
JDK-4915625 TTY: second 'step' command runs incorrectly in "-server -Xcomp" mode on Intel
-
- Closed
-
(1 relates to)