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.
- is blocked by
-
CODETOOLS-7903081 Update asmtools and remove jcov traces
-
- Resolved
-
- relates to
-
JDK-8351951 [lworld] javac should issue an error if a strict instance field has not been initialized before the super invocation
-
- Resolved
-
- links to
-
Commit(lworld) openjdk/valhalla/d01aec33
-
Review(lworld) openjdk/valhalla/1449