DRLVM completely broken on windows/em64t (Hello World returns 128 exit code)
due to two last commits (r523782).
$ ../trunk-debug-20070330/working_vm/build/deploy/jdk/jre/bin/java
-Xem:opt HWA ; echo $?
Hello, winx64
128
$ ../trunk-debug-20070330/working_vm/build/deploy/jdk/jre/bin/java -Xem:jet
HWA ; echo $?
Hello, winx64
128
$ ../trunk-debug-20070330/working_vm/build/deploy/jdk/jre/bin/java -Xint HWA
; echo $?
Hello, winx64
128
If I undo these commits (to revision r523751) the windows/em64t is restored.
I have related JIRA opened for this:
http://issues.apache.org/jira/browse/HARMONY-3527
Weldon, could you please undo your commits and make them windows/x86_64
compliant before returning back?
--
Vladimir Beliaev
Intel Middleware Products Division
|