Integrated: 8309048: Remove malloc locker test case

Leo Korinth lkorinth at openjdk.org
Wed May 31 08:59:12 UTC 2023


On Mon, 29 May 2023 13:14:24 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> There is a bunch of tests that are used to test critical section/gc locker. One of the test is named malloc. In that test, JNI code is doing a loop of `malloc()` followed `sleep()` followed by a `free()`. There is no JVM lock implementation to be tested on malloc/free. Let us save test time, code complexity and confusion by removing this test. 
> 
> (Oracle) hs-tier5 testing passed on x86-64.

This pull request has now been integrated.

Changeset: 88236263
Author:    Leo Korinth <lkorinth at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/88236263dcea96dd0cb33c15367ce6e755a949e9
Stats:     241 lines in 9 files changed: 0 ins; 240 del; 1 mod

8309048: Remove malloc locker test case

Reviewed-by: dholmes, tschatzl, coleenp, lmesnik

-------------

PR: https://git.openjdk.org/jdk/pull/14201


More information about the hotspot-dev mailing list