提交 19bee47f 编写于 作者: R robm

8209184: JCK Test Failure due to ResourceBundle

Reviewed-by: mchung
Contributed-by: adam.farley@uk.ibm.com
上级 18b4b6bd
......@@ -1398,9 +1398,17 @@ public abstract class ResourceBundle {
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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册