On Thu, 1 Dec 2022 22:20:39 GMT, Alex Menkov <amen...@openjdk.org> wrote:
>> test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004t.java >> line 54: >> >>> 52: static final char iCharFld = 'a'; >>> 53: static final boolean iBooleanFld = false; >>> 54: static final String iStrFld = "instance field"; >> >> I don't think you meant for these fields to be static. > > Oh, sure. Incomplete change (or I did undo accidentally) Fixed. ------------- PR: https://git.openjdk.org/jdk/pull/11279