Fix for JRUBY-2882. Handle error messages related to constructors better
[jruby.git] / bench / yarv / bm_vm1_const.rb
blob3e395d9478d2776d705d6760a2a28942acaab90a
1 Const = 1
3 i = 0
4 while i<30000000 # while loop 1
5   i+= 1
6   j = Const
7   k = Const
8 end