Searched defs:vmType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c1871 int vmType; local
1896 vmType = VM_UNKNOWN;
1921 vmType = VM_KNOWN;
1935 vmType = VM_ALIASED_TO;
1938 vmType = VM_WARN;
1940 vmType = VM_IGNORE;
1942 vmType = VM_ERROR;
1958 vmType = VM_IF_SERVER_CLASS;
1963 vmType = VM_KNOWN;
1970 if (vmType !
[all...]
/openjdk7/jdk/src/share/bin/
H A Djava.c1585 int vmType; local
1604 vmType = VM_UNKNOWN;
1626 vmType = VM_KNOWN;
1639 vmType = VM_ALIASED_TO;
1642 vmType = VM_WARN;
1644 vmType = VM_IGNORE;
1646 vmType = VM_ERROR;
1659 vmType = VM_IF_SERVER_CLASS;
1663 vmType = VM_KNOWN;
1669 if (vmType !
[all...]

Completed in 128 milliseconds