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: question about java::lang::String::getChars


Randolph Chung wrote:

While running the libjava testsuite on hppa, I notice that at least two
tests were triggering unaligned accesses. The unaligned access happens
in java::lang::String::getChars in the copy loop. Looks like sPtr is
pointing to an unaligned address (0x50069 in this case). Is that
supposed to happen?

No. -- --Per Bothner per@bothner.com http://per.bothner.com/



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