--- old/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java 2014-03-28 09:48:19.160249236 -0700 +++ new/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java 2014-03-28 09:48:19.043582564 -0700 @@ -72,7 +72,7 @@ protected int depth; - private static native void initIDs(Class xorComp, boolean tryDGA); + private static native void initIDs(Class xorComp, boolean tryDGA); protected native void initSurface(int depth, int width, int height, long drawable); @@ -515,6 +515,7 @@ return getSurfaceType(gc, transparency, false); } + @SuppressWarnings("fallthrough") public static SurfaceType getSurfaceType(X11GraphicsConfig gc, int transparency, boolean pixmapSurface)