Integrated: 8289184: runtime/ClassUnload/DictionaryDependsTest.java failed with "Test failed: should be unloaded"
Coleen Phillimore
coleenp at openjdk.org
Mon Jul 11 15:38:04 UTC 2022
On Fri, 8 Jul 2022 21:49:38 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Some allocation and System.gc() isn't sufficient to cause class unloading. It works almost all the time, but it's better to call WhiteBox.fullGC() from ClassUnloadCommon.triggerUnloading(). This requires building and copying WhiteBox classes to the test.classes directory.
> Tested with tier1-4.
This pull request has now been integrated.
Changeset: 0c1aa2bc
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0c1aa2bc8a1c23d8da8673a4fac574813f373f57
Stats: 24 lines in 5 files changed: 13 ins; 0 del; 11 mod
8289184: runtime/ClassUnload/DictionaryDependsTest.java failed with "Test failed: should be unloaded"
Reviewed-by: lmesnik, hseigel
-------------
PR: https://git.openjdk.org/jdk/pull/9435
More information about the hotspot-runtime-dev
mailing list