jdk/src/java.base/share/classes/java/io/ObjectStreamClass.java
changeset 32649 2ee9017c7597
parent 30911 99e027461f4a
child 33289 8d59b06d36c2
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
  1837 
  1837 
  1838     /**
  1838     /**
  1839      * Returns true if the given class defines a static initializer method,
  1839      * Returns true if the given class defines a static initializer method,
  1840      * false otherwise.
  1840      * false otherwise.
  1841      */
  1841      */
  1842     private native static boolean hasStaticInitializer(Class<?> cl);
  1842     private static native boolean hasStaticInitializer(Class<?> cl);
  1843 
  1843 
  1844     /**
  1844     /**
  1845      * Class for computing and caching field/constructor/method signatures
  1845      * Class for computing and caching field/constructor/method signatures
  1846      * during serialVersionUID calculation.
  1846      * during serialVersionUID calculation.
  1847      */
  1847      */