Searched defs:isCore (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java57 private boolean isCore; field in class:BsdDebuggerLocal
227 if (isCore) {
263 debugger.isCore = false;
280 isCore = true;
293 if (isCore) {
362 if (isCore) {
460 if (isCore) {
533 if (isCore) {
568 if (isCore) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java55 private boolean isCore; field in class:LinuxDebuggerLocal
225 if (isCore) {
261 debugger.isCore = false;
278 isCore = true;
291 if (isCore) {
360 if (isCore) {
453 if (isCore) {
526 if (isCore) {
561 if (isCore) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java60 private boolean isCore; field in class:WindbgDebuggerLocal
154 isCore = false;
162 isCore = true;
430 String msg = (isCore)? "already attached to a Dr. Watson dump!" :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java133 isCore = false;
143 isCore = true;
368 if (isCore) {
427 if (isCore && (threadListCache != null)) {
432 if (isCore) {
457 if (isCore && ((res = (CFrame) topFrameCache.get(thread)) != null)) {
467 if (isCore) {
546 if (isCore) {
703 private boolean isCore; field in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java657 public boolean isCore() { method in class:VM
679 Assert.that(!isCore(), "noncore builds only");

Completed in 2146 milliseconds