hotspot/src/cpu/aarch64/vm/stubGenerator_aarch64.cpp
changeset 43439 5e03c9ba74f3
parent 42577 c47121f6307d
child 45054 c09733aaf97f
equal deleted inserted replaced
43438:af4378756105 43439:5e03c9ba74f3
  4674 
  4674 
  4675     // Build this early so it's available for the interpreter.
  4675     // Build this early so it's available for the interpreter.
  4676     StubRoutines::_throw_StackOverflowError_entry =
  4676     StubRoutines::_throw_StackOverflowError_entry =
  4677       generate_throw_exception("StackOverflowError throw_exception",
  4677       generate_throw_exception("StackOverflowError throw_exception",
  4678                                CAST_FROM_FN_PTR(address,
  4678                                CAST_FROM_FN_PTR(address,
  4679                                                 SharedRuntime::
  4679                                                 SharedRuntime::throw_StackOverflowError));
  4680                                                 throw_StackOverflowError));
  4680     StubRoutines::_throw_delayed_StackOverflowError_entry =
       
  4681       generate_throw_exception("delayed StackOverflowError throw_exception",
       
  4682                                CAST_FROM_FN_PTR(address,
       
  4683                                                 SharedRuntime::throw_delayed_StackOverflowError));
  4681     if (UseCRC32Intrinsics) {
  4684     if (UseCRC32Intrinsics) {
  4682       // set table address before stub generation which use it
  4685       // set table address before stub generation which use it
  4683       StubRoutines::_crc_table_adr = (address)StubRoutines::aarch64::_crc_table;
  4686       StubRoutines::_crc_table_adr = (address)StubRoutines::aarch64::_crc_table;
  4684       StubRoutines::_updateBytesCRC32 = generate_updateBytesCRC32();
  4687       StubRoutines::_updateBytesCRC32 = generate_updateBytesCRC32();
  4685     }
  4688     }