Re: [rvm-research] Building jikes statically
Robin Garner <[email protected]>
| Newsgroups | gmane.comp.java.jikes.rvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Not that I've tried to do this myself, but I would imagine it *might* be possible to build the boot image runner statically with the right combination of flags. I'm not sure that would get you very far, because - The boot image runner's purpose is to load the 3 RVM image files and then transfer control to them, ie a kind of dynamic linking. - JNI fundamentally requires dynamic linking. The class library initializers call System.loadLibrary to access their native components. What are you trying to accomplish ? On 08/07/14 04:49, Nisha nisha wrote: > Hello, > I want to build jikes statically. Is there any option in the building > script to specify the flags? If not what files need to be changed? I > tried specifying the parameters in classpath.xml file but the code was > not statically build. > > Thanks in advance. > Nisha > > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > > > > _______________________________________________ > Jikesrvm-researchers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers > ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft