Hi Mark, DRLVM developers,

it looks like the issue HARMONY-666 to
remove String and StringBuffer was not accompanied with
corresponding update of org.apache.harmony.kernel.vm.VM
(move intern() native method from String to VM).

As I am planning to do some experiments with string interning
in DRLVM, it caught my interest and I looked into it.
The fix is attached to HARMONY-721.

By the way, there are some other issues with current state of DRLVM,
as the following smoke tests (run by 'build.sh test') fail on
Linux/ia32:

        util.DoPrivileged
        classloader.LogLoader
        classloader.SysRes

I'm going to bisect recent commits to find the failure cause.

--
Salikh Zakirov, Intel Middleware Products Division 


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 29, 2006 12:58 PM
To: [EMAIL PROTECTED]
Subject: svn commit: r417969 - in
/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/jav
asrc/java/lang: String.java StringBuffer.java

Author: hindessm
Date: Thu Jun 29 01:57:36 2006
New Revision: 417969

URL: http://svn.apache.org/viewvc?rev=417969&view=rev
Log:
Applied changes from "[#HARMONY-666] String & StringBuffer should be
removed from the DRLVM sources".

Removed:
 
incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/java
src/java/lang/String.java
 
incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/java
src/java/lang/StringBuffer.java

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to