Re: RFR 8209184: JDK8 ResourceBundle vulnerable to GC (fix included)

2018-08-15 Thread mandy chung
Hi Adam, This fix is JDK 8u only and so you will need to request for 8u approval. The proposed empty static method is fine with me. Please fix the format and indentation before you post the review. Since this patch is small, you can inline the diff in the RFR mail. I can review it when you s

Re: RFR 8209184: JDK8 ResourceBundle vulnerable to GC (fix included)

2018-08-15 Thread Adam Farley8
Hi Mandy, Hans, Tried out the below (after removing my previous fix, the volatile compare), and it appears to solve the problem just fine. If I generate a webrev and get it attached to the bug, would one of you mind approving the change? --...at the end of getBundleImpl in jdk8 -