RFR: 8260619: Add final modifier to several DataFlavor static fields

2021-03-22 Thread Sergey Bylokhov
This request proposes changing the state of a few static constants in the DataFlavor class. The fields selectionHtmlFlavor/fragmentHtmlFlavor/allHtmlFlavor added to the java.awt.datatransfer.DataFlavor class in JDK8 were not marked as final as are other similar constants in this class. See

Re: Clarification regarding PageFormat and Paper getImageable* functions orientation consideration

2021-03-22 Thread Philip Race
Wrong list. That is a 2D API. -phil. On 3/22/21 12:09 PM, Rajat Mahajan wrote: Hi all, *_Issue:_* *__* I am working on https://bugs.openjdk.java.net/browse/JDK-8203395  and this bug is about *“PageFormat showing wrong printer margins in

Clarification regarding PageFormat and Paper getImageable* functions orientation consideration

2021-03-22 Thread Rajat Mahajan
Hi all, Issue: I am working on https://bugs.openjdk.java.net/browse/JDK-8203395 and this bug is about "PageFormat showing wrong printer margins in LANDSCAPE orientation" . Application code it trying to print in Landscape and Portrait but both show same margins: Margins default : 12,12,17,17

Integrated: 8261785: Calling "main" method in anonymous nested class crashes the JVM

2021-03-22 Thread Henry Jen
On Sun, 14 Mar 2021 23:34:55 GMT, Henry Jen wrote: > This patch ensure launcher won't crash JVM for the new static Methods from > local/anonymous class on MacOS. > > As @dholmes-ora pointed out in the analysis, this is a MacOS specific bug > when the launcher trying to grab class name to be

Re: RFR: 8263928: Add JAWT test files for mac [v2]

2021-03-22 Thread Jayathirth D V
On Mon, 22 Mar 2021 07:51:44 GMT, Prasanta Sadhukhan wrote: >> JAWT has testcase for windows and linux but no testcase is provided for mac. >> We need to have a JAWT based testcase for mac, in similar lines to windows >> and linux. > > Prasanta Sadhukhan has updated the pull request

Re: RFR: 8263928: Add JAWT test files for mac [v2]

2021-03-22 Thread Prasanta Sadhukhan
> JAWT has testcase for windows and linux but no testcase is provided for mac. > We need to have a JAWT based testcase for mac, in similar lines to windows > and linux. Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: fix

RFR: 8263928: Add JAWT test files for mac

2021-03-22 Thread Prasanta Sadhukhan
JAWT has testcase for windows and linux but no testcase is provided for mac. We need to have a JAWT based testcase for mac, in similar lines to windows and linux. - Commit messages: - fix - Add JAWT mac files Changes: https://git.openjdk.java.net/jdk/pull/3112/files Webrev: