--- old/src/jdk.jdwp.agent/share/native/libjdwp/FieldImpl.c 2020-01-10 19:17:41.839201444 +0000 +++ new/src/jdk.jdwp.agent/share/native/libjdwp/FieldImpl.c 2020-01-10 19:17:41.145186842 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2003, 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 @@ -25,4 +25,8 @@ #include "FieldImpl.h" -void *Field_Cmds[] = { (void *)0x0 }; +CommandSet Field_Cmds = { + 0, "Field", + { + } +};