src/share/vm/runtime/vmStructs.cpp

changeset 791
1ee8caae33af
parent 779
6aae2f9d0294
parent 677
d95b224e9f17
child 797
f8199438385b
equal deleted inserted replaced
790:0edda524b58c 791:1ee8caae33af
1 /* 1 /*
2 * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
759 static_field(Abstract_VM_Version, _s_internal_vm_info_string, const char*) \ 759 static_field(Abstract_VM_Version, _s_internal_vm_info_string, const char*) \
760 static_field(Abstract_VM_Version, _vm_major_version, int) \ 760 static_field(Abstract_VM_Version, _vm_major_version, int) \
761 static_field(Abstract_VM_Version, _vm_minor_version, int) \ 761 static_field(Abstract_VM_Version, _vm_minor_version, int) \
762 static_field(Abstract_VM_Version, _vm_build_number, int) \ 762 static_field(Abstract_VM_Version, _vm_build_number, int) \
763 \ 763 \
764 static_field(JDK_Version, _pre_jdk16_version, bool) \ 764 static_field(JDK_Version, _current, JDK_Version) \
765 static_field(JDK_Version, _jdk_version, int) \ 765 nonstatic_field(JDK_Version, _partially_initialized, bool) \
766 nonstatic_field(JDK_Version, _major, unsigned char) \
766 \ 767 \
767 \ 768 \
768 \ 769 \
769 /*************/ \ 770 /*************/ \
770 /* Arguments */ \ 771 /* Arguments */ \

mercurial