-
Bug
-
Resolution: Fixed
-
P4
-
9
-
-Xcomp -d64 -client -Xmixed -XX:+UseG1GC -Xcheck:jni -Xbatch
-
b66
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084948 | emb-9 | Yekaterina Kantserova | P4 | Resolved | Fixed | team |
Testsuite name: Regression(jdk_svc)
Test name(s):com/sun/jdi/BadHandshakeTest.java
Product(s) tested: JDK 9b57 (64-bit)
OS/architecture: Solaris 11/x64
Error log file (if present): attached.
Reproducible: Always
Reproducible on machine: spb23350.ru.oracle.com, spb23154.ru.oracle.com
Is it a Regression: No (fails for JDK 9b43 and JDK 9b55 also)
Regression introduced in release/build: N/A
Test result on the last GAed release for this train:
Test result on FCS:
Is it a platform specific issue: No(fails on Linux also)
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing: No
[If new configuration testing] Issue specific to execution mode or OS/browser version: No
Exception/Error from Log:
----------System.out:(7/967)----------
vmOpts: '-d64 -d64 -Xmx768M'
javaOpts: '-Xcomp -d64 -client -Xmixed -XX:+UseG1GC -Xcheck:jni -d64 -Xcomp -Xbatch'
Command line: [/export/local/aurora/CommonData/jdk/bin/java -d64 -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=55352 -classpath /export/local/aurora/sandbox/results/workDir/classes/0/com/sun/jdi -d64 -d64 -Xmx768M -Xcomp -d64 -client -Xmixed -XX:+UseG1GC -Xcheck:jni -d64 -Xcomp -Xbatch Exit0 ]
[Exit0]:/export/local/aurora/CommonData/jdk/bin/java -d64 -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=55352 -classpath /export/local/aurora/sandbox/results/workDir/classes/0/com/sun/jdi -d64 -d64 -Xmx768M -Xcomp -d64 -client -Xmixed -XX:+UseG1GC -Xcheck:jni -d64 -Xcomp -Xbatch Exit0
[Exit0] WARNING in native method: JNI call made without checking exceptions when required to from CallStaticObjectMethod
[Exit0] WARNING: JNI local refs: 366, exceeds capacity: 34
[Exit0] Listening for transport dt_socket at address: 55352
----------System.err:(13/740)----------
java.lang.RuntimeException: Unable to start debugee
at BadHandshakeTest.main(BadHandshakeTest.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Unable to start debugee
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Unable to start debugee
Test run log location:
Steps to reproduce: see comments
Test name(s):com/sun/jdi/BadHandshakeTest.java
Product(s) tested: JDK 9b57 (64-bit)
OS/architecture: Solaris 11/x64
Error log file (if present): attached.
Reproducible: Always
Reproducible on machine: spb23350.ru.oracle.com, spb23154.ru.oracle.com
Is it a Regression: No (fails for JDK 9b43 and JDK 9b55 also)
Regression introduced in release/build: N/A
Test result on the last GAed release for this train:
Test result on FCS:
Is it a platform specific issue: No(fails on Linux also)
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing: No
[If new configuration testing] Issue specific to execution mode or OS/browser version: No
Exception/Error from Log:
----------System.out:(7/967)----------
vmOpts: '-d64 -d64 -Xmx768M'
javaOpts: '-Xcomp -d64 -client -Xmixed -XX:+UseG1GC -Xcheck:jni -d64 -Xcomp -Xbatch'
Command line: [/export/local/aurora/CommonData/jdk/bin/java -d64 -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=55352 -classpath /export/local/aurora/sandbox/results/workDir/classes/0/com/sun/jdi -d64 -d64 -Xmx768M -Xcomp -d64 -client -Xmixed -XX:+UseG1GC -Xcheck:jni -d64 -Xcomp -Xbatch Exit0 ]
[Exit0]:/export/local/aurora/CommonData/jdk/bin/java -d64 -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=55352 -classpath /export/local/aurora/sandbox/results/workDir/classes/0/com/sun/jdi -d64 -d64 -Xmx768M -Xcomp -d64 -client -Xmixed -XX:+UseG1GC -Xcheck:jni -d64 -Xcomp -Xbatch Exit0
[Exit0] WARNING in native method: JNI call made without checking exceptions when required to from CallStaticObjectMethod
[Exit0] WARNING: JNI local refs: 366, exceeds capacity: 34
[Exit0] Listening for transport dt_socket at address: 55352
----------System.err:(13/740)----------
java.lang.RuntimeException: Unable to start debugee
at BadHandshakeTest.main(BadHandshakeTest.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Unable to start debugee
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Unable to start debugee
Test run log location:
Steps to reproduce: see comments
- backported by
-
JDK-8084948 BadHandshakeTest.java fails due to warnings in output
-
- Resolved
-
- relates to
-
JDK-8073794 jdk/test/com/sun/jdi/BadHandshakeTest.java should retry if tcp port is taken
-
- Resolved
-