src/share/vm/prims/jvm.h

changeset 4569
41d73c9b30a8
parent 4499
815957d0203e
child 4818
1916ca1dec2f
equal deleted inserted replaced
4563:3a88007634b0 4569:41d73c9b30a8
1557 * 1557 *
1558 * When a new bit is added in a minor or update release, make sure 1558 * When a new bit is added in a minor or update release, make sure
1559 * the new bit is also added in the main/baseline. 1559 * the new bit is also added in the main/baseline.
1560 */ 1560 */
1561 unsigned int is_attachable : 1; 1561 unsigned int is_attachable : 1;
1562 unsigned int is_kernel_jvm : 1; 1562 unsigned int : 31;
1563 unsigned int : 30;
1564 unsigned int : 32; 1563 unsigned int : 32;
1565 unsigned int : 32; 1564 unsigned int : 32;
1566 } jvm_version_info; 1565 } jvm_version_info;
1567 1566
1568 #define JVM_VERSION_MAJOR(version) ((version & 0xFF000000) >> 24) 1567 #define JVM_VERSION_MAJOR(version) ((version & 0xFF000000) >> 24)

mercurial