-
Bug
-
Resolution: Fixed
-
P4
-
7u45
-
JDK 7u45 b04
Run with JTREG 4.1 b06 and "-agentvm" jtreg option
-
b04
-
b01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8033876 | 7u80 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8034704 | 7u65 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8031131 | 7u60 | Sean Coffey | P4 | Resolved | Fixed | b03 |
JDK-8028811 | 7u51 | Sean Coffey | P4 | Closed | Fixed | b09 |
Testsuite name: Regression
Test name: javax/script/GetInterfaceTest.java
JDK tested: 7u45 b04
OS tested: All
Test fails since 7u45 b04 and passes against 7u45 b03.
I suppose it is not a regression, but a test bug, because failure is reproduced only when run with JTREG 4.1 b06 and -agentvm option.
LOG:
#section:main
----------messages:(3/129)----------
command: main GetInterfaceTest
reason: Assumed action based on file name: run main GetInterfaceTest
elapsed time (seconds): 0.1
----------System.out:(1/21)----------
this is run function
----------System.err:(14/818)----------
java.lang.SecurityException: attempt to implement non-public interface
at com.sun.script.util.InterfaceImplementor.getInterface(InterfaceImplementor.java:92)
at com.sun.script.javascript.RhinoScriptEngine.getInterface(RhinoScriptEngine.java:310)
at GetInterfaceTest.main(GetInterfaceTest.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:728)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.SecurityException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.SecurityException: attempt to implement non-public interface
test result: Failed. Execution failed: `main' threw exception: java.lang.SecurityException: attempt to implement non-public interface
Test name: javax/script/GetInterfaceTest.java
JDK tested: 7u45 b04
OS tested: All
Test fails since 7u45 b04 and passes against 7u45 b03.
I suppose it is not a regression, but a test bug, because failure is reproduced only when run with JTREG 4.1 b06 and -agentvm option.
LOG:
#section:main
----------messages:(3/129)----------
command: main GetInterfaceTest
reason: Assumed action based on file name: run main GetInterfaceTest
elapsed time (seconds): 0.1
----------System.out:(1/21)----------
this is run function
----------System.err:(14/818)----------
java.lang.SecurityException: attempt to implement non-public interface
at com.sun.script.util.InterfaceImplementor.getInterface(InterfaceImplementor.java:92)
at com.sun.script.javascript.RhinoScriptEngine.getInterface(RhinoScriptEngine.java:310)
at GetInterfaceTest.main(GetInterfaceTest.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:728)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.SecurityException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.SecurityException: attempt to implement non-public interface
test result: Failed. Execution failed: `main' threw exception: java.lang.SecurityException: attempt to implement non-public interface
- backported by
-
JDK-8031131 [TEST] javax/script/GetInterfaceTest.java fails since 7u45 b04 when run with jtreg -agentvm option
- Resolved
-
JDK-8033876 [TEST] javax/script/GetInterfaceTest.java fails since 7u45 b04 when run with jtreg -agentvm option
- Resolved
-
JDK-8034704 [TEST] javax/script/GetInterfaceTest.java fails since 7u45 b04 when run with jtreg -agentvm option
- Resolved
-
JDK-8028811 [TEST] javax/script/GetInterfaceTest.java fails since 7u45 b04 when run with jtreg -agentvm option
- Closed