Skip to content

Commit

Permalink
Update (2024.01.26)
Browse files Browse the repository at this point in the history
32519: Fix for 31967 set default MaxGCPauseMillis
31967: [G1GC] Set default MaxGCPauseMillis=150ms
  • Loading branch information
loongson-jvm authored Jan 26, 2024
1 parent 86fa45f commit 88a2322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/loongarch/vm_version_loongarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void VM_Version::get_processor_features() {
_supports_cx8 = true;

if (UseG1GC && FLAG_IS_DEFAULT(MaxGCPauseMillis)) {
FLAG_SET_CMDLINE(uintx, MaxGCPauseMillis, 650);
FLAG_SET_DEFAULT(MaxGCPauseMillis, 150);
}

if (supports_lsx()) {
Expand Down

0 comments on commit 88a2322

Please sign in to comment.