Index: benchmark/ctxswitch/JavaThread.java
===================================================================
--- benchmark/ctxswitch/JavaThread.java	(revision 2a658e9c46eb2c18d157c5a9765ce2d5f8941f8d)
+++ benchmark/ctxswitch/JavaThread.java	(revision b3f9684c9a25be0740111a2b211b65eeebd863ab)
@@ -40,6 +40,6 @@
 	}
 	public static void main(String[] args) throws InterruptedException {
-		if ( args.length > 2 ) System.exit( 1 );
-		if ( args.length == 2 ) { times = Long.parseLong(args[1]); }
+		if ( args.length > 1 ) System.exit( 1 );
+		if ( args.length == 1 ) { times = Long.parseLong(args[0]); }
 
 		for (int i = Integer.parseInt("5"); --i >= 0 ; ) {
