JDK-8352733 : Improve RotFontBoundsTest test
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-03-24
  • Updated: 2025-06-06
  • Resolved: 2025-04-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 25 JDK 8
11.0.29-oracleFixed 17.0.17-oracleFixed 21.0.9-oracleFixed 25 b20Fixed 8u471Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The java/awt/font/TextLayout/TestRotBounds/RotFontBoundsTest.java is an applet-based test for JDK-4650997. It displays series of rotated TextLayouts. It could be hard to analyse when all 8 rotations are displayed at once.

An ability to hide and show each individual rotation will help analyse the behaviour of TextLayout.

The test should be converted to a stand-alone app which uses the PassFailJFrame framework.
Comments
Changeset: bf8a881f Branch: master Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2025-04-23 18:47:11 +0000 URL: https://git.openjdk.org/jdk/commit/bf8a881f02da14a3d47b30eaf414dea76a1c231f
23-04-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/24799 Date: 2025-04-22 20:24:04 +0000
22-04-2025