[drlvm] several NIO tests crash on DRLVM
----------------------------------------
Key: HARMONY-2285
URL: http://issues.apache.org/jira/browse/HARMONY-2285
Project: Harmony
Issue Type: Bug
Environment: winXP
Reporter: Alexei Zakharov
The following tests from the org.apache.harmony.nio.tests.java.nio.channels package cause
DRLVM (debug) crash:
DatagramChannelTest
FileChannelTest
PipeTest
SelectableChannelTest
SelectionKeyTest
SelectorTest
SocketChannelTest
SinkChannelTest
SourceChannelTest
spi/AbstractSelectableChannelTest
spi/AbstractSelectorTest
The tests pass on J9.
The exact command line to reproduce:
<harmony-repo-home>\enhanced\drlvm\trunk\build\win_ia32_msvc_debug\deploy\jre\bin\java
-verbose:gc -classpath <harmony-repo-home>\enhanced\classlib\trunk\modules\nio\bin\test;<harmony-repo-home>\enhanced\classlib\trunk\deploy\build\test\support.jar;<JUNIT_HOME>\junit.jar
junit.textui.TestRunner org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|