[OpenJDK 2D-Dev] RFR: JDK-8218682 + JDK-8198411: [TEST_BUG] DashOffset fails in mach5 + Two java2d tests are unstable in mach5

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu Feb 14 22:39:29 UTC 2019


On 14/02/2019 13:02, Alexey Ivanov wrote:
>> BTW do we sure that the usage of IndexColorModel is not a bug?
> 
> I don't think it's a bug. Likely Windows Server OS is installed in Server Code mode which has limited GUI support.

I was able to get IndexColorModel on my desktop by something like this:

User1:
  - sleep for 10 sec - > run java program -> print color model for the current GC -> pause
  - win+L
User2:
  - Login to User2 -> wait 10 sec
User1:
  - IndexColorModel will be printed, instead of DirectColorModel.


-- 
Best regards, Sergey.


More information about the 2d-dev mailing list