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

/openjdk7/jdk/make/java/security/
H A DMakefile73 TRUSTEDLIBS_SRC = $(CLOSED_SHARE_SRC)/lib/security/trusted.libraries
74 TRUSTEDLIBS_BUILD = $(LIBDIR)/security/trusted.libraries
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp468 static AgentLibrary* libraries() { return _libraryList.first(); } function in class:Arguments
H A Dthread.cpp3754 // Convert libraries with no JVM_OnLoad, but which have Agent_OnLoad to be
3756 // Must be called before agent libraries are created
3761 for (agent = Arguments::libraries(); agent != NULL; agent = next) {
3831 // Called for after the VM is initialized for -Xrun libraries which have not been converted to agent libraries
3837 for (agent = Arguments::libraries(); agent != NULL; agent = agent->next()) {

Completed in 68 milliseconds