1.22-1 WinXP binary : +DR=<filename> fails
Brought to you by:
cabbey,
daveshields
I was playing around with the +DR option to get a list of dependencies, and I discovered that it fails every time.
Test.java :
public class Test
{
}
From CLI :
jikes +DR=deptest.txt Test.java
Assertion failed: (! IsLocal() && ! Anonymous()) || (IsNested() && ! ACC_STATIC()), file ../../jikes/src/symbol.h, line 1110
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Problem also occurs with more complex .java files.
Am I overlooking something stunningly obvious?
Logged In: NO
I've since noticed that it also crashes when using the +U option.