Compiling this simple inner class testcase seems to cause javac to never
come back:
class X {
class C1 {
class C2 extends C1 {
}
}
}
the java VM process for javac appears to be in a tight CPU spin loop.
This was found by compiling up one of the latest Modena 22 testcases ciner078.
-kto
come back:
class X {
class C1 {
class C2 extends C1 {
}
}
}
the java VM process for javac appears to be in a tight CPU spin loop.
This was found by compiling up one of the latest Modena 22 testcases ciner078.
-kto
- duplicates
-
JDK-4035013 Cyclic scoping source causes javac exception.
- Closed
-
JDK-4089897 Javac fails to return trying to compile inner class test case.
- Closed