Searched refs:debugExec (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRMID.java56 private static String makeOptions(boolean debugExec) { argument
58 String options = " -Dsun.rmi.server.activation.debugExec=" +
59 debugExec;
126 public static RMID createRMID(boolean debugExec) { argument
127 return createRMID(System.out, System.err, debugExec);
135 boolean debugExec)
137 return createRMID(out, err, debugExec, true,
142 boolean debugExec, boolean includePortArg,
145 String options = makeOptions(debugExec);
134 createRMID(OutputStream out, OutputStream err, boolean debugExec) argument
141 createRMID(OutputStream out, OutputStream err, boolean debugExec, boolean includePortArg, int port) argument
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java148 private static boolean debugExec; field in class:Activation
1211 if (debugExec) {
2012 debugExec = AccessController.doPrivileged(
2013 new GetBooleanAction("sun.rmi.server.activation.debugExec"));
2045 if (debugExec) {

Completed in 54 milliseconds