RFR: 8231558: [macos] Platform.exit causes assertion error on macOS 10.15 or later [v2]

Kevin Rushforth kcr at openjdk.java.net
Mon Jun 28 12:41:05 UTC 2021


On Sun, 27 Jun 2021 13:16:40 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

>> Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix value of ERROR_TIMEOUT constant per code review
>
> tests/system/src/test/java/test/launchertest/Constants.java line 70:
> 
>> 68:     static final int ERROR_ASSERTION_FAILURE = 28;
>> 69: 
>> 70:     static final int ERROR_TIMEOUT = 28;
> 
> Should not this be assigned error code 29 instead of 28?

Yes, thanks for catching this. I fixed it.

-------------

PR: https://git.openjdk.java.net/jfx/pull/540


More information about the openjfx-dev mailing list