< prev index next >

src/jdk.jdwp.agent/share/native/libjdwp/VirtualMachineImpl.c

Print this page
rev 50604 : imported patch jep181-rev1

*** 1,7 **** /* ! * Copyright (c) 1998, 2017, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 33,43 **** #include "threadControl.h" #include "SDE.h" #include "FrameID.h" static char *versionName = "Java Debug Wire Protocol (Reference Implementation)"; ! static int majorVersion = 9; /* JDWP major version */ static int minorVersion = 0; /* JDWP minor version */ static jboolean version(PacketInputStream *in, PacketOutputStream *out) { --- 33,43 ---- #include "threadControl.h" #include "SDE.h" #include "FrameID.h" static char *versionName = "Java Debug Wire Protocol (Reference Implementation)"; ! static int majorVersion = 11; /* JDWP major version */ static int minorVersion = 0; /* JDWP minor version */ static jboolean version(PacketInputStream *in, PacketOutputStream *out) {
< prev index next >