-
Bug
-
Resolution: Fixed
-
P3
-
13, 14
-
b28
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8227182 | 14 | Matthias Baesken | P3 | Resolved | Fixed | b05 |
JDK-8228271 | 13.0.2 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
JDK-8228055 | 13.0.1 | Matthias Baesken | P3 | Resolved | Fixed | master |
JDK-8277506 | 11.0.14 | Goetz Lindenmaier | P3 | Resolved | Fixed | b04 |
When building jdk/jdk with XCode 10.2 on macosx , the following error shows up :
In file included from /open_jdk/jdk_just_clone/jdk/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/libfollowref003.cpp:33:
/open_jdk/jdk_just_clone/jdk/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp:813:14: error:
comparison of two values with different enumeration types in switch statement ('jvmtiHeapReferenceKind' and 'jvmtiObjectReferenceKind') [-Werror,-Wenum-compare-switch]
Reason is that an element (JVMTI_REFERENCE_ARRAY_ELEMENT) from the wrong enumeration is used in a switch statement.
In file included from /open_jdk/jdk_just_clone/jdk/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/libfollowref003.cpp:33:
/open_jdk/jdk_just_clone/jdk/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp:813:14: error:
comparison of two values with different enumeration types in switch statement ('jvmtiHeapReferenceKind' and 'jvmtiObjectReferenceKind') [-Werror,-Wenum-compare-switch]
Reason is that an element (JVMTI_REFERENCE_ARRAY_ELEMENT) from the wrong enumeration is used in a switch statement.
- backported by
-
JDK-8227182 compile error in libfollowref003.cpp with XCode 10.2 on macosx
-
- Resolved
-
-
JDK-8228055 compile error in libfollowref003.cpp with XCode 10.2 on macosx
-
- Resolved
-
-
JDK-8228271 compile error in libfollowref003.cpp with XCode 10.2 on macosx
-
- Resolved
-
-
JDK-8277506 compile error in libfollowref003.cpp with XCode 10.2 on macosx
-
- Resolved
-
- relates to
-
JDK-8209611 use C++ compiler for hotspot tests
-
- Resolved
-
(2 links to)