Searched refs:patches (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DLabel.java56 private List/*<PatchInfo>*/ patches = new ArrayList(); field in class:Label
66 patches.add(new PatchInfo(asm, instrBCI, patchBCI, stackDepth));
70 for (Iterator iter = patches.iterator(); iter.hasNext(); ) {
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DAnonymousClassLoader.java103 Object[] patches = classPatch.patchArray;
107 for (int i = 0; i < patches.length; i++) {
108 Object value = patches[i];
114 if (patches == classPatch.patchArray)
115 patches = patches.clone();
116 patches[i] = ((String)value).replace('.', '/');
123 // When/if the JVM supports these patches,
161 // 4. Add other CP entries required by (e.g.) string patches.
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java258 * @param patches
261 private static Class<?> loadAndInitializeInvokerClass(byte[] classBytes, Object[] patches) { argument
262 Class<?> invokerClass = UNSAFE.defineAnonymousClass(HOST_CLASS, classBytes, patches);
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk168 INSTALL_PATCHES_FILE = $(TEMPDIR)/installed.patches
403 # Get list of installed patches (this file has a particular format)
415 # Check list of Solaris patches
462 printf(" Please update your your system patches or build on a different machine.\n\n" ); \
981 " through the latest Solaris 8 or 9 C++ runtime patches. \n" \

Completed in 27 milliseconds