Re: RFR: 8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails [v2]

2023-04-27 Thread Brent Christian
On Thu, 27 Apr 2023 13:54:53 GMT, Roger Riggs wrote: >> It appears that -Xcomp causes the relative timing of the commands to be >> disturbed enough to prevent the correct operation of the test. The test >> should not be run with -Xcomp > > Roger Riggs has updated the pull request incrementally

Re: RFR: 8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails [v2]

2023-04-27 Thread Roger Riggs
> It appears that -Xcomp causes the relative timing of the commands to be > disturbed enough to prevent the correct operation of the test. The test > should not be run with -Xcomp Roger Riggs has updated the pull request incrementally with one additional commit since the last revision: Chang

Re: RFR: 8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails

2023-04-26 Thread Brent Christian
On Tue, 25 Apr 2023 21:43:54 GMT, Roger Riggs wrote: > It appears that -Xcomp causes the relative timing of the commands to be > disturbed enough to prevent the correct operation of the test. The test > should not be run with -Xcomp Changes requested by bchristi (Reviewer). test/jdk/java/lang

RFR: 8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails

2023-04-25 Thread Roger Riggs
It appears that -Xcomp causes the relative timing of the commands to be disturbed enough to prevent the correct operation of the test. The test should not be run with -Xcomp - Commit messages: - 8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails Changes: https:/