RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version
Leonid Mesnik
lmesnik at openjdk.org
Tue Aug 9 22:30:32 UTC 2022
On Tue, 9 Aug 2022 21:14:39 GMT, Bill Huang <duke at openjdk.org> wrote:
> This task converts 5 shell tests below to java version.
> test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
> test/java/lang/management/MemoryMXBean/MemoryManagementSerialGC.sh
> test/java/lang/management/MemoryMXBean/MemoryTestAllGC.sh
> test/java/lang/management/MemoryMXBean/PendingAllGC.sh
Isn't it a good time to remove all GC settings and allow user to set GC? Also, remove or update 'requires' if any of GC are not supported,
-------------
PR: https://git.openjdk.org/jdk/pull/9813
More information about the serviceability-dev
mailing list