Re: [rvm-core] [rvm-commits] SF.net SVN: jikesrvm: [14650] rvmroot/branches/RVM-549-OpenJDK

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [rvm-core] [rvm-commits] SF.net SVN: jikesrvm: [14650] rvmroot/branches/RVM-549-OpenJDK

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 02/07/2008, gousios@...
<gousios@...> wrote:

> Revision: 14650
>           http://jikesrvm.svn.sourceforge.net/jikesrvm/?rev=14650&view=rev
>  Author:   gousios
>  Date:     2008-07-02 04:27:13 -0700 (Wed, 02 Jul 2008)
>
>  Log Message:
>  -----------
>  More changes towards compiling and avoid recompiling OpenJDK. Compilation of JikesRVM fails while compiling the core.
>
>  Modified Paths:
>  --------------
>     rvmroot/branches/RVM-549-OpenJDK/build/components/classpath.xml
>     rvmroot/branches/RVM-549-OpenJDK/build/components/openjdk.xml
>     rvmroot/branches/RVM-549-OpenJDK/build.xml
>
>  Modified: rvmroot/branches/RVM-549-OpenJDK/build/components/classpath.xml
>  ===================================================================
>  --- rvmroot/branches/RVM-549-OpenJDK/build/components/classpath.xml     2008-07-02 08:24:11 UTC (rev 14649)
>  +++ rvmroot/branches/RVM-549-OpenJDK/build/components/classpath.xml     2008-07-02 11:27:13 UTC (rev 14650)
>  @@ -233,6 +233,7 @@
>        <arg value="--enable-jni"/>
>        <arg value="--disable-plugin"/>
>        <arg value="--disable-gconf-peer"/>
>  +      <arg value="--disable-examples"/>
>        <arg line="${cp.enable.gtk-peer}${cp.enable.portable-native-sync}${cp.disable.alsa}${cp.cppflags}"/>
>      </exec>
>      <exec executable="${make.exe}" failonerror="true" dir="${classpath.dir}">
>
>  Modified: rvmroot/branches/RVM-549-OpenJDK/build/components/openjdk.xml
>

Any particular reason you turned off Classpath's examples?
--
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Jikesrvm-core mailing list
Jikesrvm-core@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-core

Re: [rvm-core] [rvm-commits] SF.net SVN: jikesrvm: [14650] rvmroot/branches/RVM-549-OpenJDK

by Georgios Gousios :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
>>  +      <arg value="--disable-examples"/>
>>        <arg line="${cp.enable.gtk-peer}${cp.enable.portable-native-sync}${cp.disable.alsa}${cp.cppflags}"/>
>>      </exec>
>>      <exec executable="${make.exe}" failonerror="true" dir="${classpath.dir}">
>>
>>    

The examples package did not compile on my machine (cannot remember what
the error was) and since it is not a critical part of the build, I just
disabled it.

Giorgos

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Jikesrvm-core mailing list
Jikesrvm-core@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-core

Re: [rvm-core] [rvm-commits] SF.net SVN: jikesrvm: [14650] rvmroot/branches/RVM-549-OpenJDK

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 02/07/2008, Georgios Gousios <gousiosg@...> wrote:

> >
>  >>  +      <arg value="--disable-examples"/>
>  >>        <arg line="${cp.enable.gtk-peer}${cp.enable.portable-native-sync}${cp.disable.alsa}${cp.cppflags}"/>
>  >>      </exec>
>  >>      <exec executable="${make.exe}" failonerror="true" dir="${classpath.dir}">
>  >>
>  >>
>
>
> The examples package did not compile on my machine (cannot remember what
>  the error was) and since it is not a critical part of the build, I just
>  disabled it.
>
>  Giorgos
>
>
>
> Jikesrvm-core mailing list
>  Jikesrvm-core@...
>  https://lists.sourceforge.net/lists/listinfo/jikesrvm-core
>

No problem with it, other than that it was hidden in an OpenJDK patch :)
Seems like a sensible idea to me seen as they aren't used.
--
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Jikesrvm-core mailing list
Jikesrvm-core@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-core

Re: [rvm-core] [rvm-commits] SF.net SVN: jikesrvm: [14650] rvmroot/branches/RVM-549-OpenJDK

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/7/2 Andrew John Hughes <gnu_andrew@...>:

> On 02/07/2008, Georgios Gousios <gousiosg@...> wrote:
>> >
>>  >>  +      <arg value="--disable-examples"/>
>>  >>        <arg line="${cp.enable.gtk-peer}${cp.enable.portable-native-sync}${cp.disable.alsa}${cp.cppflags}"/>
>>  >>      </exec>
>>  >>      <exec executable="${make.exe}" failonerror="true" dir="${classpath.dir}">
>>  >>
>>  >>
>>
>>
>> The examples package did not compile on my machine (cannot remember what
>>  the error was) and since it is not a critical part of the build, I just
>>  disabled it.
>>
>>  Giorgos
>>
>>
>>
>> Jikesrvm-core mailing list
>>  Jikesrvm-core@...
>>  https://lists.sourceforge.net/lists/listinfo/jikesrvm-core
>>
>
> No problem with it, other than that it was hidden in an OpenJDK patch :)
> Seems like a sensible idea to me seen as they aren't used.
> --
> Andrew :-)
>
> Support Free Java!
> Contribute to GNU Classpath and the OpenJDK
> http://www.gnu.org/software/classpath
> http://openjdk.java.net
>
> PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
> Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8
>

Giorgos,

How do you plan to handle the native methods that form Sun's VM interface?
I noticed you copied some of the files across to JikesRVM, but they seem to be
the same as the originals (with native methods).

You may find:

http://blog.fuseyism.com/index.php/2008/07/28/comparing-and-contrasting-vm-interfaces/

interesting.
--
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jikesrvm-core mailing list
Jikesrvm-core@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-core
LightInTheBox - Buy quality products at wholesale price