changeset 38089 | 9e58203ef0e2 |
parent 34226 | db9dea22fbfc |
child 40059 | c2304140ed64 |
--- a/hotspot/test/compiler/compilercontrol/share/actions/BaseAction.java Tue Apr 26 11:05:11 2016 +0200 +++ b/hotspot/test/compiler/compilercontrol/share/actions/BaseAction.java Tue Apr 26 13:22:32 2016 +0300 @@ -77,7 +77,7 @@ throw new Error("TESTBUG: incorrect argument: "+ args[1]); } } - int pid; + long pid; try { pid = ProcessTools.getProcessId(); } catch (Exception e) {