On Wed, 17 Nov 2021 08:53:07 GMT, Jeremy wrote:
>> This removes code that relied on consulting the Bezier control points to
>> calculate the Rectangle2D bounding box. Instead it's pretty straight-forward
>> to convert the Bezier control points into the x & y parametric equations. At
>> their m
Made colorBits and maskBits arrays dynamic so they are allocated on heap
instead of stack.
Added regression test.
-
Commit messages:
- 8277299: STACK_OVERFLOW in Java_sun_awt_shell_Win32ShellFolder2_getIconBits
Changes: https://git.openjdk.java.net/jdk/pull/6473/files
Webrev: http
On Wed, 17 Nov 2021 18:55:20 GMT, Alisen Chung wrote:
>> Adjusted the AquaLF scrollbar to account for border inset settings when
>> dragging the thumb and clicking on the track.
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
On Thu, 18 Nov 2021 13:17:16 GMT, Alexey Ivanov wrote:
> It's a little cleanup: make sure `frame` is accessed from EDT only, remove
> unused variables and imports.
I am not sure on this as those 100+ tests which accesses frame variable outside
EDT before it calls dispose is not failing in CI
On Thu, 21 Oct 2021 00:57:47 GMT, Toshio Nakamura wrote:
>> Hi,
>>
>> Could you review the fix?
>> When non-English characters were printed from JTable on MacOS,
>> CTextPipe.doDrawGlyphs was called by OSXSurfaceData.drawGlyphs. However,
>> CTextPipe seems not support glyph with slot number of
Here are the code changes for the "Deprecate finalizers in the standard Java
API" portion of JEP 421 ("Deprecate Finalization for Removal") for code review.
This change makes the indicated deprecations, and updates the API spec for JEP
421. It also updates the relevant @SuppressWarning annotatio
On Thu, 18 Nov 2021 19:04:05 GMT, Alexander Zuev wrote:
> Add component accessibility peer
@forantar please review
@pankaj-bansal please review
-
PR: https://git.openjdk.java.net/jdk/pull/6462
Add component accessibility peer
-
Commit messages:
- JDK-8264297: Create implementation for NSAccessibilityProgressIndicator
protocol peer
Changes: https://git.openjdk.java.net/jdk/pull/6462/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6462&range=00
Issue: https:
On Thu, 18 Nov 2021 05:36:29 GMT, Sergey Bylokhov wrote:
>> Andrey Turbanov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8274893: Update java.desktop classes to use try-with-resources
>> fix review comments
>
> src/java.desktop/shar
> 8274893: Update java.desktop classes to use try-with-resources
Andrey Turbanov has updated the pull request incrementally with one additional
commit since the last revision:
8274893: Update java.desktop classes to use try-with-resources
fix review comments
-
Changes:
- all:
On Thu, 18 Nov 2021 05:30:59 GMT, Sergey Bylokhov wrote:
>> Andrey Turbanov has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - 8274893: Update java.desktop classes to use try-with-resources
>>close nested resources too
>> - [PATCH] U
On Wed, 10 Nov 2021 18:45:12 GMT, Sergey Bylokhov wrote:
> The bug occurs more often if initially the window is moved partly outside of
> the first screen(let's name this part as the invisible part), and then slowly
> moved to the second screen where that invisible part became visible on the
>
On Thu, 18 Nov 2021 13:17:16 GMT, Alexey Ivanov wrote:
> It's a little cleanup: make sure `frame` is accessed from EDT only, remove
> unused variables and imports.
I've been working with this test, I found what seemed wrong and so I decided to
fix it.
I'm sure there are many tests which acces
On Wed, 17 Nov 2021 00:57:47 GMT, Alexander Zuev wrote:
> Before the new JList accessibility peer implementation sending popup closed
> event to the combobox popup could trigger the native memory access error due
> to the events arriving in the wrong order. After new implementation is done
> it i
On Thu, 18 Nov 2021 13:17:16 GMT, Alexey Ivanov wrote:
> It's a little cleanup: make sure `frame` is accessed from EDT only, remove
> unused variables and imports.
I guess there's probably 100+ tests in swing that access frame outside EDT
before it calls dispose ex.
Action/8133039/bug8133039
On Thu, 18 Nov 2021 15:09:34 GMT, Prasanta Sadhukhan
wrote:
> Fixed compilation issue.
Single char typo. Wow. Thumbs up.
-
Marked as reviewed by dcubed (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6458
On Thu, 18 Nov 2021 15:09:34 GMT, Prasanta Sadhukhan
wrote:
> Fixed compilation issue.
This pull request has now been integrated.
Changeset: 276bfcd1
Author:Prasanta Sadhukhan
URL:
https://git.openjdk.java.net/jdk/commit/276bfcd1a115f90dde644abef79d64bb61788c75
Stats: 1 line in
Fixed compilation issue.
-
Commit messages:
- 8277407: javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java fails
to compile after JDK-8276058
Changes: https://git.openjdk.java.net/jdk/pull/6458/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6458&range=00
Is
It's a little cleanup: make sure `frame` is accessed from EDT only, remove
unused variables and imports.
-
Commit messages:
- JDK-8277396: [TESTBUG] In DefaultButtonModelCrashTest.java, frame is
accessed from main thread
Changes: https://git.openjdk.java.net/jdk/pull/6455/files
W
On Thu, 18 Nov 2021 13:17:16 GMT, Alexey Ivanov wrote:
> It's a little cleanup: make sure `frame` is accessed from EDT only, remove
> unused variables and imports.
test/jdk/javax/swing/DefaultButtonModel/DefaultButtonModelCrashTest.java line
24:
> 22: */
> 23:
> 24: /*
With double asterisk
On Thu, 14 Oct 2021 07:47:33 GMT, Andrey Turbanov wrote:
> Non-static classes hold a link to their parent classes, which in many cases
> can be avoided.
> I updated only private and package-private classes. Didn't touch
> public/protected to not break external code.
> Similar cleanup in java.ba
21 matches
Mail list logo