launcher src/solaris/bin

Kumar Srinivasan kumar.x.srinivasan at oracle.COM
Wed Jan 4 07:27:12 PST 2012


Hi David,

> Hi Kumar,
>
> On 4/01/2012 10:50 AM, Kumar Srinivasan wrote:
>> I am planning on refactoring/layout currently in src/solaris/bin as
>> shown below. Is this correct for embedded and macosx ?
>
> You seem to have lost "arm" under linux. But for embedded we 
> dynamically rewrite jvm.cfg as part of the build anyway. I think only 
> zero may need the existing layout.
Oops missed it,  will take care of it.
>
> I hate seeing all those per-arch directories just for a jvm.cfg file :(

I'll do something about it in jdk8 there is a CR to remove it completely
4764675, if not I will have one generated as embedded does.

Thanks
Kumar

>
> David
>
>> Thanks
>> Kumar
>>
>> src/solaris/bin
>> java_md.{c,h}
>> ergo.{c,h}
>> ergo_i586.h
>> jexec.{c,h}
>> // config directories
>> amd64
>> i586
>> sparc
>> sparcv9
>>
>> src/linux/bin
>> java_md.{c,h}
>> ergo.{c,h}
>> ergo_i586.h
>> jexec.{c,h}
>> // config directories
>> amd64
>> i586
>> ia64
>> ppc
>> zero
>>
>> src/macosx/bin
>> ergo.{c,h} // maybe
>> ergo_i586.h // maybe
>> java_md.{c,h}
>> // config directories
>> universal



More information about the macosx-port-dev mailing list