On Fri, 9 Apr 2021 17:33:46 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Alexey Ushakov has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. The pull request contains one >> new commit since the last revision: >> >> 8258788: incorrect response to change in window insets [lanai] >> >> Perform replaceSurfaceData on insets change > > test/jdk/java/awt/Window/FullWindowContentTest/FullWindowContentRenderTest.java > line 29: > >> 27: * @key headful >> 28: * @bug 8258788 >> 29: * @summary [macosx] full window content option rendering test > > The test passed even before the fix. It's strange. Just rerun it with the following command line: jtreg -Dsun.java2d.metal=True -testjdk:/Users/user/ws/jbr-dev/build/macosx-x86_64-server-release/images/jdk-bundle/jdk-17.jdk/Contents/Home test/jdk/java/awt/Window/FullWindowContentTest/FullWindowContentRenderTest.java Test results: failed: 1 ------------- PR: https://git.openjdk.java.net/jdk/pull/3390