hotspot/src/share/vm/runtime/thread.cpp
changeset 38273 2634194d7555
parent 38144 0976c0c5c5d3
child 38697 110bb528423b
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
    58 #include "prims/privilegedStack.hpp"
    58 #include "prims/privilegedStack.hpp"
    59 #include "runtime/arguments.hpp"
    59 #include "runtime/arguments.hpp"
    60 #include "runtime/atomic.inline.hpp"
    60 #include "runtime/atomic.inline.hpp"
    61 #include "runtime/biasedLocking.hpp"
    61 #include "runtime/biasedLocking.hpp"
    62 #include "runtime/commandLineFlagConstraintList.hpp"
    62 #include "runtime/commandLineFlagConstraintList.hpp"
       
    63 #include "runtime/commandLineFlagWriteableList.hpp"
    63 #include "runtime/commandLineFlagRangeList.hpp"
    64 #include "runtime/commandLineFlagRangeList.hpp"
    64 #include "runtime/deoptimization.hpp"
    65 #include "runtime/deoptimization.hpp"
    65 #include "runtime/fprofiler.hpp"
    66 #include "runtime/fprofiler.hpp"
    66 #include "runtime/frame.inline.hpp"
    67 #include "runtime/frame.inline.hpp"
    67 #include "runtime/globals.hpp"
    68 #include "runtime/globals.hpp"
  3542   bool constraint_result = CommandLineFlagConstraintList::check_constraints(CommandLineFlagConstraint::AfterErgo);
  3543   bool constraint_result = CommandLineFlagConstraintList::check_constraints(CommandLineFlagConstraint::AfterErgo);
  3543   if (!constraint_result) {
  3544   if (!constraint_result) {
  3544     return JNI_EINVAL;
  3545     return JNI_EINVAL;
  3545   }
  3546   }
  3546 
  3547 
       
  3548   CommandLineFlagWriteableList::mark_startup();
       
  3549 
  3547   if (PauseAtStartup) {
  3550   if (PauseAtStartup) {
  3548     os::pause();
  3551     os::pause();
  3549   }
  3552   }
  3550 
  3553 
  3551   HOTSPOT_VM_INIT_BEGIN();
  3554   HOTSPOT_VM_INIT_BEGIN();