Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
14
-
b32
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237023 | 15 | Goetz Lindenmaier | P3 | Resolved | Fixed | b06 |
JDK-8237425 | 14.0.1 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8260922 | 13.0.7 | Ekaterina Vergizova | P3 | Resolved | Fixed | b01 |
JDK-8261070 | 13.0.6 | Ekaterina Vergizova | P3 | Resolved | Fixed | b01 |
Description
Two minor fixes are required to make jdk14 buildable with Microsoft Visual Studio 2017.
In count_leading_zeroes.hpp, a declaration is not included
in the _LP64 that covers all it's uses. Thus a warning
about an unused variable is raised.
A library for a test lacks the JNIEXPORT and JNICALL
required to match the signature in jvmti.h.
In count_leading_zeroes.hpp, a declaration is not included
in the _LP64 that covers all it's uses. Thus a warning
about an unused variable is raised.
A library for a test lacks the JNIEXPORT and JNICALL
required to match the signature in jvmti.h.
Attachments
Issue Links
- backported by
-
JDK-8237023 Fix build for windows 32-bit after 8212160 and 8234331.
-
- Resolved
-
-
JDK-8237425 Fix build for windows 32-bit after 8212160 and 8234331.
-
- Resolved
-
-
JDK-8260922 Fix build for windows 32-bit after 8212160 and 8234331.
-
- Resolved
-
-
JDK-8261070 Fix build for windows 32-bit after 8212160 and 8234331.
-
- Resolved
-
- relates to
-
JDK-8212160 JVMTI agent crashes with "assert(_value != 0LL) failed: resolving NULL _value"
-
- Resolved
-
-
JDK-8234331 Add robust and optimized utility for rounding up to next power of two
-
- Resolved
-
(1 relates to, 2 links to)