src/share/vm/interpreter/interpreterRuntime.cpp

changeset 8370
a02fdb3c047d
parent 8368
32b682649973
child 8604
04d83ba48607
child 8739
0b85ccd62409
     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