-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b130
-
generic
-
generic
-
Verified
Compiling reg test InterfaceInInner.java
class InterfaceInInner {
InterfaceInInner() {
class foo {
interface A {
}
}
}
}
fails as expected but as of nightly build of 1/25/11 returns 4 instead of 1.
This other reg tests which failed like this are
AnonStaticMember_2.java and QualifiedNew.java
class InterfaceInInner {
InterfaceInInner() {
class foo {
interface A {
}
}
}
}
fails as expected but as of nightly build of 1/25/11 returns 4 instead of 1.
This other reg tests which failed like this are
AnonStaticMember_2.java and QualifiedNew.java
- relates to
-
JDK-7020947 an exception has occured in the compiler( 1.7 -ea)
-
- Closed
-
-
CODETOOLS-7016451 jtreg should recognize standard javac exit codes
-
- Resolved
-
-
JDK-7019631 issues in test headers in b130
-
- Closed
-