--- old/src/jdk.jdwp.agent/share/native/libjdwp/StringReferenceImpl.c 2020-01-10 19:18:03.890665410 +0000 +++ new/src/jdk.jdwp.agent/share/native/libjdwp/StringReferenceImpl.c 2020-01-10 19:18:03.200650892 +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 @@ -56,5 +56,9 @@ return JNI_TRUE; } -void *StringReference_Cmds[] = { (void *)0x1 - ,(void *)value}; +CommandSet StringReference_Cmds = { + 1, "StringReference", + { + {value, "Value"} + } +};