[8u] Request for approval for 8209184 - JCK Test Failure due to ResourceBundle

Rob McKenna rob.mckenna at oracle.com
Mon Aug 20 13:15:26 UTC 2018


Approved

    -Rob

On 20/08/18 09:52, Adam Farley8 wrote:
> Hi All,
> 
> I'd like to request approval for a change to 8u.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8209184
> 
> Latest email and review: 
> http://mail.openjdk.java.net/pipermail/i18n-dev/2018-August/002619.html
> 
> Latest form of the change (where the file is 
> jdk/src/share/classes/java/util/ResourceBundle.java):
> 
> ------------------------------------------------------
> @@ -1398,10 +1398,18 @@
>              bundle = baseBundle;
>          }
> 
> +        keepAlive(loader);
>          return bundle;
>      }
> 
>      /**
> +     * Keeps the argument ClassLoader alive.
> +     */
> +    private static void keepAlive(ClassLoader loader){
> +        // Do nothing.
> +    }
> +
> +    /**
>       * Checks if the given <code>List</code> is not null, not empty,
>       * not having null in its elements.
>       */
> ------------------------------------------------------
> 
> Best Regards
> 
> Adam Farley 
> OpenJDK Team 
> Runtimes 
> IBM 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number 
> 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


More information about the jdk8u-dev mailing list