view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 19943:6a0692faf9fd

Ignore -Xbatch when the thread is in the middle of class loading
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 18 Mar 2015 10:01:25 -0700
parents ff3136ecb5a7
children
line wrap: on
line source

function main() {  
  println("Hello World!");  
}