On Tue, 11 Jun 2024 13:00:44 GMT, Matthias Baesken <[email protected]> wrote:

> When running HS :tier1 tests with ubsan-enabled binaries, the following issue 
> is reported :
> test
> serviceability/jvmti/FollowReferences/FieldIndices/FieldIndicesTest.jtr
> 
> test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp:276:11:
>  runtime error: null pointer passed as argument 2, which is declared to never 
> be null
>     #0 0x7efea442e379 in Klass::explore_interfaces(JNIEnv_*) 
> test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp:276
>     #1 0x7efea443280d in Klass::explore(JNIEnv_*, _jclass*) 
> test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp:322
>     #2 0x7efea4433adf in Object::explore(JNIEnv_*, _jobject*) 
> test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp:349
>     #3 0x7efea443443b in Java_FieldIndicesTest_prepare 
> test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp:489
>     #4 0x7efe7f8d1e7b (<unknown module>)

Marked as reviewed by amenkov (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/19657#pullrequestreview-2111145359

Reply via email to