On Fri, 20 May 2022 00:53:27 GMT, SWinxy wrote:
>> The current implementation creates ~750 new objects on load, and uses a
>> binary array search with a Comparable implementation. This implementation is
>> probably bad. Instead, we can use the enhanced switch feature to possibly
>> save time,
Additional position setting (LEFT_HALF) and a method to obtain bounds of test
instruction frame are added to PassFailJFrame to handle positioning of multiple
test frames.
These changes have been added as part of
[JDK-8289075](https://bugs.openjdk.org/browse/JDK-8289075) changes.
-
On Wed, 22 Jun 2022 11:42:06 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422535](https://bugs.openjdk.java.net/browse/JDK-4422535)
>> AccessibleValue implementation only accept Integers
>> The AccessibleValue implementations of the following components:
>>
>> java.a
On Wed, 22 Jun 2022 12:52:42 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
>>
>> The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
>> BoundedRangeModel.getMaximum() from getMaximumAcce
On Thu, 9 Jun 2022 07:32:29 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4516019](https://bugs.openjdk.java.net/browse/JDK-4516019)
>>
>> Clicking on the increment/decrement buttons of the spinner does not install
>> focus on the spinner or one of its focusable child
On Wed, 13 Jul 2022 07:25:32 GMT, Abhishek Kumar wrote:
>> JLabel and AbstractButton's imageUpdate method description updated.
>
> Abhishek Kumar has updated the pull request incrementally with one additional
> commit since the last revision:
>
> JLabel and AbstractButton imageUpdate method d
This is a very minor upgrade from ft 2.12.0 to 2.12.1
A good number of the changes (from upstream!) are just white space for whatever
reason.
-
Commit messages:
- 8290334
Changes: https://git.openjdk.org/jdk/pull/9524/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9524&ran
On Wed, 29 Jun 2022 06:53:29 GMT, Manukumar V S wrote:
>> java/awt/PopupMenu/PopupMenuLocation.java seems to be unstable in MacOS
>> machines, especially in MacOSX 12 machines. It seems to be a testbug as
>> adding some stability improvements fix the issue. It intermittently fails in
>> CI cau
On Fri, 10 Jun 2022 01:24:48 GMT, Jeremy wrote:
>> Previously when you drew a line that moved exactly (+0, +0) with a miter
>> stroke the Stroker class acted like a horizontal miter was appropriate. Now
>> we abort instead, so no miter is applied.
>>
>> The new unit test tests the original ste
On Thu, 9 Jun 2022 07:32:29 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4516019](https://bugs.openjdk.java.net/browse/JDK-4516019)
>>
>> Clicking on the increment/decrement buttons of the spinner does not install
>> focus on the spinner or one of its focusable child
On Wed, 22 Jun 2022 11:42:06 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422535](https://bugs.openjdk.java.net/browse/JDK-4422535)
>> AccessibleValue implementation only accept Integers
>> The AccessibleValue implementations of the following components:
>>
>> java.a
On Wed, 22 Jun 2022 12:52:42 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
>>
>> The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
>> BoundedRangeModel.getMaximum() from getMaximumAcce
On Fri, 17 Jun 2022 14:28:15 GMT, Manukumar V S wrote:
> javax/swing/JInternalFrame/Test6505027.java seems to be unstable in MacOS
> machines, especially in MacOSX 12 machines and it fails intermittently in CI
> causing some noise.
> It seems to be a testbug as adding some stability improvement
On Fri, 24 Jun 2022 05:31:33 GMT, Ajit Ghaisas wrote:
>> J2DBench test option files attached to
>> [JDK-8288948](https://bugs.openjdk.org/browse/JDK-8288948) indicate lower
>> drawing performance on macOS with Metal rendering pipeline as compared to
>> OpenGL rendering pipeline.
>>
>> **Analy
On Fri, 15 Jul 2022 19:15:52 GMT, Alexander Zuev wrote:
>> Detect the situation where we do need to perform interpolation during
>> ImageIcon
>> painting and set a hint to the rendering to perform bicubic approximation so
>> image details are preserved during transition.
>
> Alexander Zuev has u
> Detect the situation where we do need to perform interpolation during
> ImageIcon
> painting and set a hint to the rendering to perform bicubic approximation so
> image details are preserved during transition.
Alexander Zuev has updated the pull request incrementally with one additional
commit
On Mon, 11 Jul 2022 13:38:58 GMT, Artem Semenov wrote:
> @azuev-java @prrace please review this CSR ticket
> [JDK-8286674](https://bugs.openjdk.org/browse/JDK-8286674)
Before we get to that
1) You did not acknowledge this is not a backportable fix
2) I'd like you to explain why calling setSelec
> It was implemented in JetBrains Runtime a year ago and was ported &
> refactored for this PR
> It includes:
> - Bitmap glyph loading via Freetype
> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or
> bilinear-mipmap style algorithms depending on the text antialiasing h
On Fri, 15 Jul 2022 13:25:34 GMT, Nikita Gubarkov wrote:
>> It was implemented in JetBrains Runtime a year ago and was ported &
>> refactored for this PR
>> It includes:
>> - Bitmap glyph loading via Freetype
>> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or
>> bili
> It was implemented in JetBrains Runtime a year ago and was ported &
> refactored for this PR
> It includes:
> - Bitmap glyph loading via Freetype
> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or
> bilinear-mipmap style algorithms depending on the text antialiasing h
> It was implemented in JetBrains Runtime a year ago and was ported &
> refactored for this PR
> It includes:
> - Bitmap glyph loading via Freetype
> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or
> bilinear-mipmap style algorithms depending on the text antialiasing h
> It was implemented in JetBrains Runtime a year ago and was ported &
> refactored for this PR
> It includes:
> - Bitmap glyph loading via Freetype
> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or
> bilinear-mipmap style algorithms depending on the text antialiasing h
Reuse displaysync thread for subsequent updates
-
Commit messages:
- 8290344: Start/stop displaysync affects performance in metal rendering
pipeline
Changes: https://git.openjdk.org/jdk/pull/9512/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9512&range=00
Issue: https:/
On Thu, 14 Jul 2022 16:25:12 GMT, Damon Nguyen wrote:
>. I tried these but none removed the border (even though appearance changes
>for a standard JButton in testing):
>
> * arrowButton.setBorder(javax.swing.BorderFactory.createEmptyBorder());
> * arrowButton.setBorderPainted(false);
> * arrowB
On Thu, 14 Jul 2022 15:58:18 GMT, Tejesh R wrote:
> JavaDoc of _JTabbedPane.inseetTab()_ is updated. The index position to insert
> a new tab ranges from 0 to _TabCount_(Position after the last tab position),
> the same is updated from _> 0_ to _>= 0_ .
I'll raise CSR..?
-
PR
On Fri, 15 Jul 2022 06:55:54 GMT, Prasanta Sadhukhan
wrote:
> Did you check that it indeed accept 0 as a valid parameter and no exception
> is thrown? Also, you need to raise a csr for this.
Yes, I checked with 0 and have gone through the code as well. 0 position
indicates index before 1st ex
On Thu, 14 Jul 2022 15:58:18 GMT, Tejesh R wrote:
> JavaDoc of _JTabbedPane.inseetTab()_ is updated. The index position to insert
> a new tab ranges from 0 to _TabCount_(Position after the last tab position),
> the same is updated from _> 0_ to _>= 0_ .
Did you check that it indeed accept 0 as
27 matches
Mail list logo