This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Deja Vu: multiple definition of `java::lang::String::length()'?


Bryce McKinlay wrote:
> 
> Some fields (like String's count
> field) will need to be made package-private so that random CNI methods
> can get at them. However, I suspect this would be a lot easier than
> changing gcjh to put an "inline" flag on each inline method declaration.

As a matter of fact, my recent patch to merge String with Classpath did
just that to String.count, because it made StringBuffer more efficient. 
I'm still running my updated patch through bootstrap, before I resubmit
the changes Tom suggested.

-- 
This signature intentionally left boring.

Eric Blake             ebb9@email.byu.edu
  BYU student, free software programmer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]