Skip to content

Commit

Permalink
8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
Browse files Browse the repository at this point in the history
Backport-of: 4dececb
  • Loading branch information
GoeLin committed Nov 20, 2021
1 parent 4b591db commit 63277a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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:
Expand Down

1 comment on commit 63277a4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.