[jdk17u-dev] Integrated: 8312049: runtime/logging/ClassLoadUnloadTest can be improved
Daniel Hu
duke at openjdk.org
Fri Aug 23 17:42:09 UTC 2024
On Wed, 14 Aug 2024 17:09:36 GMT, Daniel Hu <duke at openjdk.org> wrote:
> Backporting JDK-8312049 that improves ClassLoadUnloadTest; already backported to [JDK21](https://github.com/openjdk/jdk21u-dev/pull/909). Original commit does not apply cleanly due to the options "-Xlog:class+load+cause" "-Xlog:class+load+cause+native" were not added until a later [version](https://bugs.openjdk.org/browse/JDK-8193513), thus these cases are excluded. Additionally, some args in exec() were not added until a [later version](https://bugs.openjdk.org/browse/JDK-8289184), thus they have been excluded.
>
> Passes tier1 tests on Linux x86 and the test itself.
This pull request has now been integrated.
Changeset: be4f913e
Author: Daniel Hu <costmuch at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/be4f913efab46b601f7cc472d654b4da883df152
Stats: 34 lines in 1 file changed: 3 ins; 6 del; 25 mod
8312049: runtime/logging/ClassLoadUnloadTest can be improved
Reviewed-by: phh
Backport-of: 4676b40f17dd18941f5883cb9b989ad639992a50
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/2806
More information about the jdk-updates-dev
mailing list