diff -r ebfddc82b8bb -r 439c4057517f compiler/benchmarks/PPCLRPParser_johanfabry_39.st --- a/compiler/benchmarks/PPCLRPParser_johanfabry_39.st Mon Aug 24 22:32:15 2015 +0100 +++ b/compiler/benchmarks/PPCLRPParser_johanfabry_39.st Mon Aug 24 23:42:53 2015 +0100 @@ -64,7 +64,7 @@ ]. compiled := (self methodizeBlock: aBlockNode withArguments: keys) compiledMethod. - retval := compiled valueWithReceiver: Object new arguments: {aDictionary}. + retval := compiled valueWithReceiver: Object new options: {aDictionary}. ^retval. !