# HG changeset patch # User Gary Benson # Date 1231503693 18000 # Node ID 972ccbe951257d92465d0ad95335fa8401e0bcbc # Parent 8ed37e6cc2dfb87da1b9dcc60cfceb520fa8456e 2009-01-09 Gary Benson * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (CppInterpreter::main_loop): Catch unhandled messages. diff -r 8ed37e6cc2df -r 972ccbe95125 ChangeLog --- a/ChangeLog Fri Jan 09 07:19:20 2009 -0500 +++ b/ChangeLog Fri Jan 09 07:21:33 2009 -0500 @@ -1,3 +1,8 @@ +2009-01-09 Gary Benson + + * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp + (CppInterpreter::main_loop): Catch unhandled messages. + 2009-01-09 Gary Benson * patches/icedtea-cc-interp-jvmti.patch: Also disable pop_frame. diff -r 8ed37e6cc2df -r 972ccbe95125 ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp --- a/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Fri Jan 09 07:19:20 2009 -0500 +++ b/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Fri Jan 09 07:21:33 2009 -0500 @@ -156,6 +156,9 @@ assert(HAS_PENDING_EXCEPTION, "should do"); break; } + else { + ShouldNotReachHere(); + } } unwind_and_return: