News

We're seeing a NPE while using the Graphics2D api.. this code works in Hotspot but generates the NPE in Openj9: package test; import java.awt.Color; import java.awt.Font; import java.awt.Graphics2D; ...