hotspot/src/share/vm/runtime/thread.cpp
changeset 8883 5569135acca3
parent 8725 8c1e3dd5fe1b
child 9437 9981851b4b8c
equal deleted inserted replaced
8882:f852635a6383 8883:5569135acca3
  3227       warning("java.lang.ClassCastException has not been initialized");
  3227       warning("java.lang.ClassCastException has not been initialized");
  3228       warning("java.lang.ArrayStoreException has not been initialized");
  3228       warning("java.lang.ArrayStoreException has not been initialized");
  3229       warning("java.lang.ArithmeticException has not been initialized");
  3229       warning("java.lang.ArithmeticException has not been initialized");
  3230       warning("java.lang.StackOverflowError has not been initialized");
  3230       warning("java.lang.StackOverflowError has not been initialized");
  3231     }
  3231     }
  3232     }
  3232   }
  3233 
  3233 
  3234   // See        : bugid 4211085.
  3234   // See        : bugid 4211085.
  3235   // Background : the static initializer of java.lang.Compiler tries to read
  3235   // Background : the static initializer of java.lang.Compiler tries to read
  3236   //              property"java.compiler" and read & write property "java.vm.info".
  3236   //              property"java.compiler" and read & write property "java.vm.info".
  3237   //              When a security manager is installed through the command line
  3237   //              When a security manager is installed through the command line