On Tue, 2 Apr 2024 15:45:59 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> This is a retake on https://github.com/openjdk/jdk/pull/15096.
> 
> I tried to fix the remaining issues in that PR, but could not push them. In 
> the end, it seemed easier to create a new branch in my own personal fork.
> 
> The majority of the work in this PR has been done by @TheShermanTanker. I 
> have stepped in and fixed the remaining comments, reverted some additional 
> unneeded changed code, and also tried to minimize code duplication in 
> `awt_PrintJob.cpp`.

Looks good. Thanks for taking this up for me! In the future I hope @prrace will 
change his mind and allow the use of C++ Libraries in awt (awt already depends 
on the C++ Standard Library on Windows, verifiable if you run dumpbin 
-DEPENDENTS on it), because I have a change in mind relying on RAII that would 
look much cleaner and neater

-------------

Marked as reviewed by jwaters (Committer).

PR Review: https://git.openjdk.org/jdk/pull/18584#pullrequestreview-1975384014

Reply via email to