String & StringBuffer should be removed from the DRLVM sources.
---------------------------------------------------------------
Key: HARMONY-666
URL: http://issues.apache.org/jira/browse/HARMONY-666
Project: Harmony
Type: Bug
Components: VM
Reporter: Vladimir Gorr
Currently DRLVM has own implementation of the String & StringBuffer classes.
Please remove the following files from the DRLVM sources:
trunk\vm\vmcore\src\kernel_classes\javasrc\java\lang\String.java
trunk\vm\vmcore\src\kernel_classes\javasrc\java\lang\StringBuffer.java
They have to be taken from the luni.jar instead to eliminate the ambiguity and the possible
surprises.
--
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
|