src/hotspot/share/interpreter/bytecode.hpp
changeset 49364 601146c66cad
parent 49340 4e82736053ae
child 53244 9807daeb47c4
--- a/src/hotspot/share/interpreter/bytecode.hpp	Fri Mar 09 08:01:25 2018 +0100
+++ b/src/hotspot/share/interpreter/bytecode.hpp	Fri Mar 09 10:46:02 2018 -0500
@@ -129,7 +129,7 @@
 
 
 // Abstractions for lookupswitch bytecode
-class LookupswitchPair VALUE_OBJ_CLASS_SPEC {
+class LookupswitchPair {
  private:
   const address _bcp;