Skip to content

Instantly share code, notes, and snippets.

@plus7
Created February 7, 2011 01:27
Show Gist options
  • Save plus7/813894 to your computer and use it in GitHub Desktop.
Save plus7/813894 to your computer and use it in GitHub Desktop.
ahya@debian:~/work/NPB3.0/NPB3.0-RUB$ which jruby
/usr/local/jruby-1.6.0.RC1/bin/jruby
ahya@debian:~/work/NPB3.0/NPB3.0-RUB$ jruby --version
jruby 1.6.0.RC1 (ruby 1.8.7 patchlevel 330) (2011-01-10 769f847) (OpenJDK Client VM 1.6.0_18) [linux-i386-java]
ahya@debian:~/work/NPB3.0/NPB3.0-RUB$ jruby -d LU.rb -CLASSS -serial
warning: could not compile: LU.rb because of: "Unknown constant tag 111 in class file LU"
java.lang.ClassFormatError: Unknown constant tag 111 in class file LU
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at org.jruby.util.JRubyClassLoader.defineClass(JRubyClassLoader.java:76)
at org.jruby.compiler.impl.StandardASMCompiler.loadClass(StandardASMCompiler.java:205)
at org.jruby.Ruby.tryCompile(Ruby.java:653)
at org.jruby.Ruby.tryCompile(Ruby.java:625)
at org.jruby.Ruby.runNormally(Ruby.java:569)
at org.jruby.Ruby.runFromMain(Ruby.java:421)
at org.jruby.Main.run(Main.java:304)
at org.jruby.Main.run(Main.java:144)
at org.jruby.Main.main(Main.java:113)
LU.rb:1920 warning: instance variable @BMName not initialized
NAS Parallel Benchmarks Ruby version (NPB3_0_RUB)
Serial Version LU.S
LU: Iterations=50 dt=0.5
Time step 1
Time step 2
Time step 3
Time step 4
Time step 5
org.jruby.compiler.NotCompilableException: JITed method size exceeds configured max of 10000
at org.jruby.compiler.JITCompiler$JITClassGenerator.compile(JITCompiler.java:321)
at org.jruby.compiler.JITCompiler$JITClassGenerator.generate(JITCompiler.java:343)
at org.jruby.util.ClassCache.defineClass(ClassCache.java:122)
at org.jruby.util.ClassCache.cacheClassByKey(ClassCache.java:91)
at org.jruby.compiler.JITCompiler.jitThresholdReached(JITCompiler.java:134)
at org.jruby.compiler.JITCompiler.jitIsEnabled(JITCompiler.java:96)
at org.jruby.compiler.JITCompiler.tryJIT(JITCompiler.java:86)
at org.jruby.internal.runtime.methods.DefaultMethod.tryJitReturnMethod(DefaultMethod.java:138)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:107)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:363)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:293)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyRange.fixnumEach(RubyRange.java:430)
at org.jruby.RubyRange.each(RubyRange.java:403)
at org.jruby.RubyRange$i_method_0_0$RUBYINVOKER$each.call(org/jruby/RubyRange$i_method_0_0$RUBYINVOKER$each.gen:65535)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:112)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:118)
at org.jruby.ast.ForNode.interpret(ForNode.java:111)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:107)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:363)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:293)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyRange.fixnumEach(RubyRange.java:430)
at org.jruby.RubyRange.each(RubyRange.java:403)
at org.jruby.RubyRange$i_method_0_0$RUBYINVOKER$each.call(org/jruby/RubyRange$i_method_0_0$RUBYINVOKER$each.gen:65535)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:272)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:114)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:118)
at org.jruby.ast.ForNode.interpret(ForNode.java:111)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.IfNode.interpret(IfNode.java:117)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:184)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:282)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:115)
at org.jruby.Ruby.runInterpreter(Ruby.java:729)
at org.jruby.Ruby.runInterpreter(Ruby.java:737)
at org.jruby.Ruby.runNormally(Ruby.java:589)
at org.jruby.Ruby.runFromMain(Ruby.java:421)
at org.jruby.Main.run(Main.java:304)
at org.jruby.Main.run(Main.java:144)
at org.jruby.Main.main(Main.java:113)
org.jruby.compiler.NotCompilableException: JITed method size exceeds configured max of 10000
at org.jruby.compiler.JITCompiler$JITClassGenerator.compile(JITCompiler.java:321)
at org.jruby.compiler.JITCompiler$JITClassGenerator.generate(JITCompiler.java:343)
at org.jruby.util.ClassCache.defineClass(ClassCache.java:122)
at org.jruby.util.ClassCache.cacheClassByKey(ClassCache.java:91)
at org.jruby.compiler.JITCompiler.jitThresholdReached(JITCompiler.java:134)
at org.jruby.compiler.JITCompiler.jitIsEnabled(JITCompiler.java:96)
at org.jruby.compiler.JITCompiler.tryJIT(JITCompiler.java:86)
at org.jruby.internal.runtime.methods.DefaultMethod.tryJitReturnMethod(DefaultMethod.java:138)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:154)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:69)
at org.jruby.ast.FCallManyArgsNode.interpret(FCallManyArgsNode.java:60)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:107)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:363)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:293)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyRange.fixnumEach(RubyRange.java:430)
at org.jruby.RubyRange.each(RubyRange.java:403)
at org.jruby.RubyRange$i_method_0_0$RUBYINVOKER$each.call(org/jruby/RubyRange$i_method_0_0$RUBYINVOKER$each.gen:65535)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:112)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:118)
at org.jruby.ast.ForNode.interpret(ForNode.java:111)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:107)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:363)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:293)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyRange.fixnumEach(RubyRange.java:430)
at org.jruby.RubyRange.each(RubyRange.java:403)
at org.jruby.RubyRange$i_method_0_0$RUBYINVOKER$each.call(org/jruby/RubyRange$i_method_0_0$RUBYINVOKER$each.gen:65535)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:272)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:114)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:118)
at org.jruby.ast.ForNode.interpret(ForNode.java:111)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.IfNode.interpret(IfNode.java:117)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:184)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:282)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:115)
at org.jruby.Ruby.runInterpreter(Ruby.java:729)
at org.jruby.Ruby.runInterpreter(Ruby.java:737)
at org.jruby.Ruby.runNormally(Ruby.java:589)
at org.jruby.Ruby.runFromMain(Ruby.java:421)
at org.jruby.Main.run(Main.java:304)
at org.jruby.Main.run(Main.java:144)
at org.jruby.Main.main(Main.java:113)
org.jruby.compiler.NotCompilableException: JITed method size exceeds configured max of 10000
at org.jruby.compiler.JITCompiler$JITClassGenerator.compile(JITCompiler.java:321)
at org.jruby.compiler.JITCompiler$JITClassGenerator.generate(JITCompiler.java:343)
at org.jruby.util.ClassCache.defineClass(ClassCache.java:122)
at org.jruby.util.ClassCache.cacheClassByKey(ClassCache.java:91)
at org.jruby.compiler.JITCompiler.jitThresholdReached(JITCompiler.java:134)
at org.jruby.compiler.JITCompiler.jitIsEnabled(JITCompiler.java:96)
at org.jruby.compiler.JITCompiler.tryJIT(JITCompiler.java:86)
at org.jruby.internal.runtime.methods.DefaultMethod.tryJitReturnMethod(DefaultMethod.java:138)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:137)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:107)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:363)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:293)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyRange.fixnumEach(RubyRange.java:430)
at org.jruby.RubyRange.each(RubyRange.java:403)
at org.jruby.RubyRange$i_method_0_0$RUBYINVOKER$each.call(org/jruby/RubyRange$i_method_0_0$RUBYINVOKER$each.gen:65535)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:272)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:114)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:118)
at org.jruby.ast.ForNode.interpret(ForNode.java:111)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.IfNode.interpret(IfNode.java:117)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:184)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:282)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:115)
at org.jruby.Ruby.runInterpreter(Ruby.java:729)
at org.jruby.Ruby.runInterpreter(Ruby.java:737)
at org.jruby.Ruby.runNormally(Ruby.java:589)
at org.jruby.Ruby.runFromMain(Ruby.java:421)
at org.jruby.Main.run(Main.java:304)
at org.jruby.Main.run(Main.java:144)
at org.jruby.Main.main(Main.java:113)
org.jruby.compiler.NotCompilableException: JITed method size exceeds configured max of 10000
at org.jruby.compiler.JITCompiler$JITClassGenerator.compile(JITCompiler.java:321)
at org.jruby.compiler.JITCompiler$JITClassGenerator.generate(JITCompiler.java:343)
at org.jruby.util.ClassCache.defineClass(ClassCache.java:122)
at org.jruby.util.ClassCache.cacheClassByKey(ClassCache.java:91)
at org.jruby.compiler.JITCompiler.jitThresholdReached(JITCompiler.java:134)
at org.jruby.compiler.JITCompiler.jitIsEnabled(JITCompiler.java:96)
at org.jruby.compiler.JITCompiler.tryJIT(JITCompiler.java:86)
at org.jruby.internal.runtime.methods.DefaultMethod.tryJitReturnMethod(DefaultMethod.java:138)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:154)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:69)
at org.jruby.ast.FCallManyArgsNode.interpret(FCallManyArgsNode.java:60)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:107)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:363)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:293)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyRange.fixnumEach(RubyRange.java:430)
at org.jruby.RubyRange.each(RubyRange.java:403)
at org.jruby.RubyRange$i_method_0_0$RUBYINVOKER$each.call(org/jruby/RubyRange$i_method_0_0$RUBYINVOKER$each.gen:65535)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:272)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:114)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:118)
at org.jruby.ast.ForNode.interpret(ForNode.java:111)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.IfNode.interpret(IfNode.java:117)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:184)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:282)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:115)
at org.jruby.Ruby.runInterpreter(Ruby.java:729)
at org.jruby.Ruby.runInterpreter(Ruby.java:737)
at org.jruby.Ruby.runNormally(Ruby.java:589)
at org.jruby.Ruby.runFromMain(Ruby.java:421)
at org.jruby.Main.run(Main.java:304)
at org.jruby.Main.run(Main.java:144)
at org.jruby.Main.main(Main.java:113)
Time step 6
Time step 7
Time step 8
Time step 9
Time step 10
Time step 11
Time step 12
Time step 13
Time step 14
Time step 15
Time step 16
Time step 17
Time step 18
Time step 19
Time step 20
Time step 21
Time step 22
Time step 23
Time step 24
Time step 25
Time step 26
Time step 27
Time step 28
Time step 29
Time step 30
Time step 31
Time step 32
Time step 33
Time step 34
Time step 35
Time step 36
Time step 37
Time step 38
Time step 39
Time step 40
Time step 41
Time step 42
Time step 43
Time step 44
Time step 45
Time step 46
Time step 47
Time step 48
Time step 49
org.jruby.compiler.NotCompilableException: JITed method size exceeds configured max of 10000
at org.jruby.compiler.JITCompiler$JITClassGenerator.compile(JITCompiler.java:321)
at org.jruby.compiler.JITCompiler$JITClassGenerator.generate(JITCompiler.java:343)
at org.jruby.util.ClassCache.defineClass(ClassCache.java:122)
at org.jruby.util.ClassCache.cacheClassByKey(ClassCache.java:91)
at org.jruby.compiler.JITCompiler.jitThresholdReached(JITCompiler.java:134)
at org.jruby.compiler.JITCompiler.jitIsEnabled(JITCompiler.java:96)
at org.jruby.compiler.JITCompiler.tryJIT(JITCompiler.java:86)
at org.jruby.internal.runtime.methods.DefaultMethod.tryJitReturnMethod(DefaultMethod.java:138)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:103)
at org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:107)
at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:363)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336)
at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:293)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyRange.fixnumEach(RubyRange.java:430)
at org.jruby.RubyRange.each(RubyRange.java:403)
at org.jruby.RubyRange$i_method_0_0$RUBYINVOKER$each.call(org/jruby/RubyRange$i_method_0_0$RUBYINVOKER$each.gen:65535)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:272)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:114)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:118)
at org.jruby.ast.ForNode.interpret(ForNode.java:111)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.FCallNoArgNode.interpret(FCallNoArgNode.java:31)
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.IfNode.interpret(IfNode.java:117)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:141)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:262)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:105)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:70)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:184)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:282)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:139)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:103)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:115)
at org.jruby.Ruby.runInterpreter(Ruby.java:729)
at org.jruby.Ruby.runInterpreter(Ruby.java:737)
at org.jruby.Ruby.runNormally(Ruby.java:589)
at org.jruby.Ruby.runFromMain(Ruby.java:421)
at org.jruby.Main.run(Main.java:304)
at org.jruby.Main.run(Main.java:144)
at org.jruby.Main.main(Main.java:113)
Time step 50
Verification being performed for class S
Accuracy setting for epsilon = 1.0e-08
Comparison of RMS-norms of residual
0. 0.0161963432109781 0.0161963432109767 8.80410274515877e-14
1. 0.00219767451648241 0.00219767451648213 1.28860577546546e-13
2. 0.00151799276533946 0.00151799276533992 3.00264008972955e-13
3. 0.00150295844360129 0.00150295844359943 1.23759725695508e-12
4. 0.0342640731558969 0.0342640731558965 1.3770831719827e-14
Comparison of RMS-norms of solution error
0. 0.000642233199579552 0.000642233199579609 8.93044690963126e-14
1. 8.41443420473511e-05 8.41443420473479e-05 3.78497686735023e-14
2. 5.85882696165041e-05 5.85882696164852e-05 3.23035725365147e-13
3. 5.84742225951451e-05 5.84742225951573e-05 2.08708216414162e-13
4. 0.0013103347914112 0.00131033479141113 5.51064240687468e-14
Comparison of surface integral
7.84189288659371 7.84189288659371 1.1326071811291e-16
LU.S: Verification Successful
./BMInOut/BMResults.rb:42 warning: instance variable @acctime not initialized
***** NAS Parallel Benchmarks Ruby version (NPB3_0_RUB) LU *****
* Class = S *
* Size = 12X12X12 *
* Iterations = 50 *
* Time in seconds = 86.2909998893738 *
* ACCTime = *
* Mops total = 1.18550495568655 *
* Operation type = floating point *
* Verification = Successful *
* *
* Please send all errors/feedbacks to: *
* NPB Working Team *
* npb@nas.nasa.gov *
****************************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment