Skip to content

Commit

Permalink
fix oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Crater authored and d3r3kk committed Jul 26, 2023
1 parent 9faa7c0 commit fb06f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/shared/gcConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void GCConfig::select_gc_ergonomically() {
#endif
}
} else if (strcmp(ErgonomicsProfile, "dedicated") == 0) {
phys_mem = os::physical_memory();
julong phys_mem = os::physical_memory();
if (os::active_processor_count() <= 1) {
#if INCLUDE_SERIALGC
FLAG_SET_ERGO_IF_DEFAULT(UseSerialGC, true);
Expand Down

0 comments on commit fb06f31

Please sign in to comment.