RFR(XS) [10]: 8174199: ci replay doesn't reallocate static final field of recorded klass
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Feb 8 18:39:47 UTC 2017
Looks good.
Thank you for finding and fixing this. It looks like it was typo -
field_signature was used instead of string_value.
Vladimir
On 2/8/17 7:58 AM, Roland Westrelin wrote:
>
> 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