[jdk11u-dev] RFR: 8312049: runtime/logging/ClassLoadUnloadTest can be improved
duke
duke at openjdk.org
Thu Feb 20 17:31:02 UTC 2025
On Fri, 23 Aug 2024 19:29:43 GMT, Daniel Hu <duke at openjdk.org> wrote:
> Backport that improves ClassLoadUnloadTest; already backported to [JDK21](https://github.com/openjdk/jdk21u-dev/pull/909) and [JDK17](https://github.com/openjdk/jdk17u-dev/pull/2806). 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. Some args in exec() also were not added until a [later version](https://bugs.openjdk.org/browse/JDK-8289184), thus they are excluded. Additionally, [these flags](https://bugs.openjdk.org/browse/JDK-8256718) were deprecated in a later version and thus removed from this test; simple modifications are added so that these later removed cases follow the backport logic. Affected test passes.
>
> MacOS GHA not passing due to unrelated deprecated sprintf
@cost0much
Your change (at version 7e9fb1f48355cc5203ca832ab569906c3de5cae8) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2920#issuecomment-2672188150
More information about the jdk-updates-dev
mailing list