RFR (S) 8031818: Experimental VM flag for enforcing safe object construction

Christian Thalinger christian.thalinger at oracle.com
Thu Feb 6 13:22:05 PST 2014


On Feb 3, 2014, at 2:45 AM, Aleksey Shipilev <aleksey.shipilev at oracle.com> wrote:

> On 01/31/2014 09:03 PM, Vladimir Ivanov wrote:
>> Can you also test with -XX:+FoldStableValues
>> -XX:+UseImplicitStableValues since you changed relevant code and run HS
>> regression tests (and CTW preferably).
> 
> hotspot/test jtregs are passing fine with
>  -XX:+FoldStableValues -XX:+UseImplicitStableValues

…because it’s unlikely these are executing a lot of 292 code (which is the only code right now that uses @Stable).  Running jdk/test/java/lang/invoke tests would be more meaningful or other stuff with Nashorn.

> 
> -Aleksey.



More information about the hotspot-compiler-dev mailing list