javap has trouble with field annotated with ACC_STRICT

Remi Forax forax at univ-mlv.fr
Mon Aug 5 18:07:41 UTC 2024


Hello,
before i forget, the javap version of the early access of Valhalla currently does not support field with the ACC_STRICT flag set.

$JAVA_HOME/bin/javap -private target/classes/com/github/forax/civilizer/value/Complex.class
Compiled from "Complex.java"
public final value class com.github.forax.civilizer.value.Complex {
Error: Fatal error: Unmatched bit position 0x800 for location FIELD

regard,
Rémi


More information about the valhalla-dev mailing list