mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8292584: assert(cb != __null) failed: must be with -XX:-Inline
Reviewed-by: kvn, rpressler
This commit is contained in:
parent
04d8069bac
commit
fa68371bb8
48 changed files with 246 additions and 392 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue