Re: [8] RFR: JDK-8029057 : test/java/text/Bidi/Bug6665028.java can fail with OutOfMemoryError

2013-11-25 Thread Masayoshi Okutsu
Looks good. Masayoshi On 11/26/2013 2:27 PM, Yuka Kamiya wrote: > Hello, > > Please review the fix for: > https://bugs.openjdk.java.net/browse/JDK-8029057 > test/java/text/Bidi/Bug6665028.java can fail with OutOfMemoryError > > Fix: > http://cr.openjdk.java.net/~peytoia/8029057/webrev.00/ > > The

[8] RFR: JDK-8029057 : test/java/text/Bidi/Bug6665028.java can fail with OutOfMemoryError

2013-11-25 Thread Yuka Kamiya
Hello, Please review the fix for: https://bugs.openjdk.java.net/browse/JDK-8029057 test/java/text/Bidi/Bug6665028.java can fail with OutOfMemoryError Fix: http://cr.openjdk.java.net/~peytoia/8029057/webrev.00/ The test program was for an old implementation which no longer exists. We decided to r

[8] RFR: JDK-8028368 : There is no description whether or not java.util.ResourceBundle is thread-safe

2013-11-25 Thread Naoto Sato
Hello, Please review the fix for the following issue: https://bugs.openjdk.java.net/browse/JDK-8028368 The proposed changeset is here: http://cr.openjdk.java.net/~naoto/8028368/webrev.00/ It is just a clarification of the current behavior in the spec. Naoto