-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P1
-
Affects Version/s: 13
-
Component/s: hotspot
-
b23
-
x86, aarch32
x86_32, arm32
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/compiler/abstractDisassembler.cpp: In static member function 'static int AbstractDisassembler::print_hexdata(address, int, outputStream*, bool)':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/compiler/abstractDisassembler.cpp:232:55: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'jlong {aka long long int}' [-Werror=format=]
st->print("%23.1ld", *((jlong*)here));
^
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/compiler/abstractDisassembler.cpp: In static member function 'static int AbstractDisassembler::print_hexdata(address, int, outputStream*, bool)':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/compiler/abstractDisassembler.cpp:232:55: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'jlong {aka long long int}' [-Werror=format=]
st->print("%23.1ld", *((jlong*)here));
^
- relates to
-
JDK-8224747 Mac build broken after JDK-8224652
-
- Closed
-
-
JDK-8224742 JLONG_FORMAT_W incompatible with type jlong
-
- Resolved
-
-
JDK-8213084 Rework and enhance Print[Opto]Assembly output
-
- Resolved
-