Searched refs:_update (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp88 uint8_t _update; member in class:VALUE_OBJ_CLASS_SPEC
118 JDK_Version() : _major(0), _minor(0), _micro(0), _update(0),
127 _major(major), _minor(minor), _micro(micro), _update(update),
148 uint8_t update_version() const { return _update; }
H A Djava.cpp783 if (_update > 0) {
784 index += jio_snprintf(&buffer[index], buflen - index, "_%02d", _update);
/openjdk7/jdk/src/share/classes/java/awt/
H A DSplashScreen.java327 _update(splashPtr, data, rect.x, rect.y, rect.width, rect.height, scanlineStride);
391 private native static void _update(long splashPtr, int[] data, int x, int y, int width, int height, int scanlineStride); method in class:SplashScreen

Completed in 33 milliseconds