2006/2/21, Oliver Deakin <[EMAIL PROTECTED]>:
> As a sideline, I think we should be able to move String.java out of
> kernel entirely anyway. We already have an implementation at
> modules/kernel/src/main/java/java/lang/String.java, and the only VM
> specific code in String is the intern() method. This method could simply
> be redirected to call VM.intern(String), a class which is within kernel,
> and then String.java can be moved into LUNI. It also means that the VM
> writer(s) need not implement the rest of the String class unnecessarily.
> Sound good?
Yes, it will be great!

Thanks.

--
Alexey A. Petrenko
Intel Middleware Products Division

Reply via email to