8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051

Tue, 19 Jan 2016 15:35:12 +0000

author
kevinw
date
Tue, 19 Jan 2016 15:35:12 +0000
changeset 8370
a02fdb3c047d
parent 8369
74f399b6b3e2
child 8371
1f43bd4fab06

8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
Reviewed-by: coleenp

src/share/vm/interpreter/interpreterRuntime.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Mon Jan 18 10:48:15 2016 -0800
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Jan 19 15:35:12 2016 +0000
     1.3 @@ -1011,6 +1011,7 @@
     1.4  
     1.5    switch(cp_entry->flag_state()) {
     1.6      case btos:    // fall through
     1.7 +    case ztos:    // fall through
     1.8      case ctos:    // fall through
     1.9      case stos:    // fall through
    1.10      case itos:    // fall through

mercurial