Searched refs:unload (Results 1 - 23 of 23) sorted by relevance

/openjdk9/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp141 if (log_is_enabled(Info, class, unload)) {
143 log_info(class, unload)("unloading class %s " INTPTR_FORMAT , k->external_name(), p2i(k));
197 LogConfiguration::configure_stdout(level, false, LOG_TAGS(class, unload));
/openjdk9/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DClassUnloadTest.sh83 $JAVA ${TESTVMOPTS} -Xverify:none -Xlog:class+unload \
/openjdk9/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/
H A DUnload.java25 @summary Test ModelByteBuffer unload method
74 buff.unload();
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelByteBuffer.java330 public void unload() { method in class:ModelByteBuffer
332 root.unload();
/openjdk9/hotspot/src/share/vm/logging/
H A DlogTag.hpp131 LOG_TAG(unload) /* Trace unloading of classes */ \
/openjdk9/hotspot/src/share/vm/oops/
H A Dklass.cpp404 if (log_is_enabled(Trace, class, unload)) {
406 log_trace(class, unload)("unlinking class (subclass): %s", sub->external_name());
419 if (log_is_enabled(Trace, class, unload)) {
421 log_trace(class, unload)("[Unlinking class (sibling) %s]", sibling->external_name());
/openjdk9/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_UNIXToolkit.c85 return (jboolean)gtk->unload();
H A Dgtk_interface.h432 gboolean (*unload)(); member in struct:GtkApi
H A Dgtk2_interface.c2557 gtk->unload = &gtk2_unload;
H A Dgtk3_interface.c2841 gtk->unload = &gtk3_unload;
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassLoaderData.hpp252 void unload();
H A DmoduleEntry.cpp240 log_info(module, unload)("unloading module %s", to_remove->name()->as_C_string());
H A DclassLoaderData.cpp456 void ClassLoaderData::unload() { function in class:ClassLoaderData
465 log->print(": unload loader data " INTPTR_FORMAT, p2i(this));
1057 dead->unload();
1119 assert(_unloading != NULL, "need class loader data unload list!");
1259 // post class unload event
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DZoneView.java151 * zones was reached and to unload the oldest zone if so.
421 public void unload() { method in class:ZoneView.Zone
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DClassLoader.java2384 native void unload(String name, boolean isBuiltin); method in class:ClassLoader.NativeLibrary
2404 /* unload the library. */
2407 unload(name, isBuiltin);
/openjdk9/jdk/make/data/jdwp/
H A Djdwp.spec2356 "except for class unload. "
2373 "class unload, thread start, and thread end. "
2381 "is matched. For class unload events, the "
2401 "is matched. For class unload events, the "
2476 "except class prepare, class unload, thread start, "
2740 "<LI>Only with other class unload events for the same class:"
3043 "Notification of a class unload in the target VM. "
3046 "garbage collection, so unload information is greatly limited. "
/openjdk9/hotspot/src/share/vm/code/
H A Dnmethod.cpp1038 if (log_is_enabled(Trace, class, unload)) {
1039 outputStream* log = Log(class, unload)::trace_stream();
1064 // have the Method* live here, in case we unload the nmethod because
1450 // so don't bother posting the unload. The main reason for this is
1471 // having the unload event reported - this will ensure that we don't
/openjdk9/hotspot/src/share/vm/runtime/
H A Darguments.cpp465 { "TraceClassUnloading", LogLevel::Info, true, LOG_TAGS(class, unload) },
2845 LogConfiguration::configure_stdout(LogLevel::Info, true, LOG_TAGS(class, unload));
2848 LogConfiguration::configure_stdout(LogLevel::Info, true, LOG_TAGS(module, unload));
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp787 LogConfiguration::configure_stdout(level, false, LOG_TAGS(class, unload));
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/
H A Djquery-1.10.2.js7554 jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
8609 // #5280: Internet Explorer will keep connections alive if we don't abort on unload
8793 // and attach the unload handler
8796 jQuery( window ).unload( xhrOnUnloadAbort );
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/external/jquery/
H A Djquery.js7554 jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
8609 // #5280: Internet Explorer will keep connections alive if we don't abort on unload
8793 // and attach the unload handler
8796 jQuery( window ).unload( xhrOnUnloadAbort );
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/resources/jquery/
H A Djquery-1.10.2.js7554 jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
8609 // #5280: Internet Explorer will keep connections alive if we don't abort on unload
8793 // and attach the unload handler
8796 jQuery( window ).unload( xhrOnUnloadAbort );
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/resources/jquery/external/jquery/
H A Djquery.js7554 jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
8609 // #5280: Internet Explorer will keep connections alive if we don't abort on unload
8793 // and attach the unload handler
8796 jQuery( window ).unload( xhrOnUnloadAbort );

Completed in 501 milliseconds