src/cpu/mips/vm/vm_version_mips.cpp

changeset 8014
1d46c7fedc79
parent 8000
1510f9dcc0fa
child 8016
efbfe5d2d462
     1.1 --- a/src/cpu/mips/vm/vm_version_mips.cpp	Thu Nov 30 15:30:54 2017 +0800
     1.2 +++ b/src/cpu/mips/vm/vm_version_mips.cpp	Fri Dec 01 13:52:28 2017 +0800
     1.3 @@ -81,6 +81,11 @@
     1.4    _supports_cx8 = true;
     1.5  
     1.6    //////////////////////add some other feature here//////////////////
     1.7 +
     1.8 +  if (UseG1GC && FLAG_IS_DEFAULT(MaxGCPauseMillis)) {
     1.9 +    FLAG_SET_CMDLINE(uintx, MaxGCPauseMillis, 650);
    1.10 +  }
    1.11 +
    1.12  #ifdef COMPILER2
    1.13    if (MaxVectorSize > 0) {
    1.14      if (!is_power_of_2(MaxVectorSize)) {

mercurial