Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » AMD64 processor. Did Eclipse need to do anything special? VE isn't working on it.
AMD64 processor. Did Eclipse need to do anything special? VE isn't working on it. [message #255626] Fri, 25 June 2004 11:41 Go to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Hi,

Did Eclipse need to do any special java code for working on a Linux
AMD64 system?

Someone just reported that the VE doesn't work right on it. They are
getting wierd code being generated by us. We aren't using any JNI code.
And we are using straight updates to the jdt idocuments using insert
positions and such. But code is being inserted in wierd spots from where
it should be.

int stays 32 bit in a 64 bit system in java doesn't it? We don't have to
worry about larger standard ints, do we?

Any ideas would be appreciated.

--
Thanks, Rich Kulp

Re: AMD64 processor. Did Eclipse need to do anything special? VE isn't working on it. [message #255630 is a reply to message #255626] Fri, 25 June 2004 11:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thomas_maeder.ch.ibm.com

Ints stay ints, you're right, so any pure java program shoud just work.
I figure the problem starts when you have native libraries (SWT, anyone?).

Thomas

Rich Kulp wrote:

> Hi,
>
> Did Eclipse need to do any special java code for working on a Linux
> AMD64 system?
>
> Someone just reported that the VE doesn't work right on it. They are
> getting wierd code being generated by us. We aren't using any JNI code.
> And we are using straight updates to the jdt idocuments using insert
> positions and such. But code is being inserted in wierd spots from where
> it should be.
>
> int stays 32 bit in a 64 bit system in java doesn't it? We don't have to
> worry about larger standard ints, do we?
>
> Any ideas would be appreciated.
>
Re: AMD64 processor. Did Eclipse need to do anything special? VE isn't working on it. [message #255637 is a reply to message #255630] Fri, 25 June 2004 11:57 Go to previous message
Eclipse UserFriend
Originally posted by: thomas_maeder.ch.ibm.com

Oh, and of course your VM needs to be 64bit safe (i.e. not make wrong
assumption about native datatype sizes.

Thomas Mäder wrote:

> Ints stay ints, you're right, so any pure java program shoud just work.
> I figure the problem starts when you have native libraries (SWT, anyone?).
>
> Thomas
>
> Rich Kulp wrote:
>
>> Hi,
>>
>> Did Eclipse need to do any special java code for working on a Linux
>> AMD64 system?
>>
>> Someone just reported that the VE doesn't work right on it. They are
>> getting wierd code being generated by us. We aren't using any JNI
>> code. And we are using straight updates to the jdt idocuments using
>> insert positions and such. But code is being inserted in wierd spots
>> from where it should be.
>>
>> int stays 32 bit in a 64 bit system in java doesn't it? We don't have
>> to worry about larger standard ints, do we?
>>
>> Any ideas would be appreciated.
>>
Previous Topic:RC3: Export Feature Fails
Next Topic:[JFace] Creating a filtered TreeViewer with deferred tree building
Goto Forum:
  


Current Time: Thu May 29 02:18:29 EDT 2025

Powered by FUDForum. Page generated in 0.03041 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top