--- old/src/jdk.jdwp.agent/share/native/libjdwp/InterfaceTypeImpl.c 2020-01-10 19:17:44.961267133 +0000 +++ new/src/jdk.jdwp.agent/share/native/libjdwp/InterfaceTypeImpl.c 2020-01-10 19:17:44.268252551 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -34,6 +34,9 @@ return sharedInvoke(in, out); } -void *InterfaceType_Cmds[] = { (void *)0x1 - , (void *)invokeStatic +CommandSet InterfaceType_Cmds = { + 1, "InterfaceType", + { + {invokeStatic, "InvokeMethod"} + } };