X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FGCJ.java;h=028f0ba8f2fb2e9a4202632f4d270fe7875556e0;hb=d9fdc968988212807221d0d71d2fb6dc19cb87a3;hp=1a7c41be1f8f8190418e0412a3fd2a8951e43d06;hpb=42da60bd167403eccc3466575772819007388cfd;p=org.ibex.core.git diff --git a/src/org/xwt/plat/GCJ.java b/src/org/xwt/plat/GCJ.java index 1a7c41b..028f0ba 100644 --- a/src/org/xwt/plat/GCJ.java +++ b/src/org/xwt/plat/GCJ.java @@ -21,10 +21,9 @@ public abstract class GCJ extends Platform { protected native InputStream _getBuiltinInputStream(); - // FIXME protected native Picture _decodeJPEG(InputStream is, String name); - // FIXME: This could be optimized (a lot) by using a custom hashtable + // FEATURE: This could be optimized (a lot) by using a custom hashtable public final static class Retainer { private static Hash table = new Hash(); private final static class Key {