Searched refs:stubs (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/make/sun/rmi/rmid/
H A DMakefile38 build: stubs rmid
49 classes: stubs
52 # Rules to build activation-system stubs
55 # Full package names of implementations requiring stubs
64 # Compile stubs for remote implementations
65 # (use -v1.2 stubs for activation system)
73 stubs: $(FILES_stubs)
/openjdk7/jdk/make/com/sun/jndi/rmi/registry/
H A DMakefile45 build: stubs
49 # for generating RMI stubs.
54 # Full class names of implementations requiring stubs
64 # Compile stubs and skeletons for remote implementations
73 stubs: $(FILES_stubs) $(FILES_skels)
/openjdk7/jdk/make/sun/rmi/rmi/
H A DMakefile56 # Full package names of implementations requiring stubs
65 BUILD_TARGETS = stubs
81 # Compile stubs and skeletons for remote implementations
100 stubs: $(FILES_stubs) $(FILES_skels)
111 .PHONY: stubs bin bin.clean
/openjdk7/jdk/make/com/sun/jmx/
H A DMakefile27 # Makefile for building RMI stubs of JMX Remote
63 build: stubs
76 # for generating RMI stubs.
81 # Full class names of implementations requiring stubs
94 # Compile stubs and skeletons for remote implementations
141 stubs: $(FILES_stubs)
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp81 // Inform CodeBuffer that incoming code and relocation will be for stubs
84 CodeSection* cs = cb->stubs();
98 assert(_code_section == code()->stubs(), "not in stubs?");
103 // Inform CodeBuffer that incoming code and relocation will be for stubs
H A DcodeBuffer.hpp217 // stubs area must start on CodeEntryAlignment, and
322 CodeSection _stubs; // stubs (call site support), deopt, exception handling
414 // include both code and stubs sizes.
430 CodeSection* stubs() { return &_stubs; } function in class:CodeBuffer
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java1210 // Remove stubs from resources; maybe we'll add them on at the end,
1215 List<File> stubs = getClassStubs();
1254 // Add back the class stubs after sorting, before trimStubs.
1255 files.addAll(stubs);
1259 // Restore enough non-trivial stubs to carry the needed class modtimes.
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp834 _stub_offset = content_offset() + code_buffer->total_offset_of(code_buffer->stubs());
1328 // could be flushed and the compiler and vtable stubs could still call
2297 if( !method() ) return; // Runtime stubs have no scope
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp570 buf.stubs()->initialize_shared_locs( &locs_buf[lsize * 2], lsize);
965 assert(_fixed_slots == 0, "no fixed slots used for runtime stubs");

Completed in 85 milliseconds