Re: Build openJDK with Developer Options

2012-05-06 Thread Xin Tong
yes, that is right. i figured out that fastdebug is the one i want. Thanks Xin On Sun, May 6, 2012 at 7:56 AM, David Holmes wrote: > On 5/05/2012 1:25 AM, Kelly O'Hair wrote: >> >> What do you consider "develop options"? > > > I'm presuming we are referring to the Hotspot "develop" flags defin

Re: Build openJDK with Developer Options

2012-05-06 Thread David Holmes
On 5/05/2012 1:25 AM, Kelly O'Hair wrote: What do you consider "develop options"? I'm presuming we are referring to the Hotspot "develop" flags defined in globals.hpp and friends. David -kto On May 4, 2012, at 3:02 AM, David Holmes wrote: On 4/05/2012 6:02 AM, Xin Tong wrote: I built o

Re: Build openJDK with Developer Options

2012-05-04 Thread Kelly O'Hair
What do you consider "develop options"? -kto On May 4, 2012, at 3:02 AM, David Holmes wrote: > On 4/05/2012 6:02 AM, Xin Tong wrote: >> I built openJDK. but i found that some of the options are not enabled. >> i.e. in my build, only product options are available, develop options >> are not. How

Re: Build openJDK with Developer Options

2012-05-04 Thread David Holmes
On 4/05/2012 6:02 AM, Xin Tong wrote: I built openJDK. but i found that some of the options are not enabled. i.e. in my build, only product options are available, develop options are not. How can I build a openJDK with the develop options enabled ? I also do not want a debug build, as the overall

Build openJDK with Developer Options

2012-05-03 Thread Xin Tong
I built openJDK. but i found that some of the options are not enabled. i.e. in my build, only product options are available, develop options are not. How can I build a openJDK with the develop options enabled ? I also do not want a debug build, as the overall performance of debug build and prod bui