RFR: JDK-8180202: -XXaltjvm is not working anymore on MacOSX

2017-05-15 Thread Kumar Srinivasan
Hi David, Please review simple fix for JDK-8180202, recall we hard coded "server", this is incorrect because the function CheckJvmType will determin the correct jvmtype based on jvm.cfg *or* path/jvmtype specified by -XXaltjvm. IMO all this needs to be cleaned up when jvm.cfg is removed. Thanks

Re: RFR: JDK-8180202: -XXaltjvm is not working anymore on MacOSX

2017-05-15 Thread David Holmes
Hi Kumar, On 15/05/2017 9:54 AM, Kumar Srinivasan wrote: Hi David, Please review simple fix for JDK-8180202, recall we hard coded "server", this is incorrect because the function CheckJvmType will determin the correct jvmtype based on jvm.cfg *or* path/jvmtype specified by -XXaltjvm. IMO all t

Re: RFR: JDK-8180202: -XXaltjvm is not working anymore on MacOSX

2017-05-15 Thread Kumar Srinivasan
Hi David, Please review simple fix for JDK-8180202, recall we hard coded "server", this is incorrect because the function CheckJvmType will determin the correct jvmtype based on jvm.cfg *or* path/jvmtype specified by -XXaltjvm. IMO all this needs to be cleaned up when jvm.cfg is removed. So

Re: RFR: JDK-8180202: -XXaltjvm is not working anymore on MacOSX

2017-05-15 Thread David Holmes
Hi Kumar, On 16/05/2017 12:21 AM, Kumar Srinivasan wrote: Hi David, Please review simple fix for JDK-8180202, recall we hard coded "server", this is incorrect because the function CheckJvmType will determin the correct jvmtype based on jvm.cfg *or* path/jvmtype specified by -XXaltjvm. IMO al