On Mon, 12 Jun 2023 16:39:12 GMT, Leo Korinth <lkori...@openjdk.org> wrote:

> There is a bunch of tests that are used to test critical section/gc locker. 
> One of the test is named jvmti locker. In that test, JNI code is doing a loop 
> of ` jvmti->Allocate()` followed `sleep()` followed by a 
> `jvmti->Deallocate()`. There is no JVM lock implementation to be tested on 
> jvmti Allocate/Deallocate, they are implemented using malloc/free. Let us 
> save test time, code complexity and confusion by removing this test. 
> 
> This removal is very similar to https://bugs.openjdk.org/browse/JDK-8309048
> 
> (Oracle) hs-tier5 testing passed on x86-64.

This pull request has now been integrated.

Changeset: c884862a
Author:    Leo Korinth <lkori...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/c884862ad2189654596df27a76ab685dcd7399f6
Stats:     260 lines in 9 files changed: 0 ins; 257 del; 3 mod

8309468: Remove jvmti Allocate locker test case

Reviewed-by: dholmes, lmesnik, sspitsyn

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

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

Reply via email to