[jdk17] RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-07-13 Thread Christoph Langer
Hi all, this pull request contains a backport of commit 0b09129f from the openjdk/jdk repository. The commit being backported was authored by Sergey Bylokhov on 15 Jun 2021 and was reviewed by Phil Race, Tejpal Rebari and Alexander Zvegintsev. It is a test fix only, so it should still be

Re: RFR: JDK-8255681: print callstack in error case in runAWTLoopWithApp

2020-11-03 Thread Christoph Langer
On Tue, 3 Nov 2020 08:45:20 GMT, Matthias Baesken wrote: > Currently in case of occurences of an NSException in runAWTLoopWithApp we > catch the exception just print a simple error message like this : > > 2020-10-30 15:28:33.027 java[634:8435] Apple AWT Startup Exception: Cannot > lock focus

Integrated: 8254046: Remove double semicolon introduced by JDK-8235521

2020-10-05 Thread Christoph Langer
On Mon, 5 Oct 2020 21:58:08 GMT, Christoph Langer wrote: > Please review this very minor fix to remove a double semicolon introduced by > JDK-8235521 in > src/java.desktop/share/classes/sun/awt/AWTAccessor.java. It causes an error > in my Eclipse IDE. > https://github.com/ope

RFR: 8254046: Remove double semicolon introduced by JDK-8235521

2020-10-05 Thread Christoph Langer
Please review this very minor fix to remove a double semicolon introduced by JDK-8235521 in src/java.desktop/share/classes/sun/awt/AWTAccessor.java. It causes an error in my Eclipse IDE.