-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
8u11
JCK-compiler-8 test
lang/STMT/stmt330/stmt33002m2/stmt33002m2.html
fails in MultiJVM mode
on solaris-sparcv9 if executed v.s. JDK8, JDK8u5
with the following message
------------
The system is out of resources.
Consult the following stack trace for details.
java.lang.StackOverflowError
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at com.sun.tools.javac.tree.TreeScanner.visitNewClass(TreeScanner.java:206)
at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1510)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at com.sun.tools.javac.tree.TreeScanner.visitVarDef(TreeScanner.java:98)
at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:846)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
....
------------
On some solaris-sparcv9 machines the failure is not 100% reproducible.
In GroupJVM and SignleJVM modes the failure is seen extremely rarely
The code of the test and the log is attached.
lang/STMT/stmt330/stmt33002m2/stmt33002m2.html
fails in MultiJVM mode
on solaris-sparcv9 if executed v.s. JDK8, JDK8u5
with the following message
------------
The system is out of resources.
Consult the following stack trace for details.
java.lang.StackOverflowError
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at com.sun.tools.javac.tree.TreeScanner.visitNewClass(TreeScanner.java:206)
at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1510)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at com.sun.tools.javac.tree.TreeScanner.visitVarDef(TreeScanner.java:98)
at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:846)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
....
------------
On some solaris-sparcv9 machines the failure is not 100% reproducible.
In GroupJVM and SignleJVM modes the failure is seen extremely rarely
The code of the test and the log is attached.