mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
Set Z = 0 (not equal) before repne_scan() to indicate that class was not found when RCX == 0. Reviewed-by: never, phh
This commit is contained in:
parent
b071e2accc
commit
f0b6dc4e4f
6 changed files with 68 additions and 60 deletions
|
@ -2442,6 +2442,10 @@ class CommandLineFlags {
|
|||
"Call fatal if this exception is thrown. Example: " \
|
||||
"java -XX:AbortVMOnException=java.lang.NullPointerException Foo") \
|
||||
\
|
||||
notproduct(ccstr, AbortVMOnExceptionMessage, NULL, \
|
||||
"Call fatal if the exception pointed by AbortVMOnException " \
|
||||
"has this message.") \
|
||||
\
|
||||
develop(bool, DebugVtables, false, \
|
||||
"add debugging code to vtable dispatch") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue