Title:
I assume you mean setting a java option like -Xint to run in interpreted mode only.
The IBM JVM doesn't seem to have this option.  I am currently trying to follow this up with IBM.
-----Original Message-----
From: Michael McCallum [mailto:[EMAIL PROTECTED]]
Sent: 22 April 2001 02:34
To: [EMAIL PROTECTED]
Subject: Re: RegExp and AIX

Does this happen if you disable the JITC?


Perhaps should send them (IBM team) a bug report if not.


Michael


On 20 Apr 2001, at 17:04, Ian Beaumont wrote:


Has anyone run under AIX. Doing the following import org.apache.regexp.*; public class RETest {

 public RETest() {  }

 public static void main (String args[])   {  try  {  RECompiler compiler = new RECompiler();  REProgram compiledParameterFinderRE = compiler.compile("(%)(\\d)");  System.out.println("RE Compiled");  }  catch (RESyntaxException e)  {  e.printStackTrace();  }   System.out.println("Finished");  }

with version 1.2, gives me: Exception in thread "main" java.lang.Error: Internal error!  at org.apache.regexp.RECompiler.atom(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.atom(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.terminal(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.closure(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.branch(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.expr(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.terminal(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.closure(RECompiler.java(Compiled Code))  at org.apache.regexp.RECompiler.branch(RECompiler.java:1151)  at org.apache.regexp.RECompiler.expr(RECompiler.java:1203)  at org.apache.regexp.RECompiler.compile(RECompiler.java:1281)  at RETest.main(RETest.java:28)

I'm using the IBM JVM v1.3

Things work fine under Solaris, Linux and Windows.

Anyone had any AIX experiences?

Thanks

Ian Beaumont Categoric Software

Alert enabling the multichannel enterprise

+44 (0)1372 368800 tel +44 (0)1372 368801 fax +44 (0)1372 368854 direct www.categoric.com

This message is intended only for the use of the person(s) to whom it is addressed. It may contain information which is privileged and confidential. Accordingly any unauthorised use is strictly prohibited. If you are not the Intended Recipient, please contact the sender as soon as possible.

Reply via email to