The attached file tries to create an AdjustmentListener in the main constructor.
If I comment out the declaration of the AdjustmentListener, the code
compiles just fine -- and works too, except that my scrollbar isn't being
listened too. If I try and declare and initialize the AdjustmentListener,
the compiler goes into a 100% CPU loop.
If I comment out the declaration of the AdjustmentListener, the code
compiles just fine -- and works too, except that my scrollbar isn't being
listened too. If I try and declare and initialize the AdjustmentListener,
the compiler goes into a 100% CPU loop.
- duplicates
-
JDK-4044231 compiler goes in CPU loop accessing private methods from nested anonymous class
-
- Closed
-