[kaffe] File order bug - Testcase
Wolfgang Baer
WBaer at gmx.de
Tue Aug 9 13:01:42 PDT 2005
Hi Dalibor,
here is the testcase. kaffe behaves differently than all other
implementations in the order the files are listed.
Just put in an empty directory, compile and run.
JDK 1.4/1.5, sablevm, jamvm, gcj 4.0 have this order:
java FileOrderBug
Name: ./FileOrderBug.class
Name: ./FileOrderBug.java
Name: ./log.000000
Name: ./log.000001
Name: ./log.000002
Name: ./log.000003
Name: ./log.000004
Name: ./log.000005
kaffe:
kaffe FileOrderBug
Name: ./log.000005
Name: ./log.000004
Name: ./log.000003
Name: ./log.000002
Name: ./log.000001
Name: ./log.000000
Name: ./FileOrderBug.java
Name: ./FileOrderBug.class
Wolfgang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileOrderBug.java
Type: text/x-java
Size: 1158 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/20050809/89d3565b/attachment-0002.java
More information about the kaffe
mailing list