Re: fun with memory with origin/jvm-support

2013-05-18 Thread Nicholas Clark
On Sat, May 18, 2013 at 09:03:35PM +0200, Gerd Pokorra wrote: > Hello, > > I get the same error with the -Xmx1024m flag. > > > java -Xmx1024m -cp > src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar nqp > --bootstrap --module-path=src/stage1 --setting-path=src/stage1 > --setting=NQPCORE

Re: fun with memory with origin/jvm-support

2013-05-18 Thread Gerd Pokorra
Hello, I get the same error with the -Xmx1024m flag. > java -Xmx1024m -cp src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar nqp --bootstrap --module-path=src/stage1 --setting-path=src/stage1 --setting=NQPCORE --no-regex-lib --target=classfile --output=src/stage1/QAST.class src/stage1/ge

Re: fun with memory with origin/jvm-support

2013-05-18 Thread Nicholas Clark
On Sat, May 18, 2013 at 05:17:58PM +0200, Gerd Pokorra wrote: > Hello, > > how did you fix the build of NQP for the JVM? > > I have the same problem that you reported in an other email. As I said in the e-mail: > Am Freitag, den 17.05.2013, 08:28 +0100 schrieb Nicholas Clark: > > So I can build

Re: fun with memory with origin/jvm-support

2013-05-18 Thread Gerd Pokorra
Hello, how did you fix the build of NQP for the JVM? I have the same problem that you reported in an other email. > perl ConfigureJVM.pl > make ... perl tools/build/gen-cat.pl jvm src/vm/jvm/QAST/Compiler.nqp > src/stage1/gen/QAST.nqp java -cp src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-