-
Enhancement
-
Resolution: Duplicate
-
P4
-
8, 11, 15, 16
See:
https://github.com/openjdk/jdk/pull/648
Apparently, LLVM 11 complains that we are computing the number of elements over the array of a different type. Instead of ignoring the warning, it seems better to just clean up that code.
https://github.com/openjdk/jdk/pull/648
Apparently, LLVM 11 complains that we are computing the number of elements over the array of a different type. Instead of ignoring the warning, it seems better to just clean up that code.
- duplicates
-
JDK-8253868 CodeSection::initialize_shared_locs buffer argument types and sizes are opaque
-
- Open
-
- relates to
-
JDK-8253868 CodeSection::initialize_shared_locs buffer argument types and sizes are opaque
-
- Open
-
- links to
-
Review openjdk/jdk/897