Skip to content

Commit 29164c3

Browse files
committed
native issues in sun/awt/image (not finished)
1 parent 51648c0 commit 29164c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sources/net.sf.j2s.java.core/src/sun/awt/image/ShortComponentRaster.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ public class ShortComponentRaster extends SunWritableRaster {
7676
/** A cached copy of minY + height for use in bounds checks. */
7777
private int maxY;
7878

79-
static private native void initIDs();
80-
static {
81-
/* ensure that the necessary native libraries are loaded */
82-
NativeLibLoader.loadLibraries();
83-
initIDs();
84-
}
79+
// static private native void initIDs();
80+
// static {
81+
// /* ensure that the necessary native libraries are loaded */
82+
// NativeLibLoader.loadLibraries();
83+
// initIDs();
84+
// }
8585

8686
/**
8787
* Constructs a ShortComponentRaster with the given SampleModel.

0 commit comments

Comments
 (0)