[Bug 90] java.nio.ByteOrder.nativeOrder() raises a NullPointerException
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=90 ------- Additional Comments From [email protected] 2005-01-18 16:24 ------- Patch will be available shortly against SableVM/staging. Tested on PowerPC, waiting for svn update and build on x86. This improved test case will confirm if correct endianness computed: 8<------------------------------- import java.nio.ByteOrder; public class ByteOrderTest { public static void main(String args[]) { System.out.println("System is " + ByteOrder.nativeOrder()); } } 8<------------------------------- ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the QA contact for the bug, or are watching the QA contact.