mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Mark unused code in AccessBridgeJavaVMInstance.cpp
This commit is contained in:
parent
b5a14a011f
commit
e3dfd0e974
@ -268,7 +268,7 @@ AccessBridgeJavaVMInstance::sendMemoryPackage(char *buffer, long bufsize) {
|
||||
DEBUG_CODE(PackageType *type = (PackageType *) memoryMappedView);
|
||||
DEBUG_CODE(if (*type == cGetAccessibleTextItemsPackage) {)
|
||||
DEBUG_CODE(AppendToCallInfo(" 'memoryMappedView' now contains:"));
|
||||
// DEBUG_CODE(GetAccessibleTextItemsPackage *pkg = (GetAccessibleTextItemsPackage *) (buffer + sizeof(PackageType)));
|
||||
DEBUG_CODE([[maybe_unused]] GetAccessibleTextItemsPackage *pkg = (GetAccessibleTextItemsPackage *) (buffer + sizeof(PackageType)));
|
||||
DEBUG_CODE(snprintf(outputBuf, sizeof(outputBuf), " PackageType = %X", *type));
|
||||
DEBUG_CODE(AppendToCallInfo(outputBuf));
|
||||
DEBUG_CODE(})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user