Hi Mandy,
It will be good to have Naoto's opinion on this.
But what you propose makes sense to me.
best regards,
-- daniel
On 09/12/16 16:49, Mandy Chung wrote:
Naoto,
Can you review this ResourceBundle caching fix? The caller module
may be different than the specified module to
ResourceBun
Vote: yes
Hi Mandy,
The fix looks fine to me.
Naoto
On 12/9/16 10:05 AM, Daniel Fuchs wrote:
Hi Mandy,
It will be good to have Naoto's opinion on this.
But what you propose makes sense to me.
best regards,
-- daniel
On 09/12/16 16:49, Mandy Chung wrote:
Naoto,
Can you review this ResourceBundle ca
Hi Phil,
In FontConfiguration.java, line 193-195 can be inserted just after line
191, as fontConfigFile is guaranteed to be non-null if userConfigFile is
non null. Otherwise it looks good to me.
Naoto
On 12/8/16 12:01 PM, Phil Race wrote:
Bug: https://bugs.openjdk.java.net/browse/JDK-803927
Naoto,
Can you review this ResourceBundle caching fix? The caller module
may be different than the specified module to
ResourceBundle.getBundle(String, Module) method and it should also
part of the cache key.
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8170772/webrev.00/
The new test shows