RFR(XS) [10]: 8174199: ci replay doesn't reallocate static final field of recorded klass

Roland Westrelin rwestrel at redhat.com
Wed Feb 8 15:58:35 UTC 2017


http://cr.openjdk.java.net/~roland/8174199/webrev.00/

On failure, ci replay records the actual type of a static final field
(when it's an instance) but on replay, it doesn't allocate a static
final field of that type but of the signature type instead.

Roland.


More information about the hotspot-compiler-dev mailing list