On Fri, May 04, 2001 at 02:29:01PM +0200, Lars Degerstedt wrote:
> Hi all,
> 
> I get stacktraces without line numbers (just "compiled code") for
> Blackdown JDK 1.2, in spite of the fact that the source code is present. 
> 
> Any suggestions how to get the line numbers back?

Run with JIT compilation disabled:

  java -Djava.compiler= ...

Nathan

> --Lars
> 
> -------------------------
> 
> An example of a stacktrace:
> 
> java.lang.NullPointerException
>         at scin.ndbs.control.NDBControl.getText(Compiled Code)
>         at scin.uim.control.CommandHandler.getDbText(Compiled Code)
>         at scin.uim.control.CommandHandler.processNewReadInfo(Compiled
> Code)
>         at scin.uim.control.CommandHandler.processReadInfo(Compiled
> Code)
>         at scin.uim.control.UIControl.processParsedCommand(Compiled
> Code)
>         at scin.uim.control.UIControl.processSentence(Compiled Code)
>         at java.lang.reflect.Method.invoke(Native Method)
>         at tcl.lang.reflect.PkgInvoker.invokeMethod(Compiled Code)
>         at tcl.lang.JavaInvoke.call(Compiled Code)
>         at tcl.lang.JavaInvoke.callMethod(Compiled Code)
>         at tcl.lang.ReflectObject.cmdProc(Compiled Code)
>         at tcl.lang.Interp.callCommand(Compiled Code)
Content-Description: Card for Lars Degerstedt


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to