Re: RFR: JDK-8151653: Hotspot build does not respect --enable-openjdk-only

2016-03-12 Thread Tim Bell
Erik: When building hotspot with closed sources present and configuring with --enable-openjdk-only, various closed parts are included in the build anyway, at least on Windows. This needs to be fixed in preparation for the new hotspot build for build output comparisons to be meaningful between

Check core dumping is enabled when set CrashOnOutOfMemoryError

2016-03-12 Thread KUBOTA Yuji
Hi everyone. When set -XX:+CrashOnOutOfMemoryError, I think we should know whether core dumping has been enabled or not before launching process to prevent lack of information for after-the-fact analysis. So I create a patch to check the core dumping, please review it. I do not have an account of

Re: RFR: JDK-8151709: jhsdb should show help message in SALauncher.

2016-03-12 Thread Yasumasa Suenaga
I updated webrev: http://cr.openjdk.java.net/~ysuenaga/JDK-8151709/webrev.01/ I added changes for JInfo.java because help message is shown in twice. Please review. Thanks, Yasumasa On 2016/03/11 22:26, Yasumasa Suenaga wrote: > Hi all, > > jhsdb shows error message in each tool impleman