From 63277a472ffc992c3452844a6c506a9b682f72e6 Mon Sep 17 00:00:00 2001 From: Goetz Lindenmaier Date: Sat, 20 Nov 2021 20:12:23 +0000 Subject: [PATCH] 8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx Backport-of: 4dececb589289605d38b8de69f1f3dc7a9a8ecb1 --- .../jvmti/unit/FollowReferences/followref003/followref003.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp index 2a21d891681..1f0bf913a2b 100644 --- a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp +++ b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp @@ -823,7 +823,7 @@ jint JNICALL heapReferenceCallback( } break; - case JVMTI_REFERENCE_ARRAY_ELEMENT: + case JVMTI_HEAP_REFERENCE_ARRAY_ELEMENT: case JVMTI_HEAP_REFERENCE_JNI_GLOBAL: case JVMTI_HEAP_REFERENCE_SYSTEM_CLASS: case JVMTI_HEAP_REFERENCE_MONITOR: