diff -r 8eeacdc76bf2 -r 75aa3e39d02c hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp --- a/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Wed Jul 05 11:03:19 2017 -0700 +++ b/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Thu Jul 06 01:50:26 2017 +0200 @@ -890,6 +890,8 @@ } break; } + default: + break; } }