< prev index next >

src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/BinaryContainer.java

Print this page

        

*** 223,232 **** --- 223,234 ---- {"StubRoutines::_squareToLen", "_aot_stub_routines_squareToLen" }, {"StubRoutines::_mulAdd", "_aot_stub_routines_mulAdd" }, {"StubRoutines::_montgomeryMultiply", "_aot_stub_routines_montgomeryMultiply" }, {"StubRoutines::_montgomerySquare", "_aot_stub_routines_montgomerySquare" }, {"StubRoutines::_vectorizedMismatch", "_aot_stub_routines_vectorizedMismatch" }, + {"StubRoutines::_bigIntegerRightShiftWorker", "_aot_stub_routines_bigIntegerRightShiftWorker" }, + {"StubRoutines::_bigIntegerLeftShiftWorker", "_aot_stub_routines_bigIntegerLeftShiftWorker" }, {"StubRoutines::_throw_delayed_StackOverflowError_entry", "_aot_stub_routines_throw_delayed_StackOverflowError_entry" }, {"os::javaTimeMillis", "_aot_os_javaTimeMillis"},
< prev index next >