On Tue, 20 Feb 2024 07:21:18 GMT, Sergey Bylokhov wrote:
>> This how it is done in
>> [RepaintManager](https://github.com/openjdk/jdk/blob/69a11c7f7ea7c4195a8ee56391bdf04c75bd8156/src/java.desktop/share/classes/javax/swing/RepaintManager.java#L1711),
>> it uses background color of the componen
On Tue, 20 Feb 2024 05:36:55 GMT, Tejesh R wrote:
>> Since this is an intermediate buffer its content should not affect the
>> rendering, so it should contain only the image rendered by the component
>> itself.
>
> This how it is done in
> [RepaintManager](https://github.com/openjdk/jdk/blob/
On Wed, 14 Feb 2024 14:06:15 GMT, Alexey Ivanov wrote:
>> The `test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java` displays a
>> single *Print* button as its test UI. To simplify the UI, I used the new
>> `splitUI` method from #17845.
>>
>> In addition to it, I refactored the test:
>>
On Tue, 20 Feb 2024 05:34:00 GMT, Sergey Bylokhov wrote:
>> src/java.desktop/share/classes/javax/swing/BufferStrategyPaintManager.java
>> line 252:
>>
>>> 250:
>>> g2d.setBackground(paintingComponent.getBackground());
>>> 251: g2d.clearRect(x, y, w, h);
On Tue, 20 Feb 2024 05:17:04 GMT, Sergey Bylokhov wrote:
>> Tejesh R has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Frame dispose moved into EDT
>
> src/java.desktop/share/classes/javax/swing/BufferStrategyPaintManager.java
> line 252:
On Mon, 12 Feb 2024 05:38:17 GMT, Tejesh R wrote:
>> This is happening in linux where `BuffereStrategyPaintManager` is used to
>> paint to offscreen. Here `bsg` bufferStrategy SunGraphics2D is used to paint
>> to offscreen where the background is not refreshed, which does only clipping
>> and
On Mon, 12 Feb 2024 05:38:17 GMT, Tejesh R wrote:
>> This is happening in linux where `BuffereStrategyPaintManager` is used to
>> paint to offscreen. Here `bsg` bufferStrategy SunGraphics2D is used to paint
>> to offscreen where the background is not refreshed, which does only clipping
>> and
On Wed, 14 Feb 2024 18:09:15 GMT, Per Minborg wrote:
>> This PR proposes to remove the use of `Unsafe` in the class
>> `XEmbeddingContainer ` and replace it with the supported FFM API.
>>
>> I tried to make this PR as small as possible while opening up for migration
>> of other classes later o
On Thu, 15 Feb 2024 12:19:31 GMT, Magnus Ihse Bursie wrote:
> Since jcheck only checks file in a commit, there is a possibility of us
> getting files in the repository that would not be accepted by jcheck. This
> can happen when extending the set of files checked by jcheck, or if jcheck
> chan
On Fri, 8 Dec 2023 05:52:46 GMT, vtstydev wrote:
> More correct way to take in consideration nonzero PHYSICALOFFSETX,
> PHYSICALOFFSETY of device for banded-raster printing loop. Only on Windows
> platform under certain conditions real device prints shifted image on paper.
This pull request ha
In AccessBridgeJavaEntryPoints.cpp we have a couple of exception checks with
potential early returns. Those miss ReleaseStringChars .
-
Commit messages:
- JDK-8326140
Changes: https://git.openjdk.org/jdk/pull/17915/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17915&range
On Mon, 19 Feb 2024 13:04:47 GMT, Matthias Baesken wrote:
> In AccessBridgeJavaEntryPoints.cpp we have a couple of exception checks with
> potential early returns. Those miss ReleaseStringChars .
btw there might be further room for improvement / simplification. The current
macro code blocks lo
On Wed, 14 Feb 2024 14:06:15 GMT, Alexey Ivanov wrote:
>> The `test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java` displays a
>> single *Print* button as its test UI. To simplify the UI, I used the new
>> `splitUI` method from #17845.
>>
>> In addition to it, I refactored the test:
>>
On Wed, 14 Feb 2024 13:22:48 GMT, Alexey Ivanov wrote:
> This enhancement adds three methods to `PassFailJFrame.Builder`:
>
> 1. **`splitUIRight`** to display test UI to the right of the instructions;
> 2. **`splitUIBottom`** to display test UI to the bottom of the instructions;
> 3. `splitUI`:
On Sun, 21 Jan 2024 07:58:11 GMT, Julian Waters wrote:
>> We should set the -permissive- flag for the Microsoft Visual C compiler, as
>> was requested by the now backed out
>> [JDK-8241499](https://bugs.openjdk.org/browse/JDK-8241499). Doing so makes
>> the Visual C compiler much less acceptin
On Fri, 16 Feb 2024 21:30:21 GMT, Alisen Chung wrote:
>> Root cause of the test failure was fixed with
>> https://bugs.openjdk.org/browse/JDK-8316931, updating this test since the
>> other fix also included a test update.
>
> Alisen Chung has updated the pull request incrementally with one addi
On Mon, 19 Feb 2024 06:02:10 GMT, Prasanta Sadhukhan
wrote:
> guess you can do "\integrate" for us to "sponsor"
Or rather, @vtstydev, issue the
[`/integrate`](https://wiki.openjdk.org/display/SKARA/Pull+Request+Commands#PullRequestCommands-/integrate)
command to integrate the fix. Someone wil
17 matches
Mail list logo