Bug 691 : "failed assertion `type && lit && "null" when compiling
Last modified: 2007-11-23 17:29




Status:
RESOLVED
Resolution:
WONTFIX -
Priority:
P2
Severity:
normal

 

Reporter:
Frank Dellaert
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2007-11-23 14:13
I was converting my pde tabs to .java files, and all was going smoothly, but I then
encountered a compiler error,

/SourceCache/jikes/jikes-9/jikes/src/bytecode.h:783: failed assertion `type && lit && "null
argument to RegisterClass"'

/SourceCache/jikes/jikes-9/jikes/src/bytecode.h:783: failed assertion `type && lit && "null
argument to RegisterClass"'

and a request to submit the code. Unfortunately, I have no idea which code triggered the
error, but I can send you all the code in a zip file if you like.
Additional Comment #1 From fry 2007-11-23 17:29
thanks for posting. basically it's just a jikes bug, not much we can do
about it. there's a syntax error in your code and it's not recovering
properly.

we'll be moving away from using jikes in future releases.