RFR: 8280798: com.sun.jdi.ObjectReference::setValue spec should prohibit any final field modification [v3]

Alex Menkov amenkov at openjdk.org
Thu Dec 1 22:23:59 UTC 2022


On Thu, 1 Dec 2022 21:12:27 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   updated test to test instance final fields
>
> 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)

-------------

PR: https://git.openjdk.org/jdk/pull/11279


More information about the serviceability-dev mailing list