Hi,

Please review the fix for JDK-8165984

Bug: https://bugs.openjdk.java.net/browse/JDK-8165984
Webrev: http://cr.openjdk.java.net/~nishjain/8165984/webrev.01/

Fix: the private lookup variable is made final in PropertyResourceBundle as after initialization it is not changed anywhere. lookup variable is made volatile in ListResourceBundle to make sure that multiple threads read the value from main memory.

Regards,
Nishit Jain

Reply via email to