jdk/src/java.desktop/share/classes/sun/java2d/cmm/lcms/LCMSProfile.java
changeset 26037 508779ce6619
parent 26004 7507a1b93f67
parent 25859 3317bb8137f4
equal deleted inserted replaced
25992:e9b05e933ddd 26037:508779ce6619
    41         disposerReferent = ref;
    41         disposerReferent = ref;
    42 
    42 
    43         tagCache = new TagCache(this);
    43         tagCache = new TagCache(this);
    44     }
    44     }
    45 
    45 
    46     final long getLcmsPtr() {
    46     long getLcmsPtr() {
    47         return this.getNativePtr();
    47         return this.getNativePtr();
    48     }
    48     }
    49 
    49 
    50     TagData getTag(int sig) {
    50     TagData getTag(int sig) {
    51         return tagCache.getTag(sig);
    51         return tagCache.getTag(sig);