after fix for JDK-8351951 javac is issuing an error for assignments to strict fields after a super() invocation or strict fields left unassigned at all. This is fields annotated with @Strict. The test in the title was using these, now illegal, constructions to test the verifier. The test will need to be updated now that javac is issuing a compiler error for these code patterns.
- relates to
-
JDK-8351951 [lworld] javac should issue an error if a strict instance field has not been initialized before the super invocation
-
- Resolved
-