- File:
-
- 1 edited
-
benchmark/creation/JavaThread.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/creation/JavaThread.java
r2c3562d r2a658e9 47 47 } 48 48 public static void main(String[] args) throws InterruptedException { 49 if ( args.length > 1) System.exit( 1 );50 if ( args.length == 1 ) { times = Long.parseLong(args[0]); }49 if ( args.length > 2 ) System.exit( 1 ); 50 if ( args.length == 2 ) { times = Long.parseLong(args[1]); } 51 51 52 52 for (int i = Integer.parseInt("5"); --i >= 0 ; ) {
Note:
See TracChangeset
for help on using the changeset viewer.