2022-06-30 02:51 ftp://ftp.de.debian.org/debian/pool/main/o/openjdk-11/openjdk-11_11.0.15+10.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j2 platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 06b408e (2022-06-29 13:43:17 +0200) count: 15011 14690 elapsed-time: 1360.9 1493.3 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:164:34: style: Condition 'pointer_size==4' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:163:28: note: Assignment 'pointer_size=sizeof(void*)', assigned value is 8 openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:164:34: note: Condition 'pointer_size==4' is always false openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:184:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:190:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:275:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:276:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:279:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:280:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:281:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:282:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:283:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:284:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:285:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:286:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:287:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/make/src/native/fixpath.c:428:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] openjdk-11-11.0.15+10/make/src/native/fixpath.c:134:5: error: Memory leak: out [memleak] openjdk-11-11.0.15+10/make/src/native/fixpath.c:44:17: error: Uninitialized variable: lpMsgBuf [uninitvar] openjdk-11-11.0.15+10/make/src/native/fixpath.c:212:10: style: Unused variable: len [unusedVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/abstractInterpreter_aarch64.cpp:165:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/assembler_aarch64.cpp:1722:14: style: Variable 'double_bits' can be declared as reference to const [constVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/assembler_aarch64.cpp:1781:11: style: Variable 'val' can be declared as reference to const [constVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/assembler_aarch64.cpp:1781:0: error: Uninitialized variable: ival [uninitvar] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:647:38: warning: Assert statement calls a function which may have desired side effects: 'is_Membar'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:701:38: warning: Assert statement calls a function which may have desired side effects: 'is_Imm_LdSt'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:347:39: style: Unused private function: 'NativeMovConstRegPatching::nativeMovConstRegPatching_at' [unusedPrivateFunction] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:414:35: style: Unused private function: 'NativeMovRegMemPatching::nativeMovRegMemPatching_at' [unusedPrivateFunction] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:66:15: style:inconclusive: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:582:32: note: Technically the member function 'NativeInstruction::is_nop' can be const. openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:66:15: note: Technically the member function 'NativeInstruction::is_nop' can be const. openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:69:8: style:inconclusive: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:587:32: note: Technically the member function 'NativeInstruction::is_jump' can be const. openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:69:8: note: Technically the member function 'NativeInstruction::is_jump' can be const. openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:92:8: style:inconclusive: Technically the member function 'NativeInstruction::set_char_at' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:93:8: style:inconclusive: Technically the member function 'NativeInstruction::set_int_at' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:94:8: style:inconclusive: Technically the member function 'NativeInstruction::set_uint_at' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:95:8: style:inconclusive: Technically the member function 'NativeInstruction::set_ptr_at' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:96:8: style:inconclusive: Technically the member function 'NativeInstruction::set_oop_at' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:111:8: style:inconclusive: Technically the member function 'NativeInstruction::is_ldr_literal' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:122:8: style:inconclusive: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:130:8: style:inconclusive: Technically the member function 'NativeInstruction::is_Membar' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:136:8: style:inconclusive: Technically the member function 'NativeInstruction::is_Imm_LdSt' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:224:9: performance:inconclusive: Technically the member function 'NativeCall::verify_alignment' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:312:8: style:inconclusive: Technically the member function 'NativeMovConstReg::flush' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:382:7: performance:inconclusive: Technically the member function 'NativeMovRegMem::instruction_start' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:386:7: performance:inconclusive: Technically the member function 'NativeMovRegMem::num_bytes_to_end_of_patch' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:451:8: style:inconclusive: Technically the member function 'NativeLoadGot::set_data' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:543:8: style:inconclusive: Technically the member function 'NativeGotJump::set_jump_destination' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:642:16: style:inconclusive: Technically the member function 'NativeMembar::get_kind' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:643:8: style:inconclusive: Technically the member function 'NativeMembar::set_kind' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:653:11: style:inconclusive: Technically the member function 'NativeLdSt::size' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:655:8: style:inconclusive: Technically the member function 'NativeLdSt::is_ldst_ur' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:660:8: style:inconclusive: Technically the member function 'NativeLdSt::is_ldst_unsigned_offset' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:665:12: style:inconclusive: Technically the member function 'NativeLdSt::target' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:669:12: style:inconclusive: Technically the member function 'NativeLdSt::base' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:686:8: style:inconclusive: Technically the member function 'NativeLdSt::is_load' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:692:8: style:inconclusive: Technically the member function 'NativeLdSt::is_store' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:81:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:82:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:84:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:85:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:87:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:89:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:93:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:94:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:95:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:96:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:118:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:181:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:271:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:279:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:330:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:338:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:348:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:405:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:452:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:462:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:499:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:524:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:544:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:550:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:583:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:588:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:631:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:216:34: error: Signed integer overflow for expression '0b100101<<26'. [integerOverflow] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:243:12: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:167:7: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:243:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:296:12: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:167:7: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:296:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1194:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1033:11: style: Redundant initialization for 'len'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1027:20: note: len is initialized openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1033:11: note: len is overwritten openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:205:13: style: Variable 'shift' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:414:22: style: Variable 'left_arg' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:415:22: style: Variable 'right_arg' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:933:7: style: Variable 'flags' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1010:7: style: Variable 'flags' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1122:19: style: Variable 'stub' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1322:21: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.cpp:126:26: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:2644:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:258:15: style: Variable 'm' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:795:17: style: Variable 'patch' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:966:7: style: Variable 'null_check_here' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:1299:18: style: Variable 'stub' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:2618:20: style: Variable 'callee' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp:214:20: style: Variable 'jump' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/register_aarch64.hpp:227:3: style: Class 'RegSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/register_aarch64.hpp:233:3: style: Class 'RegSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/register_aarch64.hpp:300:3: style: Class 'RegSetIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/register_aarch64.hpp:272:14: style: Local variable 'bits' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/register_aarch64.hpp:280:12: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/register_aarch64.hpp:272:14: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:234:7: style: Local variable 'frame_size_in_bytes' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:231:12: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:234:7: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:910:17: style: Local variable 'oop_map' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:651:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:910:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:1025:17: style: Local variable 'oop_map' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:651:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:1025:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/compiledIC_aot_aarch64.cpp:99:36: style: Variable 'jump' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:55:20: style: Variable 'align_stack' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:320:16: style: Variable 'r' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:465:45: style: Variable 'exception_oop_callee_saved' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:467:31: style: Variable 'exception_pc' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:639:18: style: Variable 'exception_oop' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:640:18: style: Variable 'exception_pc' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:651:11: style: Variable 'oop_map' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:142:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:143:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:144:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:282:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:343:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:344:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:349:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:354:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:474:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:591:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:598:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:608:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:615:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:616:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:617:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:618:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:619:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:620:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:622:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:625:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:712:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:713:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:714:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:715:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:716:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:717:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:718:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:719:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:720:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:721:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:722:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:728:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:745:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:755:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:779:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:781:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:796:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:797:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:798:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:805:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/frame_aarch64.cpp:816:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp:113:13: style: Local variable 'tmp' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp:108:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp:113:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/icBuffer_aarch64.cpp:73:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/icBuffer_aarch64.cpp:65:27: style: Variable 'move' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:230:51: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:56:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:57:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:286:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:307:12: style: The scope of the variable 'dpval' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:351:14: style: Variable 'val' can be declared as reference to const [constVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:136:12: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits] openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:204:21: note: Assuming that condition 'i<6' is not redundant openjdk-11-11.0.15+10/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:205:15: note: nbits is assigned '1<'? [thisSubtraction] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.hpp:100:7: performance:inconclusive: Technically the member function 'ZeroStack::abi_stack_available' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.inline.hpp:49:23: note: Technically the member function 'ZeroStack::abi_stack_available' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.hpp:100:7: note: Technically the member function 'ZeroStack::abi_stack_available' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.hpp:103:8: style:inconclusive: Technically the member function 'ZeroStack::overflow_check' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.inline.hpp:32:24: note: Technically the member function 'ZeroStack::overflow_check' can be const. openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.hpp:103:8: note: Technically the member function 'ZeroStack::overflow_check' can be const. openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.hpp:54:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.inline.hpp:51:54: error: Uninitialized variable: stack_used [legacyUninitvar] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:50:8: performance:inconclusive: Technically the member function 'NativeInstruction::is_jump' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:55:8: performance:inconclusive: Technically the member function 'NativeInstruction::is_safepoint_poll' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:72:11: performance:inconclusive: Technically the member function 'NativeCall::instruction_address' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:77:11: performance:inconclusive: Technically the member function 'NativeCall::next_instruction_address' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:82:11: performance:inconclusive: Technically the member function 'NativeCall::return_address' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp:6125:18: style: Variable 'g' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:87:11: performance:inconclusive: Technically the member function 'NativeCall::destination' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:92:8: performance:inconclusive: Technically the member function 'NativeCall::set_destination_mt_safe' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:96:8: performance:inconclusive: Technically the member function 'NativeCall::verify_alignment' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:100:8: performance:inconclusive: Technically the member function 'NativeCall::verify' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:122:11: performance:inconclusive: Technically the member function 'NativeMovConstReg::next_instruction_address' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:127:12: performance:inconclusive: Technically the member function 'NativeMovConstReg::data' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:132:8: performance:inconclusive: Technically the member function 'NativeMovConstReg::set_data' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:144:7: performance:inconclusive: Technically the member function 'NativeMovRegMem::offset' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:149:8: performance:inconclusive: Technically the member function 'NativeMovRegMem::set_offset' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:153:8: performance:inconclusive: Technically the member function 'NativeMovRegMem::add_offset_in_bytes' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:169:11: performance:inconclusive: Technically the member function 'NativeJump::jump_destination' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:174:8: performance:inconclusive: Technically the member function 'NativeJump::set_jump_destination' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/nativeInst_zero.hpp:194:11: performance:inconclusive: Technically the member function 'NativeGeneralJump::jump_destination' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/interpreterRT_zero.cpp:164:3: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:110:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:129:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:136:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:139:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:142:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:145:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:148:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:151:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:154:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:157:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:166:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:278:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:292:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:339:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/frame_zero.cpp:356:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/register_zero.hpp:65:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/register_zero.hpp:100:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/sharedRuntime_zero.cpp:94:1: error: There is an unknown macro here somewhere. Configuration is required. If JRT_LEAF is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/entry_zero.hpp:60:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/entry_zero.hpp:65:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:39:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:56:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:71:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:85:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:102:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:111:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:125:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:133:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:145:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:151:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:173:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:185:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:105:24: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:140:24: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/methodHandles_zero.cpp:181:24: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.cpp:49:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.cpp:64:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.cpp:54:15: style: Local variable 'sp' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.hpp:67:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stack_zero.cpp:54:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/cpu/zero/vm_version_ext_zero.cpp:44:15: style: Variable 'core_id' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/vm_version_ext_zero.cpp:45:15: style: Variable 'chip_id' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/vm_version_ext_zero.cpp:46:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/vm_version_ext_zero.cpp:47:9: style: Variable 'src_string' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:85:20: warning: Obsolete function 'alloca' called. [allocaCalled] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:75:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:104:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:107:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:110:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:113:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:116:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:317:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:211:11: style: Redundant initialization for 'value'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:210:15: note: value is initialized openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:211:11: note: value is overwritten openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:232:11: style: Redundant initialization for 'value'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:231:20: note: value is initialized openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:232:11: note: value is overwritten openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:322:13: style: Same expression on both sides of '-'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:321:27: note: 'fp' is assigned value 'stack->sp()' here. openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:322:13: note: Same expression on both sides of '-'. openjdk-11-11.0.15+10/src/hotspot/cpu/zero/stubGenerator_zero.cpp:309:18: style: Variable 'g' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:64:10: warning: Assert statement calls a function which may have desired side effects: 'has_class'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.hpp:56:8: style:inconclusive: Technically the member function 'dynamicOdm::odm_loaded' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:36:3: warning: Class 'dynamicOdm' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:36:3: warning: Class 'dynamicOdm' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] openjdk-11-11.0.15+10/src/hotspot/os/aix/misc_aix.hpp:82:5: style: Class 'AutoCritSect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.hpp:78:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.hpp:79:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.hpp:93:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.hpp:99:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:41:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:42:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:43:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:44:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libodm_aix.cpp:45:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:127:3: style: Class 'AixAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:92:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:93:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:199:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:200:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:209:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:211:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:212:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:214:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:456:52: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:493:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:497:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:499:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:439:40: style:inconclusive: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:122:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:439:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:199:8: style: Local variable 'path' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:103:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:199:8: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:201:7: style: Local variable 'listener' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:105:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:201:7: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/aix/attachListener_aix.cpp:335:11: style: Variable 'v' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:165:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:81:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:82:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:83:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:86:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:87:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:88:3: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/libperfstat_aix.cpp:275:34: style: Checking if unsigned expression 'libperfstat::wpar_getcid()' is less than zero. [unsignedLessThanZero] openjdk-11-11.0.15+10/src/hotspot/os/aix/loadlib_aix.cpp:213:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/loadlib_aix.cpp:280:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/os_aix.cpp:329:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/os/aix/os_perf_aix.cpp:267:12: error: There is an unknown macro here somewhere. Configuration is required. If ATTRIBUTE_SCANF is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:55:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:56:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:57:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:58:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:59:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:60:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:61:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/safepointMechanism_aix.cpp:62:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/os_aix.inline.hpp:146:12: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:685:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:683:53: note: outer condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:685:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:1049:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:1241:58: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:302:7: style: The scope of the variable 'error' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:491:7: style: The scope of the variable 'result' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/aix/perfMemory_aix.cpp:494:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:121:3: style: Class 'BsdAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:89:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:90:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:181:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:182:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:191:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:193:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:194:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:196:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:423:52: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:461:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:465:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:467:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/os_bsd.cpp:253:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:408:40: style:inconclusive: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:116:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:408:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:181:8: style: Local variable 'path' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:100:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:181:8: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:183:7: style: Local variable 'listener' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:102:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:183:7: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/bsd/attachListener_bsd.cpp:314:11: style: Variable 'v' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:646:9: portability: Obsolescent function 'getcontext' called. Applications are recommended to be rewritten to use POSIX threads. [prohibitedgetcontextCalled] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:123:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:126:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:150:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:153:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:169:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:183:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:195:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:230:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:232:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:326:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:640:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:654:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:655:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:656:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:657:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:691:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:745:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:102:13: style:inconclusive: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.hpp:73:13: note: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'. openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:102:13: note: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'. openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:624:90: style:inconclusive: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.hpp:91:79: note: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'. openjdk-11-11.0.15+10/src/hotspot/os/aix/porting_aix.cpp:624:90: note: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'. openjdk-11-11.0.15+10/src/hotspot/os/linux/decoder_linux.cpp:65:17: error: There is an unknown macro here somewhere. Configuration is required. If AARCH64_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:122:3: style: Class 'LinuxAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:90:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:91:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/osContainer_linux.cpp:161:1: error: There is an unknown macro here somewhere. Configuration is required. If PRAGMA_FORMAT_NONLITERAL_IGNORED is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:182:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:183:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:192:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:194:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:195:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:197:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:423:54: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:461:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:465:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:467:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:408:42: style:inconclusive: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:117:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:408:42: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:182:8: style: Local variable 'path' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:101:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:182:8: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:184:7: style: Local variable 'listener' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:103:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:184:7: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/linux/attachListener_linux.cpp:314:11: style: Variable 'v' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/linux/os_perf_linux.cpp:262:12: error: There is an unknown macro here somewhere. Configuration is required. If ATTRIBUTE_SCANF is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os/linux/os_linux.cpp:342:0: error: #error define gettid for the arch [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/os/posix/jvm_posix.cpp:48:3: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/os/bsd/os_bsd.inline.hpp:148:12: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] openjdk-11-11.0.15+10/src/hotspot/os/bsd/perfMemory_bsd.cpp:591:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] openjdk-11-11.0.15+10/src/hotspot/os/bsd/perfMemory_bsd.cpp:589:53: note: outer condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/bsd/perfMemory_bsd.cpp:591:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/bsd/perfMemory_bsd.cpp:970:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/perfMemory_bsd.cpp:1147:58: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/bsd/perfMemory_bsd.cpp:403:7: style: The scope of the variable 'result' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/bsd/perfMemory_bsd.cpp:406:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/posix/os_posix.cpp:1941:37: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os/posix/threadLocalStorage_posix.cpp:38:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/posix/semaphore_posix.hpp:39:3: style: Class 'PosixSemaphore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os/posix/vmError_posix.cpp:118:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/os_linux.inline.hpp:140:12: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:629:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:627:53: note: outer condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:629:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:162:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:539:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:1049:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:1235:58: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:415:7: style: The scope of the variable 'result' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:663:9: style: The scope of the variable 'ret' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/linux/perfMemory_linux.cpp:418:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/solaris/attachListener_solaris.cpp:165:3: style: Class 'SolarisAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os/solaris/attachListener_solaris.cpp:564:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/solaris/attachListener_solaris.cpp:382:8: style: Local variable 'door_path' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os/solaris/attachListener_solaris.cpp:131:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/solaris/attachListener_solaris.cpp:382:8: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_solaris.cpp:1628:0: error: #error Method os::dll_load requires that one of following is defined:\ [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_solaris.inline.hpp:96:12: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:529:68: style: Condition '(nread=fread(&psinfo_data,1,sizeof(psinfo_t),fp))!=-1' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:568:62: style: Condition '(nread=fread(&psinfo_data,1,sizeof(psinfo_t),fp))==-1' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:305:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:212:19: style: The scope of the variable 'lastSwitches' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:213:19: style: The scope of the variable 'lastRate' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:515:8: style: The scope of the variable 'buffer' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:516:17: style: Variable 'size' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:529:20: style: Variable 'nread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/solaris/os_perf_solaris.cpp:568:14: style: Variable 'nread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/windows/attachListener_windows.cpp:333:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/windows/attachListener_windows.cpp:186:40: warning: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename' [funcArgOrderDifferent] openjdk-11-11.0.15+10/src/hotspot/os/windows/attachListener_windows.cpp:109:28: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename' openjdk-11-11.0.15+10/src/hotspot/os/windows/attachListener_windows.cpp:186:40: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename' openjdk-11-11.0.15+10/src/hotspot/os/windows/jvm_windows.cpp:33:3: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/os/windows/os_windows.cpp:1463:0: error: #error Method os::dll_load requires that one of following \ [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:591:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:589:53: note: outer condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:591:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:996:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:1181:54: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:406:7: style: The scope of the variable 'result' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:409:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/solaris/perfMemory_solaris.cpp:460:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os/windows/semaphore_windows.cpp:33:3: performance: Variable '_semaphore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] openjdk-11-11.0.15+10/src/hotspot/os/windows/semaphore_windows.hpp:39:3: style: Class 'WindowsSemaphore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os/windows/symbolengine.cpp:336:43: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os/windows/os_perf_windows.cpp:203:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/windows/os_perf_windows.cpp:655:9: style: Local variable 'process_image_name' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os/windows/os_perf_windows.cpp:87:20: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os/windows/os_perf_windows.cpp:655:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os/windows/threadLocalStorage_windows.cpp:53:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/thread_aix_ppc.cpp:44:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/thread_aix_ppc.cpp:45:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/windows/perfMemory_windows.cpp:553:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/windows/perfMemory_windows.cpp:935:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/windows/perfMemory_windows.cpp:946:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os/windows/perfMemory_windows.cpp:1686:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/thread_bsd_aarch64.cpp:52:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/thread_bsd_aarch64.cpp:65:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:117:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:194:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:208:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:235:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:238:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:381:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:413:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:461:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:555:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:569:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:591:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:625:56: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:222:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:224:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:222:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:256:19: style: Local variable 'pc' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:247:17: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:256:19: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/thread_bsd_x86.cpp:50:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/thread_bsd_x86.cpp:63:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:529:7: style: Obsolescent function 'pthread_attr_getstackaddr' called. It is recommended to use 'pthread_attr_getstack' instead. [prohibitedpthread_attr_getstackaddrCalled] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:158:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:227:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:228:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:229:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:245:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:285:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:288:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:529:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:561:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:607:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:623:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:264:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:266:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:264:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:207:15: style: Local variable 'pc' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:182:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:207:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp:288:18: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:327:7: style: Obsolescent function 'pthread_attr_getstackaddr' called. It is recommended to use 'pthread_attr_getstack' instead. [prohibitedpthread_attr_getstackaddrCalled] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:85:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:129:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:166:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:169:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:153:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:155:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:153:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:129:18: style: Variable 'uc' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:169:18: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/thread_linux_aarch64.cpp:51:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/thread_linux_aarch64.cpp:64:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/vm_version_linux_aarch64.cpp:99:22: style: The scope of the variable 'p' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:961:7: style: Obsolescent function 'pthread_attr_getstackaddr' called. It is recommended to use 'pthread_attr_getstack' instead. [prohibitedpthread_attr_getstackaddrCalled] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:338:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:364:63: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:432:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:433:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:455:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:487:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:490:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:716:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:731:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:841:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:842:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:961:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:993:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:1038:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:1054:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:474:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:476:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:474:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:706:13: style: Local variable 'pc' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:506:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:706:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:490:18: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp:287:8: error: There is an unknown macro here somewhere. Configuration is required. If NOT_AARCH64 is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_arm/thread_linux_arm.cpp:87:11: error: There is an unknown macro here somewhere. Configuration is required. If has_last_Java_frame is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:129:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:199:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp:60:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:200:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp:68:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:201:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp:83:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:217:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp:85:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:257:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:260:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:500:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:508:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:524:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:236:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:238:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:236:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:178:15: style: Local variable 'pc' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:153:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:178:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:260:18: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:512:32: style:inconclusive: Boolean expression '0x0F00==0x0300' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp:60:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp:68:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp:107:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/thread_linux_s390.cpp:109:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:512:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:512:32: style: Condition 'ucontext_get_trap(uc)&0x0F00==0x0300' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:143:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:214:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:230:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:291:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:293:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:331:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:425:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:426:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:456:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:491:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:513:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:593:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:607:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:623:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:248:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:250:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:248:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:477:19: style: Local variable 'cb' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:409:17: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:477:19: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/thread_linux_sparc.cpp:39:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/thread_linux_sparc.cpp:40:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/thread_linux_sparc.cpp:53:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/thread_linux_sparc.cpp:70:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:125:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:215:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:245:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:286:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:73:15: performance:inconclusive: Technically the member function 'CPUinfo::match_alo' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:90:22: note: Technically the member function 'CPUinfo::match_alo' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:73:15: note: Technically the member function 'CPUinfo::match_alo' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:288:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:74:15: performance:inconclusive: Technically the member function 'CPUinfo::match_seq' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:105:22: note: Technically the member function 'CPUinfo::match_seq' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:74:15: note: Technically the member function 'CPUinfo::match_seq' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:407:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:51:11: warning: Class 'CPUinfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:408:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:51:11: warning: Class 'CPUinfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:423:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:36:3: style: Class 'CPUinfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:576:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:59:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:617:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:38:10: style: The scope of the variable 'line' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:633:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:288:18: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zVirtualMemory_linux_x86.cpp:37:5: error: Memory leak: actual_start [memleak] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zVirtualMemory_linux_x86.cpp:40:3: error: Memory leak: actual_start [memleak] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zVirtualMemory_linux_x86.cpp:33:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:101:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:165:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:166:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:195:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:243:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:244:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:245:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:293:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:297:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:304:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:317:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:487:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:488:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:528:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:531:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:620:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:636:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:507:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:509:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:507:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/thread_linux_x86.cpp:51:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:487:22: style: Variable 'ucFake' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/thread_linux_x86.cpp:64:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:531:18: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:268:1: error: There is an unknown macro here somewhere. Configuration is required. If PRAGMA_DIAG_POP is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.cpp:232:1: error: Memory leak: res [memleak] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.cpp:182:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.cpp:190:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.cpp:200:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.cpp:227:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:124:62: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/thread_solaris_sparc.cpp:60:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/thread_solaris_sparc.cpp:77:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/thread_solaris_sparc.cpp:159:11: style: Local variable 'ret_frame' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/thread_solaris_sparc.cpp:95:9: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/thread_solaris_sparc.cpp:159:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:139:62: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:150:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:176:65: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:249:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:250:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:272:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:312:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:315:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:541:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_x86/thread_solaris_x86.cpp:52:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:556:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_x86/thread_solaris_x86.cpp:60:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:734:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:781:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:797:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:291:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:293:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:291:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:531:13: style: Local variable 'pc' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:341:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:531:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:315:18: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:132:15: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:162:29: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:332:10: warning: Assert statement calls a function which may have desired side effects: 'Sysinfo'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:116:5: warning: Member variable 'UniqueValueVisitor::_value' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:64:9: style:inconclusive: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:193:100: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:64:9: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:126:10: style:inconclusive: Technically the member function 'PICL::UniqueValueVisitor::is_initial' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:127:10: style:inconclusive: Technically the member function 'PICL::UniqueValueVisitor::is_assigned' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:128:10: style:inconclusive: Technically the member function 'PICL::UniqueValueVisitor::is_inconsistent' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:116:5: style: Class 'UniqueValueVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:267:3: style: Class 'Sysinfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:309:3: style: Class 'Sysconf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:271:17: style: Condition 'bufsize!=-1' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:272:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:154:27: style: Local variable 'l1_visitor' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:183:25: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:154:27: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:155:27: style: Local variable 'l2_visitor' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:184:25: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:155:27: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/thread_windows_aarch64.cpp:53:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/thread_windows_x86.cpp:53:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:84:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:88:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:89:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:111:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:130:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:131:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:162:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:163:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:186:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:228:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:246:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:75:26: error: Uninitialized variable: dummy [uninitvar] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp:74:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:117:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:438:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:442:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:443:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:496:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:514:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:515:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:561:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:562:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:575:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:618:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:635:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:699:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:700:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:476:26: error: Uninitialized variable: dummy [uninitvar] openjdk-11-11.0.15+10/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:475:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:127:9: style:inconclusive: Member variable 'Form::_ftype' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:150:36: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:127:9: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:99:17: style:inconclusive: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:145:5: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:99:17: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:190:8: style:inconclusive: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:148:5: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:190:8: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:122:17: style:inconclusive: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:149:5: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:122:17: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.hpp:79:8: style:inconclusive: Technically the member function 'FileBuff::getoff' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:118:7: style:inconclusive: Technically the member function 'DictI::test' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:410:7: style:inconclusive: Technically the member function 'NameAndList::count' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:430:8: style:inconclusive: Technically the member function 'ComponentList::operatordelete' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:436:8: style:inconclusive: Technically the member function 'ComponentList::match_count' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:325:8: style:inconclusive: Technically the member function 'AllocClass::size' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:508:8: style:inconclusive: Technically the member function 'PipeClassForm::hasFixedLatency' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:509:7: style:inconclusive: Technically the member function 'PipeClassForm::fixedLatency' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:556:19: style:inconclusive: Technically the member function 'Peephole::peephole_number' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:670:9: style:inconclusive: Technically the member function 'PeepChild::use_leaf_operand' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:671:9: style:inconclusive: Technically the member function 'PeepChild::generate_an_instruction' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:262:23: style:inconclusive: Technically the member function 'InstructForm::is_short_branch' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:271:23: style:inconclusive: Technically the member function 'InstructForm::has_short_branch_form' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:276:23: style:inconclusive: Technically the member function 'InstructForm::alignment' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:281:23: style:inconclusive: Technically the member function 'InstructForm::num_unique_opnds' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:282:23: style:inconclusive: Technically the member function 'InstructForm::unique_opnds_idx' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:366:15: style:inconclusive: Technically the member function 'EncClass::num_args' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:875:8: style:inconclusive: Technically the member function 'AttributeForm::type' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:87:15: style:inconclusive: Technically the member function 'MatchList::get_cost' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:92:15: performance:inconclusive: Technically the member function 'MatchList::output' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:134:17: note: Technically the member function 'MatchList::output' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:92:15: note: Technically the member function 'MatchList::output' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:201:8: performance:inconclusive: Technically the member function 'ArchDesc::initKeywords' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:712:16: note: Technically the member function 'ArchDesc::initKeywords' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:201:8: note: Technically the member function 'ArchDesc::initKeywords' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:225:15: style:inconclusive: Technically the member function 'ArchDesc::getForm' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:231:8: performance:inconclusive: Technically the member function 'ArchDesc::check_optype' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:381:16: note: Technically the member function 'ArchDesc::check_optype' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:231:8: note: Technically the member function 'ArchDesc::check_optype' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:235:15: performance:inconclusive: Technically the member function 'ArchDesc::getMatchListIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:341:23: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:235:15: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:244:15: style:inconclusive: Technically the member function 'ArchDesc::reduceLeft' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:357:23: note: Technically the member function 'ArchDesc::reduceLeft' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:244:15: note: Technically the member function 'ArchDesc::reduceLeft' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:245:15: style:inconclusive: Technically the member function 'ArchDesc::reduceRight' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:369:23: note: Technically the member function 'ArchDesc::reduceRight' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:245:15: note: Technically the member function 'ArchDesc::reduceRight' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:248:15: performance:inconclusive: Technically the member function 'ArchDesc::machOperEnum' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1140:23: note: Technically the member function 'ArchDesc::machOperEnum' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:248:15: note: Technically the member function 'ArchDesc::machOperEnum' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:281:8: performance:inconclusive: Technically the member function 'ArchDesc::buildMustCloneMap' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1151:16: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:281:8: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:284:8: performance:inconclusive: Technically the member function 'ArchDesc::addSunCopyright' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1071:16: note: Technically the member function 'ArchDesc::addSunCopyright' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:284:8: note: Technically the member function 'ArchDesc::addSunCopyright' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:286:8: performance:inconclusive: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1082:16: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:286:8: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:288:8: performance:inconclusive: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1093:16: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:288:8: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:290:8: performance:inconclusive: Technically the member function 'ArchDesc::addInclude' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1102:16: note: Technically the member function 'ArchDesc::addInclude' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:290:8: note: Technically the member function 'ArchDesc::addInclude' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:291:8: performance:inconclusive: Technically the member function 'ArchDesc::addInclude' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1107:16: note: Technically the member function 'ArchDesc::addInclude' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:291:8: note: Technically the member function 'ArchDesc::addInclude' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:354:17: style:inconclusive: Technically the member function 'ArchDesc::can_cisc_spill' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:208:8: style:inconclusive: Technically the member function 'ADLParser::preproc_taken' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:253:9: performance:inconclusive: Technically the member function 'ADLParser::end_line_marker' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:283:7: style:inconclusive: Technically the member function 'ADLParser::linenum' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1007:15: warning: The class 'MatchRule' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next' openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1007:15: note: Derived variable 'MatchRule::_next' openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:540:13: warning: The class 'Peephole' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next' openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:540:13: note: Derived variable 'Peephole::_next' openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:601:19: warning: The class 'PeepConstraint' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next' openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:601:19: note: Derived variable 'PeepConstraint::_next' openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:66:3: style: Class 'Chunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:98:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:99:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:115:3: style: Class 'DictI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:149:3: style: Class 'Form' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:378:3: style: Class 'PreserveIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:399:3: style: Class 'NameAndList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:480:3: style: Class 'SourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:491:3: style: Class 'HeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:498:3: style: Class 'PreHeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:523:3: style: Class 'Expr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:180:3: style: Class 'RegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:236:3: style: Class 'CodeSnippetRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:283:3: style: Class 'ConditionalRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:322:3: style: Class 'AllocClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:422:3: style: Class 'ResourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:579:3: style: Class 'PeepMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:639:3: style: Class 'PeepReplace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:664:3: style: Class 'PeepChild' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:121:3: style: Class 'InstructForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:356:3: style: Class 'EncClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:389:3: style: Class 'MachNodeForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:481:3: style: Class 'Effect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:547:3: style: Class 'OpClassForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:588:3: style: Class 'OperandForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:721:3: style: Class 'Predicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:737:3: style: Class 'Interface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:844:3: style: Class 'ConstructRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:945:3: style: Class 'MatchNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1010:3: style: Class 'MatchRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1089:3: style: Class 'FormatRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:485:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:485:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:486:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:486:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:493:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:483:23: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:493:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:500:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:483:23: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:500:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:120:14: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:120:14: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:122:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:122:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:123:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:123:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:155:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:155:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:156:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:156:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:198:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:198:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:199:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:199:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:245:8: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:204:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:245:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:248:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:208:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:248:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:249:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:209:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:249:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:286:16: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:204:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:286:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:293:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:208:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:293:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:294:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:209:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:294:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:327:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:327:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:328:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:328:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:363:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:363:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:364:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:364:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:403:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:403:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:404:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:404:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:419:26: style: The function 'is_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:141:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:419:26: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:425:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:425:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:426:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:426:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:450:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:450:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:451:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:451:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:474:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:474:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:475:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:475:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:501:27: style: The function 'is_pipeclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:142:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:501:27: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:525:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:525:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:526:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:526:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:562:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:562:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:563:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:563:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:594:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:594:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:595:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:595:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:624:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:624:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:625:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:625:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:652:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:652:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:653:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:653:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:673:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:673:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:674:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:674:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:126:25: style: The function 'is_instruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:137:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:126:25: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:128:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:153:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:128:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:307:16: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:307:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:309:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:309:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:310:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:310:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:332:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:332:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:333:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:333:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:375:8: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:375:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:376:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:376:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:377:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:377:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:392:25: style: The function 'is_machnode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:138:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:392:25: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:394:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:394:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:395:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:395:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:422:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:422:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:423:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:423:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:467:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:467:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:468:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:468:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:485:19: style: The function 'is_effect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:140:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:485:19: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:492:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:492:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:493:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:493:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:514:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:514:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:515:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:515:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:533:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:533:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:534:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:534:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:551:32: style: The function 'is_opclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:135:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:551:32: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:552:32: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:213:31: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:552:32: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:555:32: style: The function 'is_cisc_mem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:146:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:555:32: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:562:16: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:153:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:562:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:563:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:563:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:564:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:564:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:593:24: style: The function 'is_operand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:136:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:593:24: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:595:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:562:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:595:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:596:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:552:32: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:596:31: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:597:32: style: The function 'stack_slots_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:553:32: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:597:32: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:611:23: style: The function 'is_cisc_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:145:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:611:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:690:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:563:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:690:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:691:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:564:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:691:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:708:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:708:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:709:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:709:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:724:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:724:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:725:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:725:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:740:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:213:31: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:740:31: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:748:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:748:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:749:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:749:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:761:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:761:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:762:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:762:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:774:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:774:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:775:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:775:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:793:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:793:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:794:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:794:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:830:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:830:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:831:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:831:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:847:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:847:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:848:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:848:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:873:26: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:139:26: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:873:26: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:880:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:880:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:881:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:881:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:907:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:907:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:908:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:908:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:993:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:993:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:994:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:994:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1015:16: style: The function 'append_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:956:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1015:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1049:16: style: The function 'equivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:988:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1049:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1053:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1053:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1055:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1055:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1073:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1073:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1074:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1074:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1092:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1092:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1093:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1093:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:102:7: style: Condition '!chains_exist' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:91:25: note: Assignment 'chains_exist=false', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:102:7: note: Condition '!chains_exist' is always true openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:79:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:133:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:457:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:235:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:269:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:287:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:304:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:327:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:359:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:371:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:401:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:408:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:540:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:547:49: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:598:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:609:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:620:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:634:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:644:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:650:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:875:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:977:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:982:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1058:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1063:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1004:10: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1000:10: note: opForm is assigned openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1004:10: note: opForm is overwritten openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1008:10: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1004:10: note: opForm is assigned openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1008:10: note: opForm is overwritten openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:770:15: style: The scope of the variable 'i' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:712:39: style:inconclusive: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:201:31: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:712:39: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:767:49: style:inconclusive: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:338:42: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:767:49: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:820:57: style:inconclusive: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:257:49: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:820:57: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:858:46: style:inconclusive: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:256:38: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:858:46: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:821:15: style: Local variable 'reg_mask' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:255:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:821:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:336:34: style: Parameter 'mrule' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:274:29: style: Variable 'has_root' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:382:19: style: Variable 'rule' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.cpp:1021:10: style: Variable 'opForm' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:91:10: style:inconclusive: Member variable 'Arena::_first' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:74:52: note: Member variable 'Arena::_first' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:91:10: note: Member variable 'Arena::_first' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:41:9: style:inconclusive: Technically the member function 'CHeapObj::operatordelete' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:170:16: note: Technically the member function 'CHeapObj::operatordelete' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:41:9: note: Technically the member function 'CHeapObj::operatordelete' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:60:12: warning: Class 'Arena' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:60:12: warning: Class 'Arena' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:121:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:155:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:158:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:27:34: style:inconclusive: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:64:29: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:27:34: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:73:22: style:inconclusive: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.hpp:99:16: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/arena.cpp:73:22: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:106:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:107:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the copy constructor. [uninitMemberVarPrivate] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:552:15: performance:inconclusive: Technically the member function 'Expr::compute_expr' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:742:19: note: Technically the member function 'Expr::compute_expr' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:552:15: note: Technically the member function 'Expr::compute_expr' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:553:15: performance:inconclusive: Technically the member function 'Expr::compute_min' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:762:11: note: Technically the member function 'Expr::compute_min' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:553:15: note: Technically the member function 'Expr::compute_min' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:554:15: performance:inconclusive: Technically the member function 'Expr::compute_max' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:772:11: note: Technically the member function 'Expr::compute_max' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:554:15: note: Technically the member function 'Expr::compute_max' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:555:15: performance:inconclusive: Technically the member function 'Expr::compute_external' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:717:19: note: Technically the member function 'Expr::compute_external' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:555:15: note: Technically the member function 'Expr::compute_external' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:138:8: performance:inconclusive: Technically the member function 'ArchDesc::prune_matchlist' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:361:16: note: Technically the member function 'ArchDesc::prune_matchlist' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:138:8: note: Technically the member function 'ArchDesc::prune_matchlist' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:83:3: style: Class 'ProductionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:298:86: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:320:84: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:322:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:337:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:627:76: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:629:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:867:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:880:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:890:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:897:64: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:898:59: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:962:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:970:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:1047:78: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:1048:73: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:958:15: style: The scope of the variable 'x' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:239:47: style:inconclusive: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:131:39: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:239:47: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:311:69: style:inconclusive: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:132:61: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:311:69: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:595:51: style:inconclusive: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:241:43: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:595:51: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:595:92: style:inconclusive: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:241:83: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:595:92: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:533:18: style: Local variable 'pred' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:527:22: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:533:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:549:11: style: Local variable 'pred' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:527:22: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:549:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:193:45: style: Parameter 'mList' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:486:43: style: Parameter 'shared' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dfa.cpp:960:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:290:17: style: Array index 'k' is used before limits check. [arrayIndexThenCheck] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_key' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_value' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:46:16: style:inconclusive: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:55:77: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:46:16: style:inconclusive: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:59:91: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:46:16: style:inconclusive: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:140:90: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:77:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:105:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:118:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:141:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:145:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:155:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:198:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:200:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:288:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:316:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:243:35: style:inconclusive: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:84:31: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:243:35: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:285:25: style:inconclusive: Function 'hashstr' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.hpp:92:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:285:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:146:13: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize] openjdk-11-11.0.15+10/src/hotspot/share/adlc/dict2.cpp:250:32: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize] openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.hpp:60:13: style:inconclusive: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.cpp:30:74: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.hpp:60:13: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.cpp:46:3: warning: Class 'FileBuff' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.cpp:46:3: warning: Class 'FileBuff' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.cpp:30:35: style:inconclusive: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.hpp:68:26: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/filebuff.cpp:30:35: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:182:19: performance:inconclusive: Technically the member function 'Form::ideal_to_const_type' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:212:22: note: Technically the member function 'Form::ideal_to_const_type' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:182:19: note: Technically the member function 'Form::ideal_to_const_type' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:184:19: performance:inconclusive: Technically the member function 'Form::ideal_to_sReg_type' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:227:22: note: Technically the member function 'Form::ideal_to_sReg_type' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:184:19: note: Technically the member function 'Form::ideal_to_sReg_type' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:186:19: performance:inconclusive: Technically the member function 'Form::ideal_to_Reg_type' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:238:22: note: Technically the member function 'Form::ideal_to_Reg_type' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:186:19: note: Technically the member function 'Form::ideal_to_Reg_type' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:189:18: performance:inconclusive: Technically the member function 'Form::is_load_from_memory' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:251:22: note: Technically the member function 'Form::is_load_from_memory' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:189:18: note: Technically the member function 'Form::is_load_from_memory' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:191:18: performance:inconclusive: Technically the member function 'Form::is_store_to_memory' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:273:22: note: Technically the member function 'Form::is_store_to_memory' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:191:18: note: Technically the member function 'Form::is_store_to_memory' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:351:15: style:inconclusive: Technically the member function 'NameList::current' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:72:24: note: Technically the member function 'NameList::current' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:351:15: note: Technically the member function 'NameList::current' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:352:15: style:inconclusive: Technically the member function 'NameList::peek' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:73:24: note: Technically the member function 'NameList::peek' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:352:15: note: Technically the member function 'NameList::peek' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:355:9: performance:inconclusive: Technically the member function 'NameList::is_signal' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:82:17: note: Technically the member function 'NameList::is_signal' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:355:9: note: Technically the member function 'NameList::is_signal' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:359:15: style:inconclusive: Technically the member function 'NameList::name' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:107:24: note: Technically the member function 'NameList::name' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:359:15: note: Technically the member function 'NameList::name' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:362:9: style:inconclusive: Technically the member function 'NameList::output' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:113:18: note: Technically the member function 'NameList::output' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:362:9: note: Technically the member function 'NameList::output' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:51:21: error: Common realloc mistake: '_names' nulled but not freed upon failure [memleakOnRealloc] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:43:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:51:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:321:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:351:64: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:352:59: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:212:54: style:inconclusive: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:182:51: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:212:54: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:117:15: style: Local variable 'name' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:359:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:117:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:118:15: style: Local variable 'iter' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:350:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:118:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:170:15: style: Local variable 'name' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:406:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.cpp:170:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:33:15: warning: Member variable 'RegisterForm::_current_ac' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:365:22: warning: Member variable 'ConditionalRegClass::_rclasses' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_direction' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_sync_stack_slots' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_inline_cache_reg' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_interpreter_method_oop_reg' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_cisc_spilling_operand_name' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_return_addr_loc' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_c_return_addr_loc' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:134:15: style:inconclusive: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:197:5: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:134:15: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:172:15: style:inconclusive: Member variable 'RegClass::_classid' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:233:65: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:172:15: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:377:14: style:inconclusive: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:461:6: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:377:14: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:569:9: style:inconclusive: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:683:54: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:569:9: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:601:19: style:inconclusive: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:742:51: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:601:19: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:586:9: style:inconclusive: Technically the member function 'PeepMatch::max_position' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:701:18: note: Technically the member function 'PeepMatch::max_position' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:586:9: note: Technically the member function 'PeepMatch::max_position' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:225:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:567:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:572:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:96:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:107:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:114:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:120:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:178:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:182:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:186:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:242:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:264:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:288:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:310:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:411:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:422:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:694:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:695:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:697:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:794:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:42:36: style:inconclusive: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:101:31: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:42:36: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:43:69: style:inconclusive: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:102:65: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:43:69: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:64:47: style:inconclusive: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:105:35: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:64:47: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:193:86: style:inconclusive: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:144:33: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:193:86: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:206:38: style:inconclusive: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:148:36: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:206:38: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:250:48: style:inconclusive: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:188:40: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:250:48: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:648:37: style:inconclusive: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:551:29: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:648:37: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:661:41: style:inconclusive: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:553:33: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:661:41: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:758:45: style:inconclusive: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:620:31: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:758:45: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:804:50: style:inconclusive: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.hpp:648:40: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:804:50: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:806:28: style: Variable 'inst_num' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:807:28: style: Variable 'inst_operand' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formsopt.cpp:810:20: style: Variable 'inst' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_curchar' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_taken' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_else' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:77:13: style:inconclusive: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:33:5: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:77:13: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:105:8: performance:inconclusive: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:306:17: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:105:8: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:182:18: performance:inconclusive: Technically the member function 'ADLParser::construct_parse' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2192:27: note: Technically the member function 'ADLParser::construct_parse' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:182:18: note: Technically the member function 'ADLParser::construct_parse' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:256:16: style:inconclusive: Technically the member function 'ADLParser::cur_char' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5224:17: note: Technically the member function 'ADLParser::cur_char' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:256:16: note: Technically the member function 'ADLParser::cur_char' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:353:33: style: Condition 'frm->is_operand()==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3143:16: style: Condition '_curchar!=')'' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3035:19: note: Assuming that condition '_curchar!=')'' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3143:16: note: Condition '_curchar!=')'' is always false openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3462:21: style: Condition 'sizeOfInstr!=NULL' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5161:23: style: Condition '_curchar=='#'' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5155:18: note: Assuming that condition '_curchar>' '' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5161:23: note: Condition '_curchar=='#'' is always false openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5314:15: style: Condition 'eol==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:125:3: warning: Either the condition 'regBlock==NULL' is redundant or there is possible null pointer dereference: regBlock. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:122:16: note: Assuming that condition 'regBlock==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:125:3: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3953:63: error: Null pointer dereference: desc [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3844:24: note: Assignment 'desc=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3953:63: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4100:70: error: Null pointer dereference: desc [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4089:18: note: Assignment 'desc=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4100:70: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3953:63: error: Null pointer dereference [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4100:70: error: Null pointer dereference [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:213:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:287:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:341:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:349:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:358:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:366:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:384:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:392:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1673:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1690:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2861:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3332:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4465:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4554:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4652:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5260:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:90:9: style: The scope of the variable 'ident' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1196:8: style: The scope of the variable 'in_register' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1328:10: style: The scope of the variable 'ident' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1635:10: style: The scope of the variable 'ident' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1719:10: style: The scope of the variable 'ident' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4110:17: style: The scope of the variable 'ident' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4435:9: style: The scope of the variable 'next' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4904:16: style: The scope of the variable 'ident' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:31:32: style:inconclusive: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:278:23: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:31:32: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1633:46: style:inconclusive: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:137:37: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1633:46: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1718:47: style:inconclusive: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:138:38: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1718:47: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1754:48: style:inconclusive: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:139:39: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:1754:48: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3437:43: style:inconclusive: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:170:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3437:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3472:48: style:inconclusive: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:169:45: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3472:48: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4396:65: style:inconclusive: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:155:60: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4396:65: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4479:39: style:inconclusive: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:245:30: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4479:39: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5266:49: style:inconclusive: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.hpp:285:47: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5266:49: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4745:45: style: Parameter 'dict' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:4901:61: style: Parameter 'operands' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2085:14: style: Variable 'desc' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2741:23: style: Variable 'rparen' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2742:23: style: Variable 'icount' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2776:11: style: Variable 'lparen' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2744:16: style: Variable 'token' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:2836:12: style: Variable 'line' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3212:28: style: Variable 'encode_class' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3477:11: style: Variable 'val' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:3547:9: style: Variable 'iface_code' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/adlparse.cpp:5150:15: style: Variable 'start' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:30:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:64:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1960:15: warning: Member variable 'MachNodeForm::_machnode_pipe' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1942:14: warning: Member variable 'RewriteRule::_condition' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1942:14: warning: Member variable 'RewriteRule::_instrs' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1942:14: warning: Member variable 'RewriteRule::_opers' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1973:14: warning: Member variable 'OpClassForm::_minCode' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1973:14: warning: Member variable 'OpClassForm::_maxCode' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2836:16: warning: Member variable 'ConstructRule::_expr' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3910:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3915:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3921:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:79:18: style:inconclusive: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:31:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:88:18: style:inconclusive: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:34:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:79:18: style:inconclusive: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:65:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:88:18: style:inconclusive: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:68:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:803:15: style:inconclusive: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2805:5: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:803:15: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:804:15: style:inconclusive: Member variable 'CondInterface::_less' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2806:5: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:804:15: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:805:15: style:inconclusive: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2807:5: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:805:15: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:806:15: style:inconclusive: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2808:5: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:806:15: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:807:15: style:inconclusive: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2809:5: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:807:15: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:808:15: style:inconclusive: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2810:5: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:808:15: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:809:15: style:inconclusive: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2811:5: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:809:15: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:934:16: style:inconclusive: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3180:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:934:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:939:15: style:inconclusive: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3181:55: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:939:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:934:16: style:inconclusive: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3188:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:934:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:939:15: style:inconclusive: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3190:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:939:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:934:16: style:inconclusive: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3195:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:934:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:939:15: style:inconclusive: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3197:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:939:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:435:8: style:inconclusive: Technically the member function 'ComponentList::count' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2982:27: note: Technically the member function 'ComponentList::count' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:435:8: note: Technically the member function 'ComponentList::count' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:329:15: performance:inconclusive: Technically the member function 'EncodeForm::encClassPrototype' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1596:25: note: Technically the member function 'EncodeForm::encClassPrototype' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:329:15: note: Technically the member function 'EncodeForm::encClassPrototype' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:330:15: style:inconclusive: Technically the member function 'EncodeForm::encClassBody' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1583:25: note: Technically the member function 'EncodeForm::encClassBody' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:330:15: note: Technically the member function 'EncodeForm::encClassBody' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:363:8: performance:inconclusive: Technically the member function 'EncClass::check_parameter_types' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1629:16: note: Technically the member function 'EncClass::check_parameter_types' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:363:8: note: Technically the member function 'EncClass::check_parameter_types' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:426:8: style:inconclusive: Technically the member function 'Opcode::print_opcode' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1726:14: note: Technically the member function 'Opcode::print_opcode' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:426:8: note: Technically the member function 'Opcode::print_opcode' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:683:23: performance:inconclusive: Technically the member function 'OperandForm::format_constant' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2552:19: note: Technically the member function 'OperandForm::format_constant' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:683:23: note: Technically the member function 'OperandForm::format_constant' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:904:15: style:inconclusive: Technically the member function 'Component::base_type' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2919:24: note: Technically the member function 'Component::base_type' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:904:15: note: Technically the member function 'Component::base_type' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:909:15: style:inconclusive: Technically the member function 'Component::getUsedefName' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1851:24: note: Technically the member function 'Component::getUsedefName' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:909:15: note: Technically the member function 'Component::getUsedefName' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:986:14: performance:inconclusive: Technically the member function 'MatchNode::cisc_spill_merge' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3580:16: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:986:14: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3200:5: warning: Class 'MatchNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3200:5: warning: Class 'MatchNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1522:9: style: Condition 'first' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1519:16: note: Assignment 'first=1', assigned value is 1 openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1522:9: note: Condition 'first' is always true openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1731:12: style: Condition 'this!=NULL' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2397:25: style: Condition 'form' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2436:25: style: Condition 'form' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3418:12: style: Condition 'this==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1444:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1445:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1451:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1451:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1451:9: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1454:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1454:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1454:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1464:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2489:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2532:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2542:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2554:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2555:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2555:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2557:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2557:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2558:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2559:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2560:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2637:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2638:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2639:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2640:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2641:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3493:1: error: Memory leak: subtree [memleak] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:745:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:751:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:802:54: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:997:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1232:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1368:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1540:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1542:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1545:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1578:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1586:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1589:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1611:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1780:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1791:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1796:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1816:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1907:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2095:54: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2480:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2705:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2953:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3289:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3291:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3377:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3378:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3395:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3396:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3424:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3479:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3482:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3896:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3897:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:136:18: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:135:30: note: comp is assigned openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:136:18: note: comp is overwritten openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1393:20: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1389:14: note: comp is assigned openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1393:20: note: comp is overwritten openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3596:8: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3600:3: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3596:8: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:633:16: warning: Redundant assignment of 'oper' to itself. [selfAssignment] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2339:19: warning: Redundant assignment of 'reg_class' to itself. [selfAssignment] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1378:10: style: The scope of the variable 'count' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2574:17: style: The scope of the variable 'type' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:175:46: style:inconclusive: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:145:49: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:175:46: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:185:51: style:inconclusive: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:151:46: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:185:51: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:495:31: style:inconclusive: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:182:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:495:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:502:31: style:inconclusive: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:183:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:502:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:502:58: style:inconclusive: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:183:102: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:502:58: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1206:63: style:inconclusive: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:249:66: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1206:63: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1635:37: style:inconclusive: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:370:29: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1635:37: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1713:56: style:inconclusive: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:420:57: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1713:56: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1775:42: style:inconclusive: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:448:34: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1775:42: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2244:59: style:inconclusive: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:629:56: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2244:59: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2297:51: style:inconclusive: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:638:56: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2297:51: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2383:72: style:inconclusive: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:661:77: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2383:72: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2411:67: style:inconclusive: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:662:72: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2411:67: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2421:67: style:inconclusive: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:667:72: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2421:67: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2552:50: style:inconclusive: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:683:54: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2552:50: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2552:68: style:inconclusive: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:683:70: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2552:68: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2568:54: style:inconclusive: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:664:65: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2568:54: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2631:40: style:inconclusive: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:686:44: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2631:40: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3178:68: style:inconclusive: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:945:63: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3178:68: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3187:47: style:inconclusive: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:948:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3187:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3194:47: style:inconclusive: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:949:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3194:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3217:40: style:inconclusive: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:955:36: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3217:40: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3580:37: style:inconclusive: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:986:35: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3580:37: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3580:57: style:inconclusive: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:986:52: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3580:57: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3867:54: style:inconclusive: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:991:51: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3867:54: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3921:71: style:inconclusive: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1012:62: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3921:71: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3948:36: style:inconclusive: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:1017:33: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3948:36: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1211:15: style: Local variable 'cisc_spill_operand' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:251:23: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1211:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1568:13: style: Local variable 'encClass' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:327:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1568:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1586:13: style: Local variable 'encClass' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:327:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1586:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2245:16: style: Local variable 'ideal_type' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:626:23: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2245:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3015:14: style: Local variable 'count' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/adlc/forms.hpp:435:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3015:14: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3234:13: style: Variable 'globals' can be declared as reference to const [constVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3609:38: style: Parameter 'globals' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3948:36: style: Parameter 'position0' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3997:41: style: Parameter 'globals' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2006:10: warning: Uninitialized variable: interface [uninitvar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1995:37: note: Assuming condition is false openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2006:10: note: Uninitialized variable: interface openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:421:7: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:458:24: style: Variable 'matching_input' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:633:16: style: Variable 'oper' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1238:42: style: Variable 'stack_or_reg_mask_name' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1212:15: style: Variable 'result' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:1213:15: style: Variable 'result2' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2308:28: style: Variable 'constraint' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:2573:12: style: Variable 'i' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3656:24: style: Variable 'cisc_spillable' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.cpp:3666:22: style: Variable 'cisc_spillable' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:186:8: performance:inconclusive: Technically the member function 'ArchDesc::close_file' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:391:16: note: Technically the member function 'ArchDesc::close_file' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:186:8: note: Technically the member function 'ArchDesc::close_file' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:121:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:443:9: style: The scope of the variable 'ep' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:356:50: style:inconclusive: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:185:43: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:356:50: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:391:52: style:inconclusive: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:186:45: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:391:52: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/main.cpp:335:29: style: Parameter 'AD' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:269:9: performance:inconclusive: Technically the member function 'ArchDesc::declareRegSizes' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:171:16: note: Technically the member function 'ArchDesc::declareRegSizes' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:269:9: note: Technically the member function 'ArchDesc::declareRegSizes' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:302:8: style:inconclusive: Technically the member function 'ArchDesc::defineStateClass' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2029:16: note: Technically the member function 'ArchDesc::defineStateClass' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:302:8: note: Technically the member function 'ArchDesc::defineStateClass' can be const. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2115:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2115:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2116:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2116:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2117:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2117:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2120:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2120:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2125:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2125:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2130:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2130:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2136:8: style: The function 'do_instructions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:407:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2136:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2137:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2137:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2166:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2166:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2167:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2167:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2168:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2168:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2181:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2181:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2182:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2182:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2183:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2183:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2185:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2185:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2187:8: style: The function 'record_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:410:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2187:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1225:28: style: The if condition is the same as the previous if condition [duplicateCondition] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1208:28: note: First condition openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1225:28: note: Second condition openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:923:5: style: Condition '_pipeline' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1623:62: style: Condition 'strcmp(attr->_ident,"ins_is_TrapBasedCheckNode")!=0' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:90:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:313:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:314:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:315:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:316:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:317:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:318:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:329:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:334:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:339:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:344:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:349:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:354:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:359:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:364:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:373:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:373:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:375:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:375:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:402:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:403:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:407:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:411:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:415:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:419:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:420:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:424:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:425:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:425:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:426:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:430:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:431:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:431:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:432:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:784:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:788:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:791:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:793:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:793:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:797:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:797:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:809:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:809:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:816:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:816:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:908:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:913:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1088:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1089:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1196:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1554:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1711:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1730:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1739:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1756:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1152:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1160:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1180:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1545:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1569:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1630:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1686:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:171:38: style:inconclusive: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:269:31: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:171:38: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1139:37: style:inconclusive: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:332:29: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1139:37: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2221:43: style:inconclusive: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:273:35: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:2221:43: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:162:53: style: Parameter 'registers' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:176:55: style: Parameter 'registers' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:209:13: style: Variable 'comp' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:454:11: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:931:17: style: Variable 'unitSize' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_h.cpp:1506:17: style: Variable 'comp' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCodeHeap.cpp:650:35: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3124:17: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3254:17: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1872:3: warning: Member variable 'DefineEmitState::_processing_noninput' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/asm/assembler.cpp:51:38: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:314:8: performance:inconclusive: Technically the member function 'ArchDesc::defineSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2464:16: note: Technically the member function 'ArchDesc::defineSize' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:314:8: note: Technically the member function 'ArchDesc::defineSize' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:325:8: performance:inconclusive: Technically the member function 'ArchDesc::define_oper_interface' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2924:16: note: Technically the member function 'ArchDesc::define_oper_interface' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:325:8: note: Technically the member function 'ArchDesc::define_oper_interface' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2273:15: performance:inconclusive: Technically the member function 'DefineEmitState::reg_conversion' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:90:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:108:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:122:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:142:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:155:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:284:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:299:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotCompiledMethod.cpp:406:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotLoader.cpp:310:18: warning: Possible null pointer dereference: caller_heap [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/aot/aotLoader.cpp:302:30: note: Assignment 'caller_heap=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/aot/aotLoader.cpp:303:3: note: Assuming condition is false openjdk-11-11.0.15+10/src/hotspot/share/aot/aotLoader.cpp:310:18: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/aot/aotLoader.cpp:300:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3339:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3339:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3340:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3340:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3341:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3341:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3344:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3344:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3349:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3349:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3357:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3357:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3362:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3362:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3374:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3374:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3375:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3375:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3376:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3376:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3379:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3379:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3380:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3380:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3385:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3385:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3390:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3390:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3404:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3404:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3405:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3405:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3406:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3406:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3409:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3409:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3410:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3410:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3415:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3415:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3420:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3420:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3434:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3434:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3435:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3435:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3436:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3436:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3439:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3439:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3440:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3440:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3441:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3441:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3442:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3442:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3452:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3452:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3453:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3453:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3454:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3454:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3457:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3457:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3461:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3461:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3462:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3462:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3463:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3463:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3473:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3473:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3474:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3474:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3475:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3475:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3478:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3478:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3479:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3479:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3480:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3480:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3481:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3481:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1046:18: style: The if condition is the same as the previous if condition [duplicateCondition] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1034:18: note: First condition openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1046:18: note: Second condition openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:723:7: style: Condition '!_pipeline' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:902:7: style: Condition '_pipeline' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2998:9: style: Condition 'emit_position' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2993:7: note: Assuming that condition 'emit_position' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2998:9: note: Condition 'emit_position' is always true openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:459:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:459:7: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:746:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:746:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:752:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:752:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:757:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:757:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1457:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1461:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1470:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1473:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1479:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1479:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1521:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1523:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1531:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1532:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1536:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1537:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1538:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1544:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1548:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1564:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1589:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1589:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1593:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1617:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1623:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1627:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1638:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1643:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1652:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1652:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1657:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1741:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1745:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1745:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1770:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1770:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1773:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/c1/c1_Canonicalizer.cpp:1003:14: error: There is an unknown macro here somewhere. Configuration is required. If NOT_LP64 is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1774:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1774:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1776:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1776:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1782:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1782:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1785:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2764:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2797:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2800:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3222:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3907:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4002:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:179:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:185:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:207:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:213:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:251:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:328:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:406:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:440:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:798:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1455:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1512:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1525:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1633:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1681:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2857:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2877:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2950:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3074:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3136:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3146:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3173:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3199:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3217:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3237:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:1059:3: style: Class 'CodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3260:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:1206:12: style: Condition 'this==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3281:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3306:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3308:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3318:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3322:49: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3324:49: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3507:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3520:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3530:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3543:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3554:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3568:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:359:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3579:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:561:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3831:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:564:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4089:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:567:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4288:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:585:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4306:49: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:588:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4329:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:591:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/c1/c1_IR.cpp:128:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4349:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:675:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4356:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:693:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/c1/c1_GraphBuilder.cpp:116:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4370:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:694:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:130:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:708:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:151:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:738:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:1431:17: style: The scope of the variable 'cnt' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:780:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3135:17: style: The scope of the variable 'machnode' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:781:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3497:17: style: The scope of the variable 'inst' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:793:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:129:45: style:inconclusive: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:262:38: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:129:45: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:983:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/c1/c1_Instruction.cpp:287:36: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2464:51: style:inconclusive: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:314:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2464:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:1053:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2482:64: style:inconclusive: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:322:56: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2482:64: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/asm/codeBuffer.cpp:518:20: style: Variable 'prev_cs' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2588:51: style:inconclusive: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:320:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2588:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2673:59: style:inconclusive: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:318:51: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2673:59: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3051:36: style:inconclusive: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/archDesc.hpp:333:28: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3051:36: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3957:61: style:inconclusive: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:257:64: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:3957:61: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4024:55: style:inconclusive: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/adlc/formssel.hpp:273:58: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4024:55: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. openjdk-11-11.0.15+10/src/hotspot/share/c1/c1_Compilation.cpp:85:3: warning: Member variable 'PhaseTraceTime::_thread' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2464:51: style: Parameter 'inst' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/c1/c1_Compilation.cpp:85:3: style: Class 'PhaseTraceTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:2820:71: style: Parameter 'oper' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4262:20: style: Variable 'mrule' can be declared as reference to const [constVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:4313:22: style: Variable 'mrule2' can be declared as reference to const [constVariable] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:452:35: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:452:15: note: Assignment 'ub=31', assigned value is 31 openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:452:35: note: Shift openjdk-11-11.0.15+10/src/hotspot/share/adlc/output_c.cpp:452:35: error: Signed integer overflow for expression '1<::_cancelled' is not initialized in the constructor. Maybe it should be initialized directly in the class HierarchyVisitor < PrintHierarchy >? [uninitDerivedMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:306:3: warning: Member variable 'HierarchyVisitor < KeepAliveVisitor >::_cancelled' is not initialized in the constructor. Maybe it should be initialized directly in the class HierarchyVisitor < KeepAliveVisitor >? [uninitDerivedMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:690:3: warning: Member variable 'HierarchyVisitor < FindMethodsByErasedSig >::_cancelled' is not initialized in the constructor. Maybe it should be initialized directly in the class HierarchyVisitor < FindMethodsByErasedSig >? [uninitDerivedMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:122:1: style: The class 'HierarchyVisitor < PrintHierarchy >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:122:1: style: The class 'HierarchyVisitor < KeepAliveVisitor >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:122:1: style: The class 'HierarchyVisitor < FindMethodsByErasedSig >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:686:26: style:inconclusive: Member variable 'FindMethodsByErasedSig::_family' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:692:7: note: Member variable 'FindMethodsByErasedSig::_family' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:686:26: note: Member variable 'FindMethodsByErasedSig::_family' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:553:16: style: Virtual function 'destroy' is called from destructor '~StateRestorer()' at line 551. Dynamic binding is not used. [virtualCallInConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:551:22: note: Calling destroy openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:553:16: note: destroy is a virtual function openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:263:3: style: Class 'PrintHierarchy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:279:3: style: Class 'KeepAliveRegistrar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:306:3: style: Class 'KeepAliveVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:532:3: style: Class 'StatefulMethodFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:580:3: style: Class 'EmptyVtableSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:553:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:58:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:553:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:485:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:487:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/loaderConstraints.cpp:49:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:488:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/loaderConstraints.cpp:431:18: style: Variable 'thread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:501:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:503:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:803:18: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:793:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:803:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:1053:13: style: Local variable 'new_method' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:849:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/classfile/defaultMethods.cpp:1053:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/classfile/packageEntry.cpp:202:26: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/classfile/resolutionErrors.cpp:78:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/placeholders.cpp:39:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/sharedPathsMiscInfo.cpp:157:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/sharedPathsMiscInfo.cpp:205:16: style: The scope of the variable 'num' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stackMapFrame.cpp:162:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stackMapFrame.cpp:167:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stackMapFrame.cpp:178:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stackMapFrame.cpp:179:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stackMapFrame.cpp:185:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stackMapFrame.cpp:186:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stackMapFrame.cpp:194:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:538:7: warning: Either the condition 'package_entry==NULL' is redundant or there is possible null pointer dereference: package_entry. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:532:21: note: Assuming that condition 'package_entry==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:538:7: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:713:9: warning: Either the condition 'package_entry==NULL' is redundant or there is possible null pointer dereference: package_entry. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:707:23: note: Assuming that condition 'package_entry==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:713:9: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:62:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/modules.cpp:415:23: style: The scope of the variable 'pkg' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/classfile/symbolTable.cpp:678:47: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/classfile/systemDictionary.cpp:1859:46: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/classfile/systemDictionaryShared.cpp:422:98: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stringTable.cpp:119:7: style:inconclusive: Member variable 'StringTableLookupJchar::_len' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stringTable.cpp:125:48: note: Member variable 'StringTableLookupJchar::_len' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/stringTable.cpp:119:7: note: Member variable 'StringTableLookupJchar::_len' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/stringTable.cpp:256:3: style: Class 'StringTableGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stringTable.cpp:390:3: style: Class 'StringTableIsAliveCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stringTable.cpp:672:3: style: Class 'VerifyCompStrings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/stringTable.cpp:137:53: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:1970:19: style:inconclusive: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2013:57: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:1970:19: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2104:7: style:inconclusive: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2110:37: note: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2104:7: note: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2105:7: style:inconclusive: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2110:73: note: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2105:7: note: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2020:5: performance: Variable '_methods' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:224:3: style: Class 'CompactStringsFixup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2013:3: style: Class 'BacktraceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:111:13: style: Condition 'start!=-1' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:101:16: note: Assignment 'start=-1', assigned value is -1 openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:111:13: note: Condition 'start!=-1' is always false openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:347:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:400:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:424:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:1278:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:1389:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:1417:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:1467:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:1498:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2318:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2360:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:2632:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:3334:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:3786:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:3960:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:100:7: style: The scope of the variable 'count' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/classfile/javaClasses.cpp:3948:20: style: Variable 'k' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/code/codeBlob.cpp:101:31: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/classfile/vmSymbols.cpp:908:24: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/classfile/vmSymbols.cpp:208:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/vmSymbols.cpp:487:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/vmSymbols.cpp:1041:45: style: Parameter 'n' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/classfile/vmSymbols.cpp:1041:56: style: Parameter 's' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/code/codeCache.cpp:610:3: error: There is an unknown macro here somewhere. Configuration is required. If S390_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/code/codeHeapState.cpp:1134:43: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:63:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:65:48: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:74:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:87:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:120:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:137:49: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:398:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledIC.cpp:444:45: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledMethod.cpp:378:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/compiledMethod.cpp:382:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/debugInfoRec.cpp:43:7: style:inconclusive: Technically the member function 'DIR_Chunk::offset' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1287:12: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1300:13: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1381:11: warning: Assert statement calls a function which may have desired side effects: 'is_participant'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/code/nmethod.cpp:324:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1112:8: style:inconclusive: Technically the member function 'ClassHierarchyWalker::doing_subtype_search' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1116:7: style:inconclusive: Technically the member function 'ClassHierarchyWalker::num_participants' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1092:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/code/exceptionHandlerTable.cpp:69:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1096:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/code/exceptionHandlerTable.cpp:201:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:651:56: style: Condition 'klass_violations==0' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:649:28: note: Assuming that condition 'klass_violations==0' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:651:56: note: Condition 'klass_violations==0' is always true openjdk-11-11.0.15+10/src/hotspot/share/code/exceptionHandlerTable.cpp:212:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/icBuffer.cpp:86:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/icBuffer.cpp:107:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/icBuffer.cpp:122:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:395:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:396:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:503:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:827:51: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:830:52: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:838:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:840:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:875:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:985:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1686:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1690:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1703:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1756:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1760:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1765:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1930:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1489:12: style: Local variable 'chain' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1439:10: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1489:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/code/dependencies.cpp:1266:30: style: Parameter 'x' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/code/stubs.cpp:174:3: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compileBroker.cpp:875:87: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compileTask.cpp:97:75: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/code/scopeDesc.cpp:198:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/scopeDesc.cpp:209:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/scopeDesc.cpp:220:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compilerDirectives.cpp:212:3: error: There is an unknown macro here somewhere. Configuration is required. If compilerdirectives_common_flags is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/compiler/directivesParser.cpp:158:5: error: There is an unknown macro here somewhere. Configuration is required. If compilerdirectives_common_flags is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/compiler/disassembler.cpp:320:35: error: syntax error: +) [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/code/vtableStubs.cpp:270:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/compiler/methodLiveness.cpp:443:32: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/compiler/methodMatcher.cpp:273:32: error: There is an unknown macro here somewhere. Configuration is required. If NOT_WINDOWS is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2186:14: style: Condition 'keys<0' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2180:13: note: Assuming that condition 'low>high' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2185:23: note: Assignment 'keys=high-low+1', assigned value is greater than 0 openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2186:14: note: Condition 'keys<0' is always false openjdk-11-11.0.15+10/src/hotspot/share/compiler/oopMap.cpp:252:41: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/adaptiveFreeList.cpp:43:12: error: There is an unknown macro here somewhere. Configuration is required. If SSIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/allocationStats.cpp:35:32: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:60:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:69:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:230:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:278:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:163:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:283:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:276:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:315:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2132:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:327:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2272:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:396:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2786:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:398:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2772:13: style: The scope of the variable 'on_stack_sig_types_buffer' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:407:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:221:18: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:142:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:221:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:409:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2539:16: style: Local variable 'target' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2403:6: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:2539:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:419:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:425:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:437:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:438:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:446:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:451:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:464:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:468:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:477:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:486:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:503:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:540:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:613:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:657:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:659:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:709:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:711:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compileLog.cpp:50:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:803:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1347:5: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:901:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:907:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:915:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:921:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:928:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:934:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:940:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:967:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/code/relocInfo.cpp:958:8: style: The scope of the variable 'got_next' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp:6282:35: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/freeChunk.cpp:46:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/freeChunk.cpp:57:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/parNewGeneration.cpp:1175:5: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/promotionInfo.cpp:80:5: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compilerOracle.cpp:131:7: portability: Using memset() on union which contains a floating point number. [memsetClassFloat] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsHeap.cpp:114:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/vmCMSOperations.cpp:45:5: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsHeap.cpp:160:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsHeap.cpp:162:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/classfile/verifier.cpp:1740:27: style: Variable 'no_control_flow' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/c1/g1BarrierSetC1.cpp:174:32: error: There is an unknown macro here somewhere. Configuration is required. If LP64_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compilerOracle.cpp:249:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compilerOracle.cpp:479:19: style: Variable 'value' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/compiler/compilerOracle.cpp:531:25: style: Variable 'value' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/concurrentMarkSweepThread.cpp:290:21: style: Condition '++loop_count==0' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp:90:3: style: Class 'EpsilonGenerationCounters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:296:49: warning: Either the condition 'max_to_do!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:324:50: note: Assuming that condition 'max_to_do!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:323:34: note: Assignment to 'max_to_do=last_block+last_block_size' openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:296:49: note: Null pointer subtraction openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:124:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:129:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:233:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:306:23: style: Local variable 'val' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:282:19: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:306:23: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:263:7: warning: Iterators to containers from different expressions 'chunk_mr' and 'used' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/cms/cmsCardTable.cpp:352:33: warning: Iterators to containers from different expressions 'sp->used_region()' and 'used' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1BarrierSetRuntime.cpp:49:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp:164:51: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:1488:45: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CardCounts.cpp:143:3: style: Class 'G1CardCountsClearClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/epsilon/epsilonHeap.cpp:42:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/epsilon/epsilonHeap.cpp:43:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/epsilon/epsilonHeap.cpp:160:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:3045:27: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CardCounts.cpp:78:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CardTable.cpp:88:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp:268:5: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceConcTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1ConcurrentRefine.cpp:145:22: error: There is an unknown macro here somewhere. Configuration is required. If LP64_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullCollector.cpp:205:3: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCCompactTask.cpp:105:3: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Allocator.cpp:65:66: warning: Either the condition 'retained_region!=NULL' is redundant or there is possible null pointer dereference: retained_region. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Allocator.cpp:76:23: note: Assuming that condition 'retained_region!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Allocator.cpp:65:66: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1ConcurrentMarkObjArrayProcessor.cpp:48:48: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCPrepareTask.cpp:164:3: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.cpp:82:3: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp:42:3: style: Class 'G1AdjustLiveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CollectionSet.cpp:335:3: style: Class 'G1PrintCollectionSetDetailClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCCompactionPoint.cpp:105:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:288:3: style: Class 'CleanCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:266:5: style: Class 'PointsIntoHRDetectionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:44:19: style:inconclusive: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:49:61: note: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:44:19: note: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:196:8: style:inconclusive: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:208:5: note: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:196:8: note: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:48:3: style: Class 'UpdateRSetDeferred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:73:57: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:67:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:83:57: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1EvacFailure.cpp:105:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:84:57: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:63:10: style: The scope of the variable 'failed' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:63:17: style: Variable 'failed' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:46:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:99:14: style: Variable 'failed' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:48:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1MMUTracker.cpp:79:19: style: Variable 'duration' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1MonitoringSupport.cpp:126:22: style: Variable 'sampled' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1RemSet.cpp:897:100: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:199:26: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1RegionToSpaceMapper.cpp:115:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1YoungRemSetSamplingThread.cpp:79:3: style: Class 'G1YoungRemSetSamplingClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1StringDedupStat.cpp:54:51: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1ParScanThreadState.cpp:271:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionSet.cpp:190:40: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp:548:18: style: Variable 'likely' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:281:3: warning: Member variable 'VerifyArchivePointerRegionClosure::_g1h' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:87:12: style:inconclusive: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:130:44: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:87:12: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:58:3: style: Class 'VerifyRootsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:143:3: style: Class 'G1VerifyCodeRootBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:159:3: style: Class 'YoungRefCounterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1PageBasedVirtualSpace.cpp:278:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:242:3: style: Class 'VerifyArchiveOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:281:3: style: Class 'VerifyArchivePointerRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/vm_operations_g1.cpp:206:3: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:586:3: style: Class 'G1VerifyCardTableCleanup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:633:3: style: Class 'G1VerifyDirtyYoungListClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Policy.cpp:629:12: style: The scope of the variable 'cost_per_card_ms' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Policy.cpp:636:12: style: The scope of the variable 'cost_per_entry_ms' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Policy.cpp:764:10: style: The scope of the variable 'marking_to_mixed_time' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Policy.cpp:629:29: style: Variable 'cost_per_card_ms' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Policy.cpp:636:30: style: Variable 'cost_per_entry_ms' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/gcTaskManager.cpp:95:1: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Policy.cpp:764:32: style: Variable 'marking_to_mixed_time' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1Policy.cpp:1166:10: style: Variable 'last' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/gcTaskThread.cpp:124:49: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/immutableSpace.cpp:68:39: error: syntax error [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:344:12: style: Local variable 'failures' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:311:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:344:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSOldGen.cpp:83:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSOldGen.cpp:84:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/parMarkBitMap.cpp:175:35: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/sparsePRT.cpp:98:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/objectStartArray.cpp:62:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/sparsePRT.cpp:123:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/objectStartArray.cpp:76:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/sparsePRT.cpp:124:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:50:19: style:inconclusive: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:72:5: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:50:19: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:54:19: style:inconclusive: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:73:33: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:54:19: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:69:3: style: Class 'PerRegionTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psMarkSweep.cpp:664:69: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableSpace.cpp:56:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableSpace.cpp:58:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableSpace.cpp:94:10: warning: Iterators to containers from different expressions 'intersection' and 'mr' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableSpace.cpp:263:12: style: Variable 'prev_p' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psOldGen.cpp:318:5: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp:73:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp:239:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp:423:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp:538:51: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psParallelCompact.cpp:426:55: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:342:48: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp:563:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:595:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp:569:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:449:10: style: The scope of the variable 'max_ind' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:467:17: style: Variable 'max_ind' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psScavenge.cpp:660:50: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:178:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:186:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCompactionManager.cpp:194:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:268:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCompactionManager.cpp:212:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:269:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:270:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:271:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:346:3: style: Class 'VerifyStrongCodeRootOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:272:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:360:3: style: Class 'VerifyStrongCodeRootCodeBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:273:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/serial/defNewGeneration.cpp:684:52: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:321:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:322:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/serial/genMarkSweep.cpp:182:3: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:323:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:327:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:342:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:374:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:375:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:378:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:419:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:421:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:427:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:428:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:429:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:462:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:497:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/ageTable.cpp:117:42: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:498:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:332:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:501:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/allocTracer.cpp:36:63: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:521:59: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:510:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:529:59: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/asPSYoungGen.cpp:511:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/blockOffsetTable.cpp:198:51: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:530:57: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:568:55: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:703:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/serial/tenuredGeneration.cpp:51:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:511:12: style: The scope of the variable 'failed' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/serial/tenuredGeneration.cpp:52:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:511:19: style: Variable 'failed' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/serial/tenuredGeneration.cpp:116:34: style: Variable 'capacity_after_gc' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:541:16: style: Variable 'failed' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:640:21: style: Variable 'object_num' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:644:16: style: Variable 'object_num' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psMarkSweepDecorator.cpp:234:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:693:12: style: Variable 'prev_p' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psMarkSweepDecorator.cpp:298:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/g1/heapRegion.cpp:809:12: style: Variable 'prev_p' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psMarkSweepDecorator.cpp:317:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psMarkSweepDecorator.cpp:353:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psMarkSweepDecorator.cpp:364:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:55:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psMarkSweepDecorator.cpp:372:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:142:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:166:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:184:49: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:186:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:192:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:204:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psPromotionManager.cpp:278:3: style: Class 'PSRestorePreservedMarksTaskExecutor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:247:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psPromotionManager.cpp:403:3: style: Class 'PushContentsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:248:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:265:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:268:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:269:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:476:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:508:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:544:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:555:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:580:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:561:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:418:17: warning: Iterators to containers from different expressions '_covered[j]' and 'new_region' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:563:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:486:18: warning: Iterators to containers from different expressions '_covered[changed_region]' and 'new_region' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:577:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:570:20: warning: Iterators to containers from different expressions '_committed[changed_region]' and 'cur_committed' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psPromotionManager.cpp:452:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:578:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:138:7: style: Variable 'dirty_card_count' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psPromotionManager.cpp:465:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:579:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psCardTable.cpp:416:22: style: Variable 'changed_region' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psPromotionManager.cpp:357:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:136:22: style: Redundant initialization for 'new_active_workers'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:115:28: note: new_active_workers is initialized openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:136:22: note: new_active_workers is overwritten openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psPromotionManager.cpp:197:30: style: Variable 'heap' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psPromotionManager.cpp:229:30: style: Variable 'heap' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/cardGeneration.cpp:148:5: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/cardTable.cpp:248:36: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psVirtualspace.cpp:70:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/collectedHeap.cpp:208:48: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:637:70: style: Redundant condition: UseAdaptiveNUMAChunkSizing. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/collectorPolicy.cpp:135:45: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/c2/barrierSetC2.cpp:134:3: style: Class 'C2AccessFence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/gcConfig.cpp:98:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_CMSGC is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:312:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:314:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:316:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:329:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:825:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:876:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:932:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:933:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:969:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:970:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:985:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:824:20: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:798:7: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:824:20: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/genCollectedHeap.cpp:546:51: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:875:20: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:843:7: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:875:20: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:905:16: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:900:12: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:905:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:507:7: warning: Iterators to containers from different expressions 'intersection' and 'new_region' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:539:9: warning: Iterators to containers from different expressions 'intersection' and 'invalid_region' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:635:53: style: Variable 'old_chunk_byte_size' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/memAllocator.cpp:151:59: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/referenceProcessor.cpp:167:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/cardTableRS.cpp:380:3: style: Class 'VerifyCTGenClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/gcUtil.cpp:146:10: style: The scope of the variable 'new_y' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:62:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:63:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupThread.cpp:74:28: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:65:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:66:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/suspendibleThreadSet.cpp:56:57: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:201:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:126:3: style: Class 'GenerationIsInReservedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:202:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:138:3: style: Class 'GenerationIsInClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:203:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:211:3: style: Class 'GenerationBlockStartClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:221:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:230:3: style: Class 'GenerationBlockSizeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:222:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:250:3: style: Class 'GenerationBlockIsObjClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/weakProcessor.cpp:40:51: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:223:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:266:3: style: Class 'GenerationOopIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:224:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/cardTableRS.cpp:218:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:289:3: style: Class 'GenerationObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupThread.cpp:60:3: style: Class 'StringDedupSharedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:225:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/cardTableRS.cpp:340:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:304:3: style: Class 'GenerationSafeObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:226:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/cardTableRS.cpp:346:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:253:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:254:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:255:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp:2680:3: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:307:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/jvmFlagConstraintsGC.cpp:149:12: style: Redundant initialization for 'status'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/jvmFlagConstraintsGC.cpp:141:25: note: status is initialized openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/jvmFlagConstraintsGC.cpp:149:12: note: status is overwritten openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:315:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:468:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:469:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:54:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:470:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:55:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:471:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:58:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:472:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:59:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:473:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:143:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:519:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:177:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:520:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:195:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:524:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:217:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:538:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:236:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:566:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/generation.cpp:256:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:567:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/referenceProcessorPhaseTimes.cpp:328:15: style: Local variable 'ls' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/referenceProcessorPhaseTimes.cpp:318:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/referenceProcessorPhaseTimes.cpp:328:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:570:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:611:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:613:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/markBitMap.cpp:43:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:619:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:620:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:621:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:653:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:806:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:844:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:845:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:855:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:875:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:876:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:400:15: style: Variable 'delta_start' is reassigned a value before the old one has been used. [redundantAssignment] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:394:15: note: delta_start is assigned openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:400:15: note: delta_start is overwritten openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:798:17: warning: Iterators to containers from different expressions 'from_space()' and 'to_space()' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/parallel/psYoungGen.cpp:849:17: warning: Iterators to containers from different expressions 'from_space()' and 'to_space()' are used together. [mismatchingContainerExpression] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp:41:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp:46:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp:242:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeuristics.cpp:94:39: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp:250:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/workgroup.cpp:197:17: style:inconclusive: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/workgroup.cpp:207:9: note: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/workgroup.cpp:197:17: note: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp:220:18: style: Local variable 'decorators' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp:205:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp:220:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:106:3: style: Class 'StringDedupEntryCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahCollectorPolicy.cpp:129:22: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:284:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:326:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:330:62: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:334:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:338:62: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:137:49: style:inconclusive: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:110:28: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'. openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:137:49: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'. openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/parallelCleaning.cpp:112:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/parallelCleaning.cpp:127:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/parallelCleaning.cpp:129:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/parallelCleaning.cpp:156:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/parallelCleaning.cpp:170:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/parallelCleaning.cpp:178:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/parallelCleaning.cpp:185:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.cpp:360:21: error: There is an unknown macro here somewhere. Configuration is required. If INTPTR_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahMarkCompact.cpp:224:3: error: There is an unknown macro here somewhere. Configuration is required. If GCTraceTime is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahMonitoringSupport.cpp:48:3: style: Class 'ShenandoahGenerationCounters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp:340:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp:319:12: style: Variable 'prev_p' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.cpp:59:29: error: syntax error [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/gcTraceSend.cpp:336:3: style: Class 'GCHeapSummaryEventSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/gcTraceSend.cpp:352:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahRuntime.cpp:53:3: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/gcTraceSend.cpp:367:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/oopStorage.cpp:542:3: style: Class 'WithActiveArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/space.cpp:389:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:129:3: style: Class 'ShenandoahUpdateRootsTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/space.cpp:564:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:550:3: style: Class 'ShenandoahCMKeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/space.cpp:465:12: style: Variable 'prev_p' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:571:3: style: Class 'ShenandoahCMKeepAliveUpdateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shared/space.cpp:716:12: style: Variable 'prev_p' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:633:3: style: Class 'ShenandoahRefProcTaskExecutor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:763:3: style: Class 'ShenandoahPrecleanTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:87:3: style: Class 'ShenandoahInitMarkRootsTask < RESOLVE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:87:3: style: Class 'ShenandoahInitMarkRootsTask < NONE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:66:3: style: Class 'ShenandoahInitMarkRootsClosure < RESOLVE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:66:3: style: Class 'ShenandoahInitMarkRootsClosure < NONE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c1/zBarrierSetC1.cpp:102:3: style: Class 'LIR_OpZLoadBarrierTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c1/zBarrierSetC1.cpp:220:3: style: Class 'ZLoadBarrierRuntimeStubCodeGenClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:190:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:138:26: style: Variable 'heap' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp:159:33: style: Variable 'q' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahFreeSet.cpp:483:19: style: Variable 'free' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:559:9: style: Condition 'on_weak_ref' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:551:9: note: Assuming that condition '!on_weak_ref' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:559:9: note: Condition 'on_weak_ref' is always true openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahAsserts.cpp:68:86: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:868:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:871:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:877:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:880:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp:407:18: style: Variable 'likely' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:86:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:115:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:179:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:694:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:447:12: style: Local variable 'processed' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:423:10: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:447:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:514:12: style: Local variable 'processed' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:488:10: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:514:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:523:12: style: Local variable 'processed' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:488:10: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp:523:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:80:3: style: Class 'ShenandoahPretouchHeapTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:943:3: style: Class 'ShenandoahConcurrentEvacuateRegionObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:1080:3: style: Class 'ShenandoahEvacuateUpdateRootsTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:1357:3: style: Class 'ShenandoahParallelHeapRegionTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:171:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:172:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:228:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:235:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:248:48: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:256:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:285:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:308:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:706:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:1251:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:1252:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:1292:57: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:1323:59: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:2366:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:2397:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zAddress.cpp:30:26: style: Variable 'old_bad_mask' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zBarrierSet.cpp:43:16: error: There is an unknown macro here somewhere. Configuration is required. If COMPILER1_PRESENT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zBarrierSetRuntime.cpp:30:3: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zCollectedHeap.cpp:313:44: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:76:3: style: Class 'VM_ZOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:306:3: style: Class 'ZDriverCycleScope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:172:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:56:23: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:172:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:176:16: style: The function 'needs_inactive_gc_locker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:58:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:176:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:180:16: style: The function 'do_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:65:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:180:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:201:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:56:23: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:201:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:205:16: style: The function 'do_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:65:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:205:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:215:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:56:23: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:215:23: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:219:16: style: The function 'needs_inactive_gc_locker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:58:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:219:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:223:16: style: The function 'do_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:65:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zDriver.cpp:223:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zHeapIterator.cpp:41:3: style: Class 'ZHeapIteratorBitMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zLiveMap.cpp:87:8: style: The scope of the variable 'contention' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNUMA.cpp:49:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:48:5: error: Memory leak: res [memleak] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:53:1: error: Memory leak: res [memleak] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRelocate.cpp:64:3: style: Class 'ZRelocateObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:74:3: error: Memory leak: res [memleak] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zStat.cpp:252:13: error: There is an unknown macro here somewhere. Configuration is required. If UINT64_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:44:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:46:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zThread.cpp:50:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:66:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:167:45: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp:2185:41: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:169:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:279:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMarkStack.cpp:291:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zPhysicalMemory.cpp:72:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zPhysicalMemory.cpp:138:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zUtils.cpp:47:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zVirtualMemory.cpp:48:45: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zVirtualMemory.cpp:49:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zWorkers.cpp:61:3: style: Class 'ZWorkersWarmupTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zObjectAllocator.cpp:318:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/interpreter.cpp:80:56: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:243:3: style: Class 'ZRootsIteratorThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/interpreterRuntime.cpp:274:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:353:3: style: Class 'ZStringTableDeadCounterBoolObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:432:3: style: Class 'ZStringTableDeadCounterOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:107:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:105:7: note: outer condition: !_completed openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:107:9: note: identical inner condition: !_completed openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:134:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:132:7: note: outer condition: !_completed openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zRootsIterator.cpp:134:9: note: identical inner condition: !_completed openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:104:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:335:17: style: Local variable 'begin' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:325:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:335:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:336:17: style: Local variable 'end' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:326:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:336:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:432:17: style: Local variable 'begin' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:421:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:432:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:433:17: style: Local variable 'end' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:422:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zNMethodTable.cpp:433:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMark.cpp:122:3: style: Class 'ZMarkRootsTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMark.cpp:373:3: style: Class 'ZMarkFlushAndFreeStacksClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMark.cpp:516:3: style: Class 'ZMarkTimeout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMark.cpp:588:3: style: Class 'ZMarkTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMark.cpp:670:3: style: Class 'ZVerifyMarkStacksEmptyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zReferenceProcessor.cpp:386:3: style: Class 'ZReferenceProcessorTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zReferenceProcessor.cpp:216:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zReferenceProcessor.cpp:259:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/zMark.cpp:194:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:128:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:202:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:215:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:498:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:589:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:970:70: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:973:74: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:756:5: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:759:7: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:756:5: note: Found duplicate branches for 'if' and 'else'. openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:343:13: style: Local variable 'u' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:332:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:343:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:360:23: style: Variable 'redundant_addr' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:378:13: style: Variable 'adr' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:504:21: style: Variable 'in_mem' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:512:34: style: Variable 'alias_type' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:603:34: style: Variable 'alias_type' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:784:17: style: Variable 'in_mem' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:786:17: style: Variable 'in_adr' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:82:3: warning: Member variable 'BytecodePrinter::_current_method' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:84:5: performance: Variable '_code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:56:48: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:219:41: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:228:22: style: Variable 'cache' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:259:14: style: Variable 'ilimit' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:310:27: style: Variable 'constants' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/bytecodeTracer.cpp:561:15: style: Variable 'n' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:385:10: warning: Assert statement calls a function which may have desired side effects: 'verify_mask'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/rewriter.cpp:116:5: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateInterpreter.cpp:56:31: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:162:3: style: Class 'VerifyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:306:58: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:407:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:415:52: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:422:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:314:60: style:inconclusive: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:48:44: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'. openjdk-11-11.0.15+10/src/hotspot/share/interpreter/oopMapCache.cpp:314:60: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'. openjdk-11-11.0.15+10/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:553:64: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:970:22: warning: Either the condition 'resolved_klass==NULL' is redundant or there is possible null pointer dereference: resolved_klass. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:964:22: note: Assuming that condition 'resolved_klass==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:970:22: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:153:10: style: Redundant initialization for 'kind'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:150:17: note: kind is initialized openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:153:10: note: kind is overwritten openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:1368:18: style: Redundant initialization for 'vtable_index'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:1353:20: note: vtable_index is initialized openjdk-11-11.0.15+10/src/hotspot/share/interpreter/linkResolver.cpp:1368:18: note: vtable_index is overwritten openjdk-11-11.0.15+10/src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp:107:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp:124:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp:145:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp:174:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethod.cpp:187:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:38:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:39:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:40:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:41:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:42:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:43:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:44:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:45:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:46:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:47:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:48:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:49:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:50:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:51:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:52:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:53:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:54:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:55:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:56:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:57:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/dcmd/jfrDcmds.cpp:91:3: style: Class 'JNIHandleBlockManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:58:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:59:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:60:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:61:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:62:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:63:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:64:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:65:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:66:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:67:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:68:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/dcmd/jfrDcmds.cpp:67:3: warning: Either the condition 'entry_handles!=NULL' is redundant or there is possible null pointer dereference: entry_handles. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/dcmd/jfrDcmds.cpp:66:24: note: Assuming that condition 'entry_handles!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/jfr/dcmd/jfrDcmds.cpp:65:65: note: Assignment to 'entry_handles=JNIHandleBlock::allocate_block(thread)' openjdk-11-11.0.15+10/src/hotspot/share/jfr/dcmd/jfrDcmds.cpp:65:33: note: entry_handles is assigned 'JNIHandleBlock::allocate_block(thread)' here. openjdk-11-11.0.15+10/src/hotspot/share/jfr/dcmd/jfrDcmds.cpp:67:3: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:69:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:70:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:71:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:72:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:73:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:74:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrUpcalls.cpp:141:10: warning: Either the condition 'new_bytes==NULL' is redundant or there is possible null pointer dereference: new_bytes. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrUpcalls.cpp:137:17: note: Assuming that condition 'new_bytes==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrUpcalls.cpp:141:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:75:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrUpcalls.cpp:177:10: warning: Either the condition 'new_bytes==NULL' is redundant or there is possible null pointer dereference: new_bytes. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrUpcalls.cpp:173:17: note: Assuming that condition 'new_bytes==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrUpcalls.cpp:177:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:76:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrUpcalls.cpp:136:46: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/chains/edgeUtils.cpp:85:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:77:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:78:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:79:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:80:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp:81:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:186:8: performance:inconclusive: Technically the member function 'BlobCache::on_unlink' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:217:24: note: Technically the member function 'BlobCache::on_unlink' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:186:8: note: Technically the member function 'BlobCache::on_unlink' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:237:24: performance:inconclusive: Technically the member function 'StackTraceBlobInstaller::resolve' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:261:54: note: Technically the member function 'StackTraceBlobInstaller::resolve' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:237:24: note: Technically the member function 'StackTraceBlobInstaller::resolve' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:432:8: performance:inconclusive: Technically the member function 'BlobInstaller::sample_do' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:180:3: style: Class 'BlobCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp:108:3: style: Class 'ReferenceToRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleDescription.cpp:74:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp:256:3: style: Class 'ReferenceToThreadRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleDescription.cpp:124:22: style: Variable 'class_name' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp:435:29: style: Variable 'rrc' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp:125:3: style: Class 'RecordStackTrace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:41:3: style: Class 'ModuleEventCallbackClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:63:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:71:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:76:54: style:inconclusive: Function 'do_module' argument 1 names different: declaration 'entry' definition 'to_module'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:49:32: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'to_module'. openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:76:54: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'to_module'. openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:84:50: style:inconclusive: Function 'do_module' argument 1 names different: declaration 'entry' definition 'qualified_export'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:57:31: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'qualified_export'. openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:84:50: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'qualified_export'. openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:475:3: style: Class 'RootResolutionSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:205:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:209:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:230:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:252:46: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:347:56: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:465:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJavaSupport.cpp:147:50: style: Parameter 'args' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/jfr/jni/jfrJavaSupport.cpp:402:60: style: Parameter 'result' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/sampling/jfrCallTrace.cpp:70:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp:162:43: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/jfrMetadataEvent.cpp:79:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/jfrMetadataEvent.cpp:53:48: style: Variable 'byte_arr_klass' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp:101:8: style:inconclusive: Technically the member function 'JfrThreadSampleClosure::java_entries' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp:102:8: style:inconclusive: Technically the member function 'JfrThreadSampleClosure::native_entries' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.cpp:193:64: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp:119:60: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp:174:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:52:11: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:53:53: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:261:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:262:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:263:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:264:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:265:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:266:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadGroup.cpp:319:10: warning: Possible null pointer dereference: tge [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadGroup.cpp:306:30: note: Assignment 'tge=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadGroup.cpp:308:25: note: Assuming condition is false openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrThreadGroup.cpp:319:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:267:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:268:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:269:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:270:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp:68:3: style: Class 'JfrCheckpointThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:271:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:272:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:273:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:274:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:275:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp:102:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:276:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:277:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:278:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:279:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:280:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:281:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:282:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:283:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:284:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:285:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:286:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:287:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:288:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:289:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:290:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:291:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:292:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:293:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:294:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrPeriodic.cpp:135:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:295:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/periodic/jfrPeriodic.cpp:206:8: style: The scope of the variable 'pid_buf' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:296:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:297:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:298:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:299:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:300:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:301:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:302:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:303:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:304:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:305:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:306:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:307:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:308:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:309:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:310:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:311:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:312:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:313:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:314:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:315:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:316:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:317:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:318:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:319:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:320:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:321:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:322:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:323:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:324:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:325:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:326:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:327:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:328:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:329:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:330:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:331:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:332:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:333:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:334:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:335:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:336:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:337:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:338:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:339:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:340:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:341:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:342:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:343:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:344:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:345:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:346:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:347:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:348:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:349:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:350:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:351:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:352:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:353:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:354:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:355:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:356:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:357:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:358:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:359:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:360:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:361:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:362:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp:221:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:363:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp:237:51: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:364:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp:281:56: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:365:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:366:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:367:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:368:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:369:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:370:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:371:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:372:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:373:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:374:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:375:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:376:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:377:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:378:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:379:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:380:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:381:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:382:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:383:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:384:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:385:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:386:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:387:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:363:8: style:inconclusive: Technically the member function 'LeakPredicate < const Klass * >::operator()' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:388:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:788:8: style:inconclusive: Technically the member function 'AlwaysTrue::operator()' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:389:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:846:8: style:inconclusive: Technically the member function 'EmptyStub < const Klass * >::operator()' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:390:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:362:3: style: Class 'LeakPredicate < const Klass * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:391:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:801:3: style: Class 'MethodIteratorHost < JfrTypeWriterHost < JfrPredicatedTypeWriterImplHost < const Method * , SerializePredicate < const Method * > , write__method > , TYPE_METHOD > , Wrapper < const Klass * , EmptyStub > , BitMapFilter , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:392:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:801:3: style: Class 'MethodIteratorHost < JfrTypeWriterHost < JfrPredicatedTypeWriterImplHost < const Method * , LeakPredicate < const Method * > , write__method__leakp > , TYPE_METHOD > , Wrapper < const Klass * , EmptyStub > , BitMapFilter , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:393:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:801:3: style: Class 'MethodIteratorHost < Wrapper < const Method * , ClearArtifact > , Wrapper < const Klass * , ClearArtifact > , AlwaysTrue , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:394:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:395:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:396:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:397:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:398:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:399:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/jfrRecorder.cpp:66:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:400:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrMemorySizer.cpp:444:44: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:401:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:402:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp:269:63: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:403:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:404:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:405:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:406:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:407:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:408:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:409:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:410:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.cpp:186:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:411:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.cpp:212:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:412:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.cpp:221:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:413:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:414:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:415:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:416:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:417:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:418:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:419:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:420:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:421:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp:65:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:422:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:423:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:424:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderThreadLoop.cpp:51:9: style: The scope of the variable 'msgs' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:425:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderThreadLoop.cpp:38:39: style: Parameter 'thread' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:426:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderThreadLoop.cpp:51:14: style: Variable 'msgs' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:427:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:428:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:197:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:429:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:246:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:430:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:253:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:431:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:435:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.cpp:355:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:432:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:442:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp:98:3: style: Class 'RotationLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp:565:3: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:433:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:460:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp:192:3: style: Class 'ServiceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderThread.cpp:68:3: error: Returning/dereferencing 'new_thread' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderThread.cpp:53:14: note: Returning/dereferencing 'new_thread' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderThread.cpp:68:3: note: Returning/dereferencing 'new_thread' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:434:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:525:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp:205:3: style: Class 'JfrVMOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:435:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:532:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:436:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:622:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:437:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:629:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:438:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:758:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:439:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:765:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:440:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:71:12: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:441:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:132:12: warning: Assert statement calls a function which may have desired side effects: 'virtual_space'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:442:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:319:40: warning: Assert statement calls a function which may have desired side effects: 'current'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:443:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:444:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:445:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:446:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:230:10: warning: Either the condition 'trace!=NULL' is redundant or there is possible null pointer dereference: trace. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:226:16: note: Assuming that condition 'trace!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:230:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:447:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:231:10: warning: Either the condition 'trace!=NULL' is redundant or there is possible null pointer dereference: trace. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:226:16: note: Assuming that condition 'trace!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:231:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:448:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:166:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:449:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:450:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:451:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:452:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:453:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:454:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:455:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/support/jfrAllocationTracer.cpp:34:43: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:456:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stringpool/jfrStringPool.cpp:160:10: style:inconclusive: Technically the member function 'StringPoolOp < UnBufferedWriteToChunk >::processed' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:457:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stringpool/jfrStringPool.cpp:160:10: style:inconclusive: Technically the member function 'StringPoolOp < StringPoolDiscarderStub >::processed' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:458:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/stringpool/jfrStringPool.cpp:166:8: performance:inconclusive: Technically the member function 'StringPoolDiscarderStub < JfrStringPoolBuffer >::write' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:459:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:460:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:461:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:462:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:465:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/utilities/jfrAllocation.cpp:133:3: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:466:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:467:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:468:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/utilities/jfrJavaLog.cpp:37:1: error: syntax error [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:469:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:470:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:471:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:472:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:473:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:474:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:475:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:476:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:477:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:480:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:481:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:482:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/compilerRuntime.cpp:211:3: error: There is an unknown macro here somewhere. Configuration is required. If JRT_BLOCK_END is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:483:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:484:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:485:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:486:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:487:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:489:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:490:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/support/jfrThreadLocal.cpp:94:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:491:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/support/jfrThreadLocal.cpp:141:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:492:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:446:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:493:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:447:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:494:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:341:46: style:inconclusive: Function 'commit' argument 1 names different: declaration 'requested_block_size_words' definition 'block_size_request_words'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:211:23: note: Function 'commit' argument 1 names different: declaration 'requested_block_size_words' definition 'block_size_request_words'. openjdk-11-11.0.15+10/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:341:46: note: Function 'commit' argument 1 names different: declaration 'requested_block_size_words' definition 'block_size_request_words'. openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:495:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:496:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:497:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:499:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:500:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:501:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:502:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:504:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:505:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:506:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:508:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:510:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:511:50: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:513:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:514:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:516:51: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:518:55: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:520:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:521:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:523:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:524:45: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:526:46: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] openjdk-11-11.0.15+10/src/hotspot/share/jfr/writers/jfrJavaEventWriter.cpp:182:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:261:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:262:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:263:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:264:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:265:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:266:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:267:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:268:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:269:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:270:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:271:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:272:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:273:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:274:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:275:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:276:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:277:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:278:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:279:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:280:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:281:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:282:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:283:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:284:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:285:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:286:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:287:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:288:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:289:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:290:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:291:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:292:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:293:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:294:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:295:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:296:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:297:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:298:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:299:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:300:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:301:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:302:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:303:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:304:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:305:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:306:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:307:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:308:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:309:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:310:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:311:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:312:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:313:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:314:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:315:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:316:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:317:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:318:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:319:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:320:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:321:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:322:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:323:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:324:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:325:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:326:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:327:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:328:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:329:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:330:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:331:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:332:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:333:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:334:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:335:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:336:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:337:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:338:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:339:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:340:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:341:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:342:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:343:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:344:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:344:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:345:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:346:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:347:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:348:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:349:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:350:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:351:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:352:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:353:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:354:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:355:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:356:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:357:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:358:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:359:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:360:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:361:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:362:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:363:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:364:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:365:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:366:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:367:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:368:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:369:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:370:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:371:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:372:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:373:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:374:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:375:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:376:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:377:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:378:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:379:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:380:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:381:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:382:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:383:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:384:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:385:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:386:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:387:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:388:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:389:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:390:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:391:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:392:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:393:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:394:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:395:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:396:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:397:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:398:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:399:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:400:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:401:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:402:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:403:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:404:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:405:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:406:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:407:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:408:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:409:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:410:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:411:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:412:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:413:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:414:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:415:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:416:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:417:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:418:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:419:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:420:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:421:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:422:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:423:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:424:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:425:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:426:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:427:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:429:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:430:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:431:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:432:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:433:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:434:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:435:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:436:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:437:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:438:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:439:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:440:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:441:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:442:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:448:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:449:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:450:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:451:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:452:50: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:452:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:453:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:454:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:455:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:456:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:456:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:457:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:458:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:459:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:460:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:461:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:462:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:465:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:466:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:467:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:468:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:469:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:470:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:471:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:472:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:473:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:474:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:475:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:480:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:481:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:482:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:483:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:484:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:485:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:486:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:487:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:489:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:490:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:491:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:492:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:493:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:494:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:495:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:496:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:497:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:499:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:500:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:501:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:502:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:504:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:505:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:506:50: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:510:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:511:55: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:513:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:514:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:516:61: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:520:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:521:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:523:45: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:523:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:524:55: style: Same expression '____' found multiple times in chain of '|' operators. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:526:46: style: Same expression on both sides of '|'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:188:18: style: Variable 'ubcp' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:189:18: style: Variable 'disp' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/interpreter/templateTable.cpp:190:18: style: Variable 'clvm' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompiler.cpp:88:20: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompiler.cpp:75:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompiler.cpp:88:20: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompiler.cpp:151:23: style: Local variable 'args' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompiler.cpp:144:21: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompiler.cpp:151:23: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp:182:3: error: There is an unknown macro here somewhere. Configuration is required. If VM_INTRINSICS_DO is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciJavaClasses.cpp:159:22: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciRuntime.cpp:134:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmci_globals.cpp:32:1: error: There is an unknown macro here somewhere. Configuration is required. If JVMCI_FLAGS is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:194:13: style: The if condition is the same as the previous if condition [duplicateCondition] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:190:13: note: First condition openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:194:13: note: Second condition openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:416:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:520:25: style: Local variable 'ml' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:470:17: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:520:25: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:521:25: style: Local variable 'locker' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:466:17: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciEnv.cpp:521:25: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/vmStructs_jvmci.cpp:869:3: error: There is an unknown macro here somewhere. Configuration is required. If GENERATE_STATIC_VM_STRUCT_ENTRY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:672:10: warning: Either the condition 'nm!=NULL' is redundant or there is possible null pointer dereference: nm. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:673:12: note: Assuming that condition 'nm!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:672:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:242:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:245:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:288:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:507:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:663:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:856:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:473:15: style: Local variable 'type' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:460:10: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:473:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:831:16: style: Local variable 'hm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:792:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:831:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:878:16: style: Local variable 'hm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:792:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:878:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:461:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:72:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:73:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:93:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:94:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/set.cpp:60:12: style: Condition 'this==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:129:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:142:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/set.cpp:95:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:165:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:166:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:169:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:179:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:227:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:229:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:310:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:333:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/dict.cpp:59:7: style: The scope of the variable 'i' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/libadt/vectset.cpp:58:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/vectset.cpp:84:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/vectset.cpp:95:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/vectset.cpp:96:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/libadt/vectset.cpp:327:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/logging/logDecorations.cpp:49:18: style: Variable 'position' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/logging/logFileStreamOutput.cpp:34:8: style: union member 'Anonymous0::stdoutmem' is never used. [unusedStructMember] openjdk-11-11.0.15+10/src/hotspot/share/logging/logFileStreamOutput.cpp:38:8: style: union member 'Anonymous1::stderrmem' is never used. [unusedStructMember] openjdk-11-11.0.15+10/src/hotspot/share/logging/logFileOutput.cpp:146:13: style: Variable 'found' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/logging/logOutput.cpp:121:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/logging/logStream.cpp:64:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/allocation.cpp:141:5: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/logging/logSelection.cpp:259:3: style: Class 'SimilarityComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/logging/logSelection.cpp:325:14: style: Local variable 'score' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/logging/logSelection.cpp:308:12: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/logging/logSelection.cpp:325:14: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/logging/logTagSet.cpp:153:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/filemap.cpp:669:45: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_HEX_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/guardedMemory.cpp:46:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:67:4: style: Class 'ChunkPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:205:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:399:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:448:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:452:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heapInspection.cpp:109:42: error: There is an unknown macro here somewhere. Configuration is required. If UINT64_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:509:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:513:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/arena.cpp:518:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:131:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:297:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:314:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:356:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:374:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:376:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:487:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:494:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:532:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:618:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:655:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:724:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:730:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:821:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:822:147: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/heap.cpp:361:36: style: Variable 'unused_number_of_segments' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/chunkManager.cpp:272:42: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/blockFreelist.cpp:65:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/blockFreelist.cpp:85:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/blockFreelist.cpp:89:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/blockFreelist.cpp:48:14: error: Uninitialized variable: free_chunk [legacyUninitvar] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/metachunk.cpp:168:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/metaspaceDCmd.cpp:76:15: error: There is an unknown macro here somewhere. Configuration is required. If NMT_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/metaspaceStatistics.cpp:90:22: error: There is an unknown macro here somewhere. Configuration is required. If UINTX_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/occupancyMap.cpp:48:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/occupancyMap.cpp:49:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/spaceManager.cpp:407:3: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/virtualSpaceList.cpp:84:45: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp:76:28: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspaceClosure.cpp:34:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspaceShared.cpp:1365:41: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/oopFactory.cpp:67:20: error: There is an unknown macro here somewhere. Configuration is required. If LP64_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/universe.cpp:1206:37: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/virtualspace.cpp:199:14: error: There is an unknown macro here somewhere. Configuration is required. If MACOS_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/arrayKlass.cpp:96:27: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/constantPool.cpp:2313:52: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/cpCache.cpp:767:5: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/generateOopMap.cpp:2026:5: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/instanceKlass.cpp:2989:35: error: There is an unknown macro here somewhere. Configuration is required. If is_in_use is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/klass.cpp:201:35: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace.cpp:1382:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/method.cpp:109:47: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace.cpp:1792:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace.cpp:886:29: style: Local variable 'vsl' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace.cpp:871:27: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/memory/metaspace.cpp:886:29: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/oops/metadata.cpp:47:12: style: Condition 'this==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:78:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:174:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:376:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:529:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:531:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:533:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:535:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/constMethod.cpp:537:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:200:13: style: The if condition is the same as the previous if condition [duplicateCondition] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:196:13: note: First condition openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:200:13: note: Second condition openjdk-11-11.0.15+10/src/hotspot/share/oops/accessBackend.inline.hpp:359:70: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/accessBackend.inline.hpp:360:70: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:859:21: warning: Either the condition 'nmethodValue==0L' is redundant or there is possible null pointer dereference: nm. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:855:20: note: Assuming that condition 'nmethodValue==0L' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:858:15: note: nm is assigned '(nmethod*)(address)nmethodValue' here. openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:859:21: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:69:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:293:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:295:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:297:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/symbol.cpp:278:43: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:350:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:812:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/typeArrayKlass.cpp:73:41: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:827:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:858:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:873:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:998:53: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1068:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1144:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1278:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1291:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1404:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1467:13: style: Local variable 'method' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1460:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1467:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1002:44: style: Parameter 'method' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:76:10: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:76:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:77:75: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:77:75: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:78:10: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:78:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:79:65: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:79:65: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:729:13: style: Variable 'cb' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1364:49: style: Variable 'scopeMonitors' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/arraycopynode.cpp:516:53: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:39:12: style: Condition 'this==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:74:12: style: Condition 'this==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:86:12: style: Condition 'this!=NULL' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1414:5: performance: Variable '_klass_begin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1404:9: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1363:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1404:9: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1421:8: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1363:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1421:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:156:78: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:184:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:189:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:191:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:195:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:201:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1581:24: style:inconclusive: Boolean expression '!src_at_tail' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:204:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/oop.cpp:207:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:941:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1069:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1075:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1076:45: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/objArrayKlass.cpp:342:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1463:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/objArrayKlass.cpp:400:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1464:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/bytecodeInfo.cpp:72:41: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1466:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1467:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/objArrayKlass.cpp:84:23: style: Variable 'super_klass' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1513:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:497:26: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:371:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:497:26: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/c2compiler.cpp:78:40: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1378:16: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1369:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:1378:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:171:21: style: Variable 'nofNewEntries' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/objArrayKlass.cpp:342:20: style: Variable 'jt' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:641:18: style: Variable 'holder' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/klassVtable.cpp:642:11: style: Variable 'recheck_method' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1657:3: style: Class 'CleanExtraDataKlassClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:438:14: style: Local variable 't' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:431:12: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:438:14: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:466:15: style: Local variable 'first' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:447:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:466:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:467:15: style: Local variable 'second' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:448:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:467:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:201:31: style: Parameter 'live' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/buildOopMap.cpp:116:22: style: Variable 'jvms' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:322:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:331:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1638:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1639:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1645:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1646:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1689:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1193:17: style: Local variable 'dp' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1176:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1193:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1393:18: style: Local variable 'result' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1384:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/oops/methodData.cpp:1393:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/addnode.cpp:635:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/addnode.cpp:949:9: style: Variable 'progress' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/castnode.cpp:211:15: style: Redundant initialization for 't'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/share/opto/castnode.cpp:173:27: note: t is initialized openjdk-11-11.0.15+10/src/hotspot/share/opto/castnode.cpp:211:15: note: t is overwritten openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1581:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:46:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:51:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:445:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1395:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:123:3: warning: Member variable 'DirectCallGenerator::_call_node' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1396:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:293:9: style:inconclusive: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:301:63: note: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:293:9: note: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1651:12: style: Local variable 'tr' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1642:10: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1651:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:1167:5: performance: Variable '_reason' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:807:15: style: Variable 'bnext' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:1168:5: performance: Variable '_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:907:15: style: Variable 'proj1' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:308:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:128:21: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:999:24: style: Variable 'max_idx' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:468:16: style: The function 'do_late_inline_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:297:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:468:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/opto/block.cpp:1774:25: style: Variable 'iff' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:477:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:477:21: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:524:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:524:21: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:548:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:548:21: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:694:12: style: Redundant initialization for 'receiver'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:687:18: note: receiver is initialized openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:694:12: note: receiver is overwritten openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:1094:15: style: Local variable 'jvms' shadows outer argument [shadowArgument] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:982:60: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:1094:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:1131:17: style: Local variable 'jvms' shadows outer argument [shadowArgument] openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:982:60: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:1131:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/callGenerator.cpp:1007:20: style: Variable 'receiver' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/chaitin.cpp:1286:7: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/compile.cpp:1143:7: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:559:9: warning: Either the condition 'ex!=NULL' is redundant or there is possible null pointer dereference: ex. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:557:17: note: Assuming that condition 'ex!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:559:9: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:765:10: warning: Possible null pointer dereference: dest [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:751:18: note: Assignment 'dest=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:755:45: note: Assuming condition is false openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:765:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/countbitsnode.cpp:110:24: style: Condition 'y!=0' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:1339:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:1343:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/callnode.cpp:1344:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/coalesce.cpp:376:18: style: Variable 'lrg' can be declared as reference to const [constVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/doCall.cpp:847:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/escape.cpp:134:49: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/gcm.cpp:1619:39: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:165:10: performance:inconclusive: Technically the member function 'Block_Stack::most_frequent_successor' can be static (but you may consider moving to unnamed namespace). [functionStatic] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:212:19: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:165:10: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static (but you may consider moving to unnamed namespace). openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:197:10: style:inconclusive: Technically the member function 'Block_Stack::is_nonempty' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:198:10: style:inconclusive: Technically the member function 'Block_Stack::last_successor' can be const. [functionConst] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:325:29: style:inconclusive: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:57:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:325:29: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:588:30: style:inconclusive: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:375:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:588:30: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:450:17: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:396:7: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:450:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:303:39: style: Parameter 'tarjan0' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/domgraph.cpp:566:42: style: Parameter 'ntarjan0' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2050:9: warning: Either the condition 'igvn' is redundant or there is possible null pointer dereference: igvn. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2058:13: note: Assuming that condition 'igvn' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2050:9: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2051:9: warning: Either the condition 'igvn' is redundant or there is possible null pointer dereference: igvn. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2058:13: note: Assuming that condition 'igvn' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2051:9: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:131:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:148:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:180:48: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:183:48: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:243:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:244:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:288:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:352:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:690:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:696:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:782:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:786:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:824:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:921:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1299:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1300:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1353:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1356:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealKit.cpp:95:3: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1587:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1599:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1605:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1648:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2011:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:357:10: style: Local variable 'max' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:321:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:357:10: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:358:15: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:322:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:358:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:498:17: style: Local variable 'n' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:462:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:498:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2025:23: style: Local variable 'new_phi' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1678:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:2025:23: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/cfgnode.cpp:1478:61: style: Parameter 'val' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/ifnode.cpp:545:3: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/divnode.cpp:1295:23: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/divnode.cpp:1296:23: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/divnode.cpp:1307:23: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/divnode.cpp:1308:23: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/indexSet.cpp:125:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/indexSet.cpp:127:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/indexSet.cpp:161:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/indexSet.cpp:164:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/ifg.cpp:48:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/ifg.cpp:50:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:400:24: warning: Either the condition 't!=NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:476:11: note: Assuming that condition 't!=NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:400:24: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/ifg.cpp:51:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:85:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/ifg.cpp:74:20: style: Variable 'adjs_a' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:97:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:346:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:398:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:469:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:667:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:676:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:679:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:291:20: style: Variable 'method' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:346:19: style: Variable 'method' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/idealGraphPrinter.cpp:546:39: style: Variable 'typeKlass' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:386:74: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:901:47: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1005:15: style: Local variable 'cnt' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:967:12: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1005:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1095:17: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:940:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1095:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1123:19: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:940:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1123:19: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1124:17: style: Local variable 'n' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1104:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1124:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1192:15: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:940:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1192:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:1211:59: style: Parameter 'old_def' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/lcm.cpp:155:14: style: Variable 'out' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/live.cpp:101:52: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopPredicate.cpp:899:33: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/locknode.cpp:165:37: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:958:16: style: Condition 'can_prune_locals' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:955:9: note: Assuming that condition '!can_prune_locals' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:958:16: note: Condition 'can_prune_locals' is always true openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:719:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:2263:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:869:7: style: The scope of the variable 'inputs' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:869:19: style: The scope of the variable 'depth' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:612:19: style: Variable 'store' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:534:17: style: Variable 'md' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:1070:32: style: Variable 'ignored_callee' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:1912:18: style: Variable 'init_mem' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/graphKit.cpp:3641:21: style: Variable 'header_size_min' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:961:41: warning: Assert statement calls a function which may have desired side effects: 'result'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopnode.cpp:3032:5: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopUnswitch.cpp:131:54: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopUnswitch.cpp:184:23: style: Variable 'invar_iff_c' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopUnswitch.cpp:254:21: style: Variable 'counted_loop' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopUnswitch.cpp:301:21: style: Variable 'counted_loop' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1489:10: warning:inconclusive: Possible null pointer dereference: post_head [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1391:32: note: Assignment 'post_head=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1489:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1491:100: warning:inconclusive: Possible null pointer dereference: post_head [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1391:32: note: Assignment 'post_head=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1491:100: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1554:3: warning:inconclusive: Possible null pointer dereference: post_head [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1391:32: note: Assignment 'post_head=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1554:3: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1614:3: warning:inconclusive: Possible null pointer dereference: post_head [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1608:32: note: Assignment 'post_head=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1614:3: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1660:3: warning:inconclusive: Possible null pointer dereference: post_head [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1654:32: note: Assignment 'post_head=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1660:3: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1661:3: warning:inconclusive: Possible null pointer dereference: post_head [nullPointer] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1654:32: note: Assignment 'post_head=NULL', assigned value is 0 openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1661:3: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:348:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:2087:53: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:2501:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:2692:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:2717:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:2718:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:2938:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:163:29: style: Variable 'phase' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:300:16: style: Variable 'inv2_c' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:595:15: style: Variable 'entry' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1074:16: style: Variable 'nrep' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1367:19: style: Variable 'pre_header' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:1392:19: style: Variable 'main_exit' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopTransform.cpp:3187:16: style: Variable 'init_n' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/macro.cpp:323:31: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/macroArrayCopy.cpp:570:31: error: There is an unknown macro here somewhere. Configuration is required. If array_copy_requires_gc_barriers is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/matcher.cpp:1807:5: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4809:13: style: Condition 'could_have_src' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4807:11: note: Assuming that condition 'could_have_src' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4809:13: note: Condition 'could_have_src' is always true openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4812:13: style: Condition 'could_have_dest' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4807:29: note: Assuming that condition 'could_have_dest' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4812:13: note: Condition 'could_have_dest' is always true openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:715:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:1592:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:1600:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:1675:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:1683:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:2254:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:2418:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:433:13: style: Local variable 'add_var_ctrl' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:421:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:433:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:434:22: style: Local variable 'add_var_loop' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:422:20: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:434:22: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:1963:21: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:1948:12: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:1963:21: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:434:35: style: Variable 'add_var_loop' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:817:13: style: Variable 'value' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:354:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/loopopts.cpp:2057:9: style: Variable 'dict' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4146:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4187:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2428:10: style: Redundant initialization for 'offset'. The initialized value is overwritten before it is read. [redundantInitialization] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2422:16: note: offset is initialized openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2428:10: note: offset is overwritten openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5052:15: style: The scope of the variable 'stubName' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5261:15: style: The scope of the variable 'stubName' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5321:15: style: The scope of the variable 'stubName' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1062:83: style:inconclusive: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:164:43: note: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1062:83: note: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2026:61: style:inconclusive: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:245:53: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2026:61: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2026:71: style:inconclusive: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:245:62: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2026:71: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2374:114: style:inconclusive: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:252:82: note: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2374:114: note: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2887:55: style:inconclusive: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:259:41: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2887:55: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6592:54: style:inconclusive: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:307:40: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6592:54: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'. openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1105:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1105:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1149:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1149:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1235:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1235:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1280:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1280:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1321:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1321:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1367:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1367:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1451:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1451:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2781:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2781:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:3663:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:3663:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4097:23: style: Local variable 'm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4068:15: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4097:23: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4124:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4124:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5248:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5248:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5408:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5408:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5433:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5433:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5488:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5488:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5520:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5520:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5582:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5582:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5623:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5623:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5669:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5669:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5704:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5704:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5735:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5735:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6614:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6614:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6709:9: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6709:9: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6852:11: style: Local variable 'result' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:149:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6852:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:117:32: style: Variable 'ignored_callee' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1627:16: style: Variable 'call' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:1713:16: style: Variable 'call' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:2393:22: style: Variable 'sig' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:4353:32: style: Variable 'toop' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5143:16: style: Variable 'call' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5194:15: style: Variable 'call' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5303:16: style: Variable 'call' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5357:16: style: Variable 'call' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:5377:14: style: Variable 'size_l' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6405:15: style: Variable 'ghash' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6421:19: style: Variable 'base64obj' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6434:16: style: Variable 'base64' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/library_call.cpp:6506:14: style: Variable 'call' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/mulnode.cpp:106:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/mulnode.cpp:895:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/hotspot/share/opto/mulnode.cpp:77:10: style: Variable 't1' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/mulnode.cpp:925:13: style: Variable 'x' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3934:50: style:inconclusive: Boolean expression 'addr+st_size<=(address)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] openjdk-11-11.0.15+10/src/hotspot/share/opto/output.cpp:239:66: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse1.cpp:995:40: error: syntax error: ||) [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:301:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:349:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:363:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:364:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:379:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:380:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:381:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:397:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:398:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:399:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:400:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:417:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:418:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:419:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:420:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:421:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:440:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:441:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:442:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:443:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:444:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:445:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:465:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:466:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:467:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:468:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:469:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:470:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:471:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:484:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:485:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:487:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:528:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:539:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:560:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:597:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:598:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:607:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:656:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:668:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:684:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:692:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:756:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:792:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:805:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:820:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:840:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:999:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1013:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1266:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1498:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1504:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1538:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1545:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1601:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1611:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1825:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2067:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2076:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2085:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2098:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2121:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2167:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2275:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:2280:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1828:7: style: The scope of the variable 'end' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:542:16: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:496:8: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:542:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/node.cpp:1828:11: style: Variable 'end' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/phaseX.cpp:864:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3934:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:433:65: warning: Identical condition 'dom==sub', second condition is always false [identicalConditionAfterEarlyExit] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:427:11: note: If condition 'dom==sub' is true, the function will return/exit openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:433:65: note: Testing identical condition 'dom==sub' openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4931:10: warning: Either the condition 'n==NULL' is redundant or there is possible null pointer dereference: n. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4933:11: note: Assuming that condition 'n==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4931:10: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3325:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3936:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3937:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3938:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3939:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4518:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4091:13: style: Variable 'u.con' is reassigned a value before the old one has been used. [redundantAssignment] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4088:13: note: u.con is assigned openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4091:13: note: u.con is overwritten openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:566:20: style: Local variable 'ac' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:539:18: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:566:20: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:1688:15: style: Local variable 'result' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:1684:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:1688:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:2000:11: style: Local variable 'mem' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:1781:9: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:2000:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:366:19: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:639:17: style: Variable 'ctrl' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:1493:23: style: Variable 'load_boxed_phi' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:3704:11: style: Variable 'unique_merge' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4617:13: style: Variable 'phi_reg' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/memnode.cpp:4830:14: style: Variable 'C' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/parseHelper.cpp:551:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/parseHelper.cpp:576:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/parseHelper.cpp:147:13: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/regmask.cpp:112:3: error: There is an unknown macro here somewhere. Configuration is required. If FORALL_BODY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/runtime.cpp:205:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/opto/stringopts.cpp:791:36: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/postaloc.cpp:777:17: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/postaloc.cpp:483:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/postaloc.cpp:777:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/postaloc.cpp:33:48: style: Parameter 'value' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/postaloc.cpp:32:43: style: Parameter 'val' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/superword.cpp:1089:5: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/replacednodes.cpp:178:13: style: Local variable 'replaced' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/replacednodes.cpp:130:18: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/replacednodes.cpp:178:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/replacednodes.cpp:109:31: style: Parameter 'n' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/replacednodes.cpp:156:19: style: Variable 'm' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:313:1: style: The class 'SwitchRange' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:1000:20: style: The if condition is the same as the previous if condition [duplicateCondition] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:948:20: note: First condition openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:1000:20: note: Second condition openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:85:13: style: Condition '!is_vect' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:84:12: note: Assuming that condition 'is_vect' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:85:13: note: Condition '!is_vect' is always true openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:520:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:551:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:552:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:553:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:554:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:558:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:559:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/split_if.cpp:116:17: style: Local variable 'bol' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/split_if.cpp:95:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/split_if.cpp:116:17: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:340:13: style: The scope of the variable 'in_spill' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:561:11: style: Local variable 'UPblock' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:506:24: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:561:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:725:16: style: Local variable 'Ltmp' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:625:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:725:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:726:16: style: Local variable 'Utmp' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:626:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:726:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:836:25: style: Local variable 'n' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:764:13: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:836:25: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:302:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1189:14: style: Local variable 'slidx' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:502:36: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1189:14: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:303:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1321:11: style: Local variable 'phi' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:509:24: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1321:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:450:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1323:12: style: Local variable 'b' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:508:24: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1323:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/prims/forte.cpp:46:13: style: struct member 'ASGCT_CallTrace::env_id' is never used. [unusedStructMember] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:525:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1326:10: style: Local variable 'slidx' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:502:36: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1326:10: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/prims/forte.cpp:48:22: style: struct member 'ASGCT_CallTrace::frames' is never used. [unusedStructMember] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:898:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1347:14: style: Local variable 'pred' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:508:28: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1347:14: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:920:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1390:11: style: Local variable 'phi' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:509:24: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1390:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:1263:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1398:12: style: Local variable 'pidx' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:502:30: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:1398:12: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:2719:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:372:28: style: Parameter 'other' can be declared as reference to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/opto/reg_split.cpp:611:16: style: Variable 'pred1' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:617:56: style: Parameter 'hi' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/prims/jni.cpp:327:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:834:17: style: Variable 'num_range' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:1224:18: style: Variable 'return_bci' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:2193:15: style: Variable 'ary' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/parse2.cpp:2648:7: style: Variable 'c' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jniCheck.cpp:2005:1: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvm.cpp:264:3: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnv.cpp:177:5: error: There is an unknown macro here somewhere. Configuration is required. If VM_ENTRY_BASE is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/opto/subnode.cpp:1570:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/subnode.cpp:1571:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/subnode.cpp:1514:13: style: Variable 'l' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/subnode.cpp:1528:11: style: Variable 'l' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp:281:42: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvThreadState.cpp:250:3: warning: Member variable 'VM_GetCurrentLocation::_bci' is not initialized in the constructor. [uninitMemberVar] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvThreadState.cpp:250:3: style: Class 'VM_GetCurrentLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExport.cpp:391:5: error: There is an unknown macro here somewhere. Configuration is required. If VM_ENTRY_BASE is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvThreadState.cpp:133:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:248:18: warning: Assert statement calls a function which may have desired side effects: 'available'. [assertWithSideEffect] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExtensions.cpp:64:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExtensions.cpp:68:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExtensions.cpp:69:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExtensions.cpp:80:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:40:13: style:inconclusive: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list. [initializerList] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:44:78: note: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:40:13: note: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExtensions.cpp:81:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:110:3: style: Class 'JvmtiGetLoadedClassesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiClassFileReconstituter.cpp:243:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExtensions.cpp:85:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiClassFileReconstituter.cpp:314:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiExtensions.cpp:86:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiClassFileReconstituter.cpp:577:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:199:3: style: Class 'VM_EnterInterpOnlyMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:258:3: style: Class 'VM_ChangeSingleStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:236:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:466:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:469:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:776:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:866:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:869:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:825:65: style:inconclusive: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:306:50: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:825:65: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:836:67: style:inconclusive: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:307:52: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:836:67: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:847:70: style:inconclusive: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:308:55: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEventController.cpp:847:70: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:151:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:152:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:153:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:165:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:166:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:213:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:211:19: note: outer condition: Node.TState==ObjectWaiter::TS_WAIT openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:213:21: note: identical inner condition: Node.TState==ObjectWaiter::TS_WAIT openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:167:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:179:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:277:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:180:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:387:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:181:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:388:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:192:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:396:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:205:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiManageCapabilities.cpp:206:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:358:15: style: Variable 'List' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRawMonitor.cpp:390:10: style: Variable 'rv' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:215:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:397:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:536:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:776:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1049:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1091:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1092:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1111:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:79:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1172:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:86:58: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1244:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:120:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1264:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:158:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1329:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:289:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1454:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:495:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1505:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:588:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1535:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:627:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1547:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:675:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1558:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:773:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1568:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:974:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1580:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:985:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1590:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1010:20: style: Local variable 'hm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:933:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1010:20: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiImpl.cpp:292:18: style: Variable 'thread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1064:18: style: Local variable 'hm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:933:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiEnvBase.cpp:1064:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiTagMap.cpp:189:115: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiThreadState.cpp:189:33: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodComparator.cpp:85:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiThreadState.cpp:220:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiThreadState.cpp:240:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiThreadState.cpp:271:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiThreadState.cpp:230:20: style: Variable 'method' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:969:37: style:inconclusive: Boolean expression 'search_superc' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:495:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:500:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:505:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:510:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:515:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:530:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:702:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:715:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:737:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:738:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:1984:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:2012:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:2026:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/perf.cpp:83:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:2035:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:2061:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:2152:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:2536:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:2961:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:3277:7: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/privilegedStack.cpp:69:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:3366:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:3544:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:4664:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:4871:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:5005:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:5008:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:5300:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:5331:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:4802:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] openjdk-11-11.0.15+10/src/hotspot/share/prims/resolvedMethodTable.cpp:109:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/resolvedMethodTable.cpp:177:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/resolvedMethodTable.cpp:193:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:3876:28: style: Variable 'tinst_xk' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:3882:18: style: Variable 'tinst_xk' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/opto/type.cpp:4158:21: style: Variable 'elem_ptr' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/nativeLookup.cpp:122:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/nativeLookup.cpp:123:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/wbtestmethods/parserTests.cpp:150:3: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/prims/whitebox.cpp:132:3: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/runtime/abstract_vm_version.cpp:49:0: error: #error HOTSPOT_VERSION_STRING must be defined [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/share/runtime/arguments.cpp:1628:32: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3813:3: style: Class 'TransferNativeFunctionRegistration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3035:25: style: Condition 'frame_type>=64' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3027:20: note: Assuming that condition 'frame_type<=63' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3035:25: note: Condition 'frame_type>=64' is always true openjdk-11-11.0.15+10/src/hotspot/share/runtime/basicLock.cpp:78:15: style: Variable 'dh' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:686:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:687:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/compilationPolicy.cpp:314:86: error: syntax error: ||) [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:696:57: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:1116:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/deoptimization.cpp:150:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:1144:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/stackwalk.cpp:84:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:4214:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/stackwalk.cpp:337:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:1806:8: style: Local variable 'cp_index' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:1800:6: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:1806:8: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/prims/stackwalk.cpp:457:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3363:13: style: Local variable 'new_index' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3336:9: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3363:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/prims/stackwalk.cpp:400:7: style: The scope of the variable 'numFrames' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3381:11: style: Local variable 'new_index' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3336:9: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3381:11: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3398:13: style: Local variable 'new_index' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3336:9: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3398:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlag.cpp:60:32: error: There is an unknown macro here somewhere. Configuration is required. If INT32_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:696:27: style: Variable 'state' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/stackwalk.cpp:400:17: style: Variable 'numFrames' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/fieldDescriptor.cpp:161:16: style: Variable 'as_int' is reassigned a value before the old one has been used. [redundantAssignment] openjdk-11-11.0.15+10/src/hotspot/share/runtime/fieldDescriptor.cpp:158:14: note: as_int is assigned openjdk-11-11.0.15+10/src/hotspot/share/runtime/fieldDescriptor.cpp:161:16: note: as_int is overwritten openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp:97:20: error: There is an unknown macro here somewhere. Configuration is required. If INTX_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/frame.cpp:550:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_PRODUCT is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/globals.cpp:51:1: error: There is an unknown macro here somewhere. Configuration is required. If VM_FLAGS is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/handles.cpp:133:3: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/handshake.cpp:219:34: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/java.cpp:499:33: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniHandles.cpp:579:20: style:inconclusive: Boolean expression '_handles[0]<=handle' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniHandles.cpp:579:62: style:inconclusive: Boolean expression 'handle<(jobject)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniPeriodicChecker.cpp:35:6: style: Class 'JniPeriodicCheckerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlagConstraintList.cpp:295:3: style: Local variable 'emit_constraint_no' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlagConstraintList.cpp:203:6: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlagConstraintList.cpp:295:3: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/memprofiler.cpp:119:35: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_FORMAT_W is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/mutex.cpp:1369:5: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlagWriteableList.cpp:135:3: style: Local variable 'emit_writeable_no' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlagWriteableList.cpp:55:6: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/flags/jvmFlagWriteableList.cpp:135:3: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/objectMonitor.cpp:1385:23: error: syntax error: - throw [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/runtime/os.cpp:733:3: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:59:3: style: Class 'VM_EnableBiasedLocking' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:81:3: style: Class 'EnableBiasedLockingTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:579:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:518:21: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:579:21: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:580:16: style: The function 'doit_prologue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:520:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:580:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:582:16: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:540:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:582:16: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:164:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:181:33: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:192:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfMemory.cpp:134:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:197:5: style: Class 'GuardUnsafeAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:262:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniHandles.cpp:579:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:263:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:270:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:271:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:383:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:670:58: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:706:72: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:707:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:715:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:727:39: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:265:15: style: Local variable 'mark' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:156:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:265:15: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:543:19: style: Local variable 'biased_locker' shadows outer function [shadowFunction] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:560:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:543:19: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:805:19: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:801:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/biasedLocking.cpp:805:19: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniHandles.cpp:238:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniHandles.cpp:276:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniHandles.cpp:277:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/jniHandles.cpp:584:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:596:12: style: Condition 'this==NULL' is always false [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:82:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:289:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:910:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:921:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:466:13: style: Local variable 'name' shadows outer argument [shadowArgument] openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:455:54: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/unsafe.cpp:466:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:401:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:395:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:401:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:419:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:413:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:419:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:442:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:436:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:442:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/javaCalls.cpp:57:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/javaCalls.cpp:92:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:460:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:454:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:460:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/javaCalls.cpp:350:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/javaCalls.cpp:441:38: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:481:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:475:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:481:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:503:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:497:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:503:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:521:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:515:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:521:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:542:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:536:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:542:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:564:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:558:12: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:564:3: note: Returning/dereferencing 'p' after it is deallocated / released openjdk-11-11.0.15+10/src/hotspot/share/runtime/safepoint.cpp:507:50: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:152:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:155:49: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:162:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:197:54: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:218:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:233:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:236:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:240:45: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:590:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sharedRuntime.cpp:1507:3: error: There is an unknown macro here somewhere. Configuration is required. If JRT_BLOCK_END is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/perfData.cpp:599:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:166:3: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:769:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/runtime/rframe.cpp:42:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/rframe.cpp:109:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/rframe.cpp:121:13: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stackValue.cpp:42:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stubCodeGenerator.cpp:74:7: error: There is an unknown macro here somewhere. Configuration is required. If PRODUCT_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/serviceThread.cpp:76:5: warning:inconclusive: Either the condition 'thread==NULL' is redundant or there is possible null pointer dereference: thread. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/runtime/serviceThread.cpp:68:16: note: Assuming that condition 'thread==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/runtime/serviceThread.cpp:76:5: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/runtime/stackValue.cpp:79:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stubRoutines.cpp:387:1: error: There is an unknown macro here somewhere. Configuration is required. If JRT_LEAF is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stackValue.cpp:90:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/serviceThread.cpp:90:21: style: Variable 'acs_notify' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stackValue.cpp:125:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stackValue.cpp:157:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stackValue.cpp:170:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/stackValue.cpp:190:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/synchronizer.cpp:459:3: error: There is an unknown macro here somewhere. Configuration is required. If debug_only is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/thread.cpp:457:3: error: There is an unknown macro here somewhere. Configuration is required. If CHECK_UNHANDLED_OOPS_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/statSampler.cpp:44:5: style: Class 'StatSamplerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadHeapSampler.cpp:142:21: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadHeapSampler.cpp:61:8: portability: Casting from const double * to const unsigned long * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/timer.cpp:147:10: style: The scope of the variable 'valid' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/runtime/timer.cpp:149:14: style: The scope of the variable 'real_secs' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/runtime/timer.cpp:150:14: style: The scope of the variable 'system_secs' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/runtime/timer.cpp:151:14: style: The scope of the variable 'user_secs' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/runtime/timer.cpp:147:16: style: Variable 'valid' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/signature.cpp:422:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/signature.cpp:434:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/signature.cpp:457:27: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/signature.cpp:242:21: style: Variable 'begin' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:581:3: style: Class 'CompiledMethodMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:167:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:181:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:464:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:584:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:678:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:266:8: style: The scope of the variable 'timeout' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:461:25: style: Local variable 'mu' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:449:19: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/sweeper.cpp:461:25: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:80:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:106:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:323:50: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe_hp.cpp:207:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:458:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe_hp.cpp:209:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:591:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe_hp.cpp:337:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:596:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe_hp.cpp:419:47: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:587:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:723:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframeArray.cpp:178:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:1167:8: style: The scope of the variable 'ok' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:727:6: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframeArray.cpp:507:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:396:13: style: Local variable 'm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:382:11: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:396:13: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:749:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframeArray.cpp:553:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:74:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:74:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframe.cpp:555:20: style: Checking if unsigned expression 'prefix_len' is less than zero. [unsignedLessThanZero] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframeArray.cpp:560:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:76:8: style: The function 'is_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:50:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:76:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/vframeArray.cpp:634:13: style: Variable 'index' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vmOperations.cpp:188:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:175:18: style: Variable 'thread' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:78:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:78:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/vmOperations.cpp:196:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:582:27: style: Variable 'this_arg_pos' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:87:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:87:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:1057:21: style: Variable 'match_flags' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:89:8: style: The function 'is_jump_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:51:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:89:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/prims/methodHandles.cpp:970:8: style: Variable 'classes_only' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:92:8: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:58:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:92:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:103:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:103:8: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:116:9: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:116:9: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:118:9: style: The function 'is_switch_pad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:52:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:118:9: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:122:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:122:9: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/runtime/vmThread.cpp:116:46: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:262:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:539:16: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:483:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:539:16: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:552:18: style: Local variable 'i' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:483:14: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:552:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/relocator.cpp:456:18: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:193:3: style: Class 'ThreadScanHashtable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:217:3: style: Class 'AddThreadHazardPointerThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:238:3: style: Class 'ScanHazardPtrGatherProtectedThreadsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:286:3: style: Class 'ScanHazardPtrGatherThreadsListClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticArgument.cpp:163:16: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:315:3: style: Class 'ScanHazardPtrPrintMatchingThreadsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:352:3: style: Class 'VerifyHazardPtrThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:220:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:224:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:302:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:303:25: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:552:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:569:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:571:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:667:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:670:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:816:32: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/threadSMR.cpp:887:29: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/attachListener.cpp:471:5: warning:inconclusive: Either the condition 'listener_thread==NULL' is redundant or there is possible null pointer dereference: listener_thread. [nullPointerRedundantCheck] openjdk-11-11.0.15+10/src/hotspot/share/services/attachListener.cpp:463:25: note: Assuming that condition 'listener_thread==NULL' is not redundant openjdk-11-11.0.15+10/src/hotspot/share/services/attachListener.cpp:471:5: note: Null pointer dereference openjdk-11-11.0.15+10/src/hotspot/share/services/attachListener.cpp:102:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/attachListener.cpp:311:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/attachListener.cpp:281:13: style: Variable 'name' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1127:51: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1241:45: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1250:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1252:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumper.cpp:394:3: error: There is an unknown macro here somewhere. Configuration is required. If DEBUG_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1129:29: style: Local variable 'args' shadows outer argument [shadowArgument] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1081:34: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1129:29: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1146:26: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1085:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1146:26: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1153:31: style: Local variable 'args' shadows outer argument [shadowArgument] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1081:34: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1153:31: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1166:18: style: Local variable 'rm' shadows outer variable [shadowVariable] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1085:16: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1166:18: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1244:23: style: Local variable 'args' shadows outer argument [shadowArgument] openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1081:34: note: Shadowed declaration openjdk-11-11.0.15+10/src/hotspot/share/runtime/reflection.cpp:1244:23: note: Shadow variable openjdk-11-11.0.15+10/src/hotspot/share/services/mallocSiteTable.cpp:236:63: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/services/management.cpp:2067:3: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:1052:3: style: Class 'VM_DumpTouchedMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/services/mallocTracker.cpp:65:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/mallocTracker.cpp:133:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/mallocTracker.cpp:132:10: style: Variable 'header' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.hpp:63:3: style: Class 'MemoryManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticFramework.cpp:149:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.hpp:102:3: style: Class 'GCStatInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/services/gcNotifier.cpp:180:3: style: Class 'NotificationMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.hpp:163:10: style: The function 'is_gc_memory_manager' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.hpp:76:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.hpp:163:10: note: Function in derived class openjdk-11-11.0.15+10/src/hotspot/share/services/memBaseline.cpp:215:32: style: The scope of the variable 'site' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:406:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:829:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:830:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:831:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:832:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:833:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:834:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:835:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:836:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:837:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:95:26: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:838:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:103:0: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:839:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:303:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:840:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:311:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:841:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:322:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:842:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:332:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:843:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:75:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:844:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/heapDumperCompression.cpp:76:9: style: The scope of the variable 'handle' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:845:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:846:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:847:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:848:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:849:5: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:916:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:166:15: style: Variable 'factory' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:205:15: style: Variable 'factory' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/diagnosticCommand.cpp:807:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/memTracker.cpp:358:96: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.cpp:146:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/virtualMemoryTracker.cpp:545:42: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.cpp:147:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.cpp:230:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.cpp:231:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.cpp:261:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memoryManager.cpp:262:9: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/threadIdTable.cpp:170:3: style: Class 'ThreadIdTableLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/services/writeableFlags.cpp:219:44: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/writeableFlags.cpp:253:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/writeableFlags.cpp:270:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/writeableFlags.cpp:300:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memReporter.cpp:130:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memReporter.cpp:96:15: style: Variable 'scale' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/utilities/debug.cpp:113:1: error: There is an unknown macro here somewhere. Configuration is required. If ATTRIBUTE_PRINTF is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/services/memReporter.cpp:296:15: style: Variable 'scale' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:393:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memReporter.cpp:340:15: style: Variable 'scale' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:467:30: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memReporter.cpp:473:28: style: Variable 'class_count_diff' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:577:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/runtime/vmStructs.cpp:2820:3: error: There is an unknown macro here somewhere. Configuration is required. If VM_STRUCTS_GC is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/services/memReporter.cpp:543:40: style: Variable 'current_tracking_overhead' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:722:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/memReporter.cpp:544:40: style: Variable 'early_tracking_overhead' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:839:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:849:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:961:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/decoder_elf.cpp:38:102: style:inconclusive: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/hotspot/share/utilities/decoder_elf.hpp:43:92: note: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'. openjdk-11-11.0.15+10/src/hotspot/share/utilities/decoder_elf.cpp:38:102: note: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'. openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:956:18: style: The scope of the variable 'waitingToLockMonitor' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:44:35: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:46:34: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:48:36: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:51:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/elfStringTable.cpp:57:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:250:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/elfStringTable.cpp:66:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:260:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:267:8: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/elfSymbolTable.cpp:81:22: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/globalDefinitions.cpp:365:46: error: There is an unknown macro here somewhere. Configuration is required. If LP64_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/services/threadService.cpp:364:8: style: Variable 'blocked_on_monitor' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:137:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:138:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:141:18: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/globalCounter.cpp:40:3: style: Class 'CounterThreadCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:142:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:150:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/internalVMTests.cpp:45:3: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/utilities/copy.cpp:160:10: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/internalVMTests.cpp:46:3: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/utilities/internalVMTests.cpp:47:3: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/utilities/internalVMTests.cpp:48:3: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/utilities/internalVMTests.cpp:49:3: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/utilities/internalVMTests.cpp:53:3: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] openjdk-11-11.0.15+10/src/hotspot/share/utilities/ostream.cpp:412:1: error: There is an unknown macro here somewhere. Configuration is required. If CDS_ONLY is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/utilities/singleWriterSynchronizer.cpp:99:36: error: There is an unknown macro here somewhere. Configuration is required. If ; is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/hotspot/share/utilities/nativeCallStack.cpp:104:11: style: The scope of the variable 'buf' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/utilities/elfFile.cpp:115:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/elfFile.cpp:143:14: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/vmError.cpp:1782:3: error: There is an unknown macro here somewhere. Configuration is required. If NOT_DEBUG is a macro then please configure it. [unknownMacro] openjdk-11-11.0.15+10/src/java.base/aix/native/libjli/java_md_aix.c:36:37: style: Parameter 'addr' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/java.base/aix/native/libnet/aix_close.c:340:11: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] openjdk-11-11.0.15+10/src/java.base/aix/native/libnet/aix_close.c:271:41: style: Parameter 'self' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/java.base/aix/native/libnet/aix_close.c:141:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/linux/native/libnet/linux_close.c:239:41: style: Parameter 'self' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/java.base/linux/native/libnet/linux_close.c:110:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:83:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/linux/native/libjava/ProcessHandleImpl_linux.c:266:12: style: Condition 'fp!=0' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:279:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/linux/native/libjava/ProcessHandleImpl_linux.c:260:13: warning: %llu in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:282:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:220:20: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:450:40: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/linux/native/libjava/ProcessHandleImpl_linux.c:136:16: style: Variable 'cmdlen' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:232:11: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:458:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/macosx/native/libjava/java_props_macosx.c:263:32: error: syntax error: =[...]; [syntaxError] openjdk-11-11.0.15+10/src/java.base/macosx/native/libjli/java_md_macosx.c:216:0: error: #error "Unknown architecture - needs definition" [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:377:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:470:15: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:380:4: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:471:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:383:47: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:492:19: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:419:21: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:178:12: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:438:23: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:31:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/hashtable.cpp:126:25: style: Variable 'saved_entry_count' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:170:17: style: The scope of the variable 'ch' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:32:26: style: The scope of the variable 'ch3' can be reduced. [variableScope] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:234:9: style: Variable 'result' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/macosx/native/libnet/bsd_close.c:242:41: style: Parameter 'self' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:278:20: style: Variable 'utf8_buffer' is not assigned a value. [unassignedVariable] openjdk-11-11.0.15+10/src/hotspot/share/utilities/utf8.cpp:471:15: style: Variable 'end' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/macosx/native/libnet/bsd_close.c:112:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/share/native/launcher/defines.h:40:0: error: #error "VERSION_STRING must be defined" [preprocessorErrorDirective] openjdk-11-11.0.15+10/src/hotspot/share/utilities/bitMap.cpp:52:3: style: Class 'CHeapBitMapAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/hotspot/share/utilities/bitMap.cpp:65:3: style: Class 'ArenaBitMapAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_acos.c:81:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_acos.c:84:33: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/macosx/native/libjava/ProcessHandleImpl_macosx.c:64:27: style: Variable 'parentArraySize' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_acos.c:109:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_asin.c:90:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/macosx/native/libjava/ProcessHandleImpl_macosx.c:66:22: style: Variable 'stimesSize' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_acos.c:88:25: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_asin.c:93:33: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/macosx/native/libjava/ProcessHandleImpl_macosx.c:240:33: style: Unused variable: i [unusedVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_asin.c:118:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/macosx/native/libjava/ProcessHandleImpl_macosx.c:242:23: style: Unused variable: sp [unusedVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_asin.c:96:25: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/macosx/native/libjava/ProcessHandleImpl_macosx.c:242:28: style: Unused variable: np [unusedVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atan2.c:78:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atanh.c:64:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_exp.c:125:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atan2.c:79:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atanh.c:65:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_exp.c:132:34: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atan2.c:80:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atanh.c:72:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_exp.c:163:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log.c:108:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/macosx/native/libnio/fs/BsdNativeDispatcher.c:150:11: style: Unused variable: dev [unusedVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atan2.c:81:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atanh.c:68:25: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_exp.c:166:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:50:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log.c:109:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atan2.c:128:21: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_exp.c:163:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:51:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log.c:117:18: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_atan2.c:86:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_exp.c:166:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:52:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log.c:123:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log10.c:84:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:53:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log10.c:85:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/json.cpp:683:17: style: Variable 'line_length' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_cosh.c:67:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:135:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log10.c:93:18: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_rem_pio2.c:105:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_cosh.c:91:21: portability: Casting from double * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:136:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_log10.c:100:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_rem_pio2.c:145:26: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:147:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_rem_pio2.c:152:30: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_scalb.c:58:41: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:148:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_rem_pio2.c:173:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_remainder.c:55:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_sqrt.c:116:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:61:25: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_rem_pio2.c:175:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_remainder.c:56:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_sqrt.c:117:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_cos.c:85:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:92:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 91. [shiftTooManyBitsSigned] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:91:17: note: Assuming that condition 'n<=31' is not redundant openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:90:22: note: Assignment to 'n=-1022-ix' openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:90:15: note: n is assigned '-1022-ix' here. openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:92:25: note: Shift openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_rem_pio2.c:175:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_remainder.c:57:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_sqrt.c:202:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_cos.c:97:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:104:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 103. [shiftTooManyBitsSigned] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:103:17: note: Assuming that condition 'n<=31' is not redundant openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:102:22: note: Assignment to 'n=-1022-iy' openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:102:15: note: n is assigned '-1022-iy' here. openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_fmod.c:104:25: note: Shift openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_remainder.c:58:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_sqrt.c:203:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_cos.c:98:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_rem_pio2.c:179:16: style: Parameter 'x' can be declared as const array [constParameter] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_sin.c:78:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_remainder.c:87:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_sqrt.c:128:29: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_rem_pio2.c:200:50: warning: Uninitialized variable: f [uninitvar] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_rem_pio2.c:196:18: note: Assuming condition is false openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_rem_pio2.c:200:50: note: Uninitialized variable: f openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_remainder.c:64:36: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_sinh.c:64:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_rem_pio2.c:206:24: warning: Uninitialized variable: q [uninitvar] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_rem_pio2.c:199:19: note: Assuming condition is false openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_rem_pio2.c:206:24: note: Uninitialized variable: q openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_remainder.c:68:25: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/e_sinh.c:85:21: portability: Casting from double * to unsigned int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_tan.c:94:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_tan.c:98:24: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_tan.c:107:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_atan.c:106:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_ceil.c:52:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_tan.c:110:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_atan.c:110:35: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_ceil.c:53:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_copysign.c:41:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_tan.c:145:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_ceil.c:87:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_tan.c:148:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_ceil.c:88:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_tan.c:137:35: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:153:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_fabs.c:39:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:162:38: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_finite.c:41:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:213:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_floor.c:52:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:218:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_floor.c:53:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_frexp.c:53:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/macosx/native/libnet/DefaultProxySelector.c:171:21: style: Variable 'proxyFound' is assigned a value that is never used. [unreadVariable] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_cos.c:70:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:220:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_floor.c:88:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_frexp.c:55:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_ilogb.c:43:16: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:222:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_floor.c:89:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_frexp.c:60:18: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_ilogb.c:45:18: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_isnan.c:41:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:225:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_floor.c:54:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_frexp.c:66:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_isnan.c:42:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/bitMap.cpp:85:28: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:213:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/hotspot/share/utilities/bitMap.cpp:563:24: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:218:49: error: Shifting by a negative value is undefined behaviour [shiftNegative] openjdk-11-11.0.15+10/src/hotspot/share/utilities/bitMap.cpp:684:31: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_expm1.c:220:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_log1p.c:121:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_log1p.c:150:22: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_logb.c:42:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_log1p.c:156:22: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_logb.c:43:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:53:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_log1p.c:162:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:54:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_log1p.c:165:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:58:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:58:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_log1p.c:134:31: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:59:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:45:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:60:15: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:65:21: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:46:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:68:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:66:21: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:47:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:71:22: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_scalbn.c:53:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:69:21: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:48:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:72:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_scalbn.c:54:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:70:21: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:57:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:92:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_scalbn.c:59:18: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:76:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:58:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:93:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_scalbn.c:67:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/exceptions.cpp:414:98: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:77:13: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:84:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:59:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_scalbn.c:74:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/hotspot/share/utilities/exceptions.cpp:422:84: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:83:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_nextafter.c:88:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_rint.c:72:46: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:84:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:87:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_tan.c:69:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_modf.c:88:17: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_sin.c:70:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/s_tanh.c:69:14: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:100:9: portability: Casting from double * to signed int * is not portable due to different binary data representations on different platforms. [invalidPointerCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:473:38: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:504:36: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:521:38: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:535:34: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:549:34: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:563:34: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/utilities/xmlstream.cpp:493:17: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/share/native/libfdlibm/k_standard.c:743:35: style: Same expression on both sides of '/'. [duplicateExpression] openjdk-11-11.0.15+10/src/hotspot/share/utilities/xmlstream.cpp:495:16: style: C-style pointer casting [cstyleCast] openjdk-11-11.0.15+10/src/java.base/share/native/libjava/Module.c:109:1: error: Memory leak: pkgs [memleak] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:92:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:54:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:92:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:781:45: style:inconclusive: Function 'InitializeEncoding' argument 2 names different: declaration 'name' definition 'encname'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.h:407:60: note: Function 'InitializeEncoding' argument 2 names different: declaration 'name' definition 'encname'. openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:781:45: note: Function 'InitializeEncoding' argument 2 names different: declaration 'name' definition 'encname'. openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:93:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:55:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:93:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1251:32: style:inconclusive: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.h:234:32: note: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1251:32: note: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:94:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:56:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:94:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1315:32: style:inconclusive: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.h:240:32: note: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1315:32: note: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:95:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:57:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:95:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1379:38: style:inconclusive: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.h:248:38: note: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1379:38: note: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:96:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:58:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:96:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1446:38: style:inconclusive: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent] openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.h:254:38: note: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjava/jni_util.c:1446:38: note: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:97:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:59:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:97:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:99:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:61:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:99:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:100:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:62:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:100:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.hpp:320:1: style: The class 'ImageHeader' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:101:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:63:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:101:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.hpp:377:15: style:inconclusive: Technically the member function 'ImageFileReaderTable::count' can be const. [functionConst] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:102:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:64:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:102:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.hpp:432:19: style:inconclusive: Technically the member function 'ImageFileReader::index_size' can be const. [functionConst] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:103:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:65:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:103:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.hpp:280:5: style: Class 'ImageLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:104:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:66:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:104:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.hpp:312:5: style: Class 'ImageModuleData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:115:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:54:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:115:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageDecompressor.hpp:124:5: style: Class 'ZipDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:116:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:55:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:116:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageDecompressor.hpp:167:5: style: Class 'SharedStringDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:117:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:56:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:117:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/osSupport.hpp:106:5: style: Class 'SimpleCriticalSectionLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:118:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:57:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:118:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:119:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:58:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:119:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:120:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:59:16: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:120:8: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:122:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:61:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:122:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:123:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:62:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:123:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:124:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:63:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:124:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:125:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:64:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:125:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:126:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:65:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:126:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:127:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:66:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:127:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:69:65: style: Condition '*(unsigned char*)&x!=0' is always true [knownConditionTrueFalse] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:69:45: note: Assignment 'x=1', assigned value is 1 openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.hpp:69:65: note: Condition '*(unsigned char*)&x!=0' is always true openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/endian.cpp:97:25: style: Parameter 'x' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/java.base/share/native/libjava/System.c:423:39: style: Parameter 'src' can be declared as pointer to const [constParameter] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.hpp:389:10: style:inconclusive: Technically the member function 'ImageFileReaderTable::contains' can be const. [functionConst] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.cpp:251:28: note: Technically the member function 'ImageFileReaderTable::contains' can be const. openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageFile.hpp:389:10: note: Technically the member function 'ImageFileReaderTable::contains' can be const. openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageDecompressor.hpp:125:10: style: The function 'decompress_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageDecompressor.hpp:108:18: note: Virtual function in base class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageDecompressor.hpp:125:10: note: Function in derived class openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageDecompressor.hpp:168:10: style: The function 'decompress_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] openjdk-11-11.0.15+10/src/java.base/share/native/libjimage/imageDecompressor.hpp:108:18: note: Virtual function in base clas