hotspot/src/share/vm/runtime/arguments.cpp
changeset 5055 743f38c6e179
parent 5035 0e498c4df637
child 5081 41cf61730680
equal deleted inserted replaced
5054:6d42dc4dd98c 5055:743f38c6e179
  2857       UseCompressedOops = false;
  2857       UseCompressedOops = false;
  2858     }
  2858     }
  2859   }
  2859   }
  2860 #endif // _LP64
  2860 #endif // _LP64
  2861 
  2861 
       
  2862   // MethodHandles code does not support TaggedStackInterpreter.
       
  2863   if (EnableMethodHandles && TaggedStackInterpreter) {
       
  2864     warning("TaggedStackInterpreter is not supported by MethodHandles code.  Disabling TaggedStackInterpreter.");
       
  2865     TaggedStackInterpreter = false;
       
  2866   }
       
  2867 
  2862   // Check the GC selections again.
  2868   // Check the GC selections again.
  2863   if (!check_gc_consistency()) {
  2869   if (!check_gc_consistency()) {
  2864     return JNI_EINVAL;
  2870     return JNI_EINVAL;
  2865   }
  2871   }
  2866 
  2872