Skip to content

Commit ab62a52

Browse files
committed
8357086: Removed extra line
1 parent 9ab61f4 commit ab62a52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hotspot/share/services/management.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,7 @@ static jlong get_long_attribute(jmmLongAttribute att) {
975975
return ClassLoadingService::class_method_data_size();
976976

977977
case JMM_OS_MEM_TOTAL_PHYSICAL_BYTES:
978-
return static_cast<jlong>(os::physical_memory());
979-
978+
return static_cast<jlong>(os::physical_memory());
980979

981980
default:
982981
return -1;

0 commit comments

Comments
 (0)