Searched refs:coreFilename (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/test/jdi/
H A Dsagclient.java68 String coreFilename = null;
92 coreFilename = args[1];
94 System.out.println( "core: " + coreFilename);
95 vm = attachCore(coreFilename, execPath);
108 private static VirtualMachine attachCore(String coreFilename, String execPath) { argument
113 connArg.setValue(coreFilename);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java41 // and coreFilename is the pathname of a core file we are
55 attachDebugger(execPath, coreFilename);
82 attach(execPath, coreFilename);
104 private String coreFilename; field in class:CLHSDB
133 coreFilename = "core";
139 coreFilename = args[1];
H A DHSDB.java79 private String coreFilename; field in class:HSDB
108 coreFilename = "core";
114 coreFilename = args[1];
127 // and coreFilename is the pathname of a core file we are
412 attach(execPath, coreFilename);
1471 attach(execPath, coreFilename);

Completed in 1306 milliseconds