Friday, August 8, 2008

hotspot compiler error work-around addendum

There is a bug in running some ADF programs in OAS 10.1.3.1 in the default installation. The fix involves giving the JVM a parameter of
-XX:CompileCommand=exclude,oracle/sql/NUMBER,toBytes

But when I tried this in the opmn.xml, the hotspot compiler did not seem to recognize this exclude command. Very odd. There are alternate fixes to this problem however...like upgrading your JDK.

No comments: