8292584: assert(cb != __null) failed: must be with -XX:-Inline

Reviewed-by: kvn, rpressler
This commit is contained in:
Dean Long 2022-09-01 20:19:37 +00:00
parent 04d8069bac
commit fa68371bb8
48 changed files with 246 additions and 392 deletions

View file

@ -81,7 +81,6 @@ class AbstractInterpreter: AllStatic {
java_lang_math_fmaF, // implementation of java.lang.Math.fma (x, y, z)
java_lang_math_fmaD, // implementation of java.lang.Math.fma (x, y, z)
java_lang_ref_reference_get, // implementation of java.lang.ref.Reference.get()
java_lang_continuation_doYield, // implementation of jdk.internal.vm.Continuation.doYield()
java_util_zip_CRC32_update, // implementation of java.util.zip.CRC32.update()
java_util_zip_CRC32_updateBytes, // implementation of java.util.zip.CRC32.updateBytes()
java_util_zip_CRC32_updateByteBuffer, // implementation of java.util.zip.CRC32.updateByteBuffer()