# HG changeset patch # User kevinw # Date 1453217712 0 # Node ID a02fdb3c047d8081d0ee42a819928fe8e074e6fc # Parent 74f399b6b3e2c435bfbe9ef8198d8c2a164ea6a0 8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051 Reviewed-by: coleenp diff -r 74f399b6b3e2 -r a02fdb3c047d src/share/vm/interpreter/interpreterRuntime.cpp --- a/src/share/vm/interpreter/interpreterRuntime.cpp Mon Jan 18 10:48:15 2016 -0800 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp Tue Jan 19 15:35:12 2016 +0000 @@ -1011,6 +1011,7 @@ switch(cp_entry->flag_state()) { case btos: // fall through + case ztos: // fall through case ctos: // fall through case stos: // fall through case itos: // fall through