Searched refs:loaded (Results 26 - 44 of 44) sorted by relevance

12

/openjdk10/jdk/src/java.base/windows/native/libjli/
H A Djava_md.c74 /* CR6999872: fastdebug crashes if awt library is loaded before JVM is
224 static int loaded = 0; local
227 if (!loaded) {
229 * The Microsoft C Runtime Library needs to be loaded first. A copy is
270 loaded = 1;
361 * The Microsoft C Runtime Library needs to be loaded first. A copy is
799 /* awt.dll is not loaded yet */
807 * jvm.dll is already loaded, so we need only java.dll;
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/
H A DColorModel.java181 * loaded in java.awt.image also:
194 * loaded by the java.* classes, which do not necessarily know the
203 private static boolean loaded = false; field in class:ColorModel
205 if (!loaded) {
213 loaded = true;
218 /* ensure that the proper libraries are loaded */
/openjdk10/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c201 dprintf1("-loaded: %d\n", module->loaded);
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DToolkit.java466 * @param atName the name of the class to be loaded
487 * loaded is determined by the order in which the ServiceLoader discovers
531 * providers of {@link javax.accessibility.AccessibilityProvider} will be loaded
538 * using a comma separated list. Service providers are loaded after the AWT
618 * still contain stale information which was loaded from the
620 * Previously loaded image data can be manually discarded by
655 * Previously loaded image data can be manually discarded by
1337 * loaded by the java.* classes, which do not necessarily know the
1348 * classes can be loaded in java.awt.image that depend on
1352 private static boolean loaded field in class:Toolkit
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWToolkit.java103 private static boolean loaded = false; field in class:WToolkit
105 if (!loaded) {
114 loaded = true;
164 * class loader which loaded WToolkit must be finalized before it is
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DClassLoader.java302 // The classes loaded by this class loader. The only purpose of this table
312 // Invoked by the VM to record every loaded class with this loader.
506 * has already been loaded. </p></li>
543 // First, check if the class has already been loaded
589 * has already been loaded.</li>
604 // First, check if the class has already been loaded
626 * The name of the to-be-loaded class
1241 * Returns a class loaded by the bootstrap class loader;
1263 * not been loaded
1860 * class loader. The class is loaded usin
2379 boolean loaded; field in class:ClassLoader.NativeLibrary
[all...]
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s152 # or qwords that span cache line boundaries will still be loaded
243 # cache line boundaries will still be loaded and stored atomically.
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s164 / or qwords that span cache line boundaries will still be loaded
253 / cache line boundaries will still be loaded and stored atomically.
/openjdk10/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp131 loaded, // loaded and inserted in class hierarchy (but not linked yet) enumerator in enum:InstanceKlass::ClassState
220 _misc_has_passed_fingerprint_check = 1 << 10, // when this class was loaded, the fingerprint computed from its
307 // named, or a previously loaded anonymous class. A non-anonymous class
308 // or an anonymous class loaded through normal classloading does not
477 bool is_loaded() const { return _init_state >= loaded; }
H A DinstanceKlass.cpp498 _init_state = loaded;
502 assert(is_loaded(), "must be loaded");
511 assert(is_loaded(), "must be loaded");
626 // a shared class if the class is not loaded by the NULL classloader.
657 assert(is_loaded(), "must be loaded");
1221 // Methods aren't stable until they are loaded. This can be read outside
2334 // ensure java/ packages only loaded by boot or platform builtin loaders
2608 // only look at classes that are already loaded
2836 "allocated", "loaded", "linked", "being_initialized", "fully_initialized", "initialization_error"
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s160 # or qwords that span cache line boundaries will still be loaded
251 # cache line boundaries will still be loaded and stored atomically.
/openjdk10/hotspot/src/share/vm/opto/
H A Dtype.cpp3053 // It is the type that is loaded from an object of this type.
3459 "cannot have constants with non-loaded klass");
3555 const TypeInstPtr *loaded = is_loaded() ? this : tinst; local
3557 if( loaded->klass()->equals(ciEnv::current()->Object_klass()) ) {
3571 assert(loaded->ptr() != TypePtr::Null, "insanity check");
3573 if( loaded->ptr() == TypePtr::TopPTR ) { return unloaded; }
3574 else if (loaded->ptr() == TypePtr::AnyNull) { return TypeInstPtr::make(ptr, unloaded->klass(), false, NULL, off, instance_id, speculative, depth); }
3575 else if (loaded->ptr() == TypePtr::BotPTR ) { return TypeInstPtr::BOTTOM; }
3576 else if (loaded->ptr() == TypePtr::Constant || loaded
[all...]
/openjdk10/jdk/make/data/jdwp/
H A Djdwp.spec45 "Returns reference types for all the classes loaded by the target VM "
48 "loaders have loaded a class of the same name. "
49 "The search is confined to loaded classes only; no attempt is made "
61 (referenceTypeID typeID "Matching loaded reference type")
72 "Returns reference types for all classes currently loaded by the "
83 "The JNI signature of the loaded reference type")
517 "Returns reference types for all classes currently loaded by the "
534 "The JNI signature of the loaded reference type.")
536 "The generic signature of the loaded reference type "
614 "Returns the instance of java.lang.ClassLoader which loaded "
[all...]
/openjdk10/nashorn/test/src/jdk/nashorn/api/scripting/test/
H A DScriptEngineTest.java368 assertTrue((Boolean)e.eval("window.onload.loaded()"));
371 assertTrue(handler.loaded());
/openjdk10/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp344 // Double-check, if child class is already loaded, just return super-class,interface
345 // Don't add a placedholder if already loaded, i.e. already in appropriate class loader
351 // Must check ClassCircularity before checking if super class is already loaded.
582 // Klass is already loaded, so just return it
709 // Klass is already loaded, so just return it
793 // Klass is already loaded, so just return it
818 // Klass is already loaded, so return it after checking/adding protection domain
841 // successfully loaded InstanceKlass
851 // Klass is already loaded, so just use it
962 // Look for a loaded instanc
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2477 declare_constant(InstanceKlass::loaded) \
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/
H A Djquery-1.10.2.js8494 if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) {
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/external/jquery/
H A Djquery.js8494 if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) {
/openjdk10/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...

Completed in 238 milliseconds

12