This is the mail archive of the java-patches@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]

Re: Java runtime patch: compile resource files into executables


"Anthony Green" <green@redhat.com> writes:

> The jint change isn't necessary,

Well, perhaps not on any system we're likely to support soon.
(Is there any current or likely gcc target where int is defined
as other than 32 bits?)

Perhaps the data length should actually be a jlong, since that is
what File and RandomAccessFile use for file sizes ...  For those
peopel with really large memories!
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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