Searched refs:BMH (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DBoundMethodHandle.java61 // BMH API and internals
65 // for some type signatures, there exist pre-defined concrete BMH classes
140 * Return the {@link SpeciesData} instance representing this BMH species. All subclasses must provide a
147 return "/BMH="+internalValues();
200 // concrete BMH classes required to close bootstrap loops
326 // BMH species meta-data
330 * Meta-data wrapper for concrete BMH classes.
335 // Bootstrapping requires circular relations MH -> BMH -> SpeciesData -> MH
452 // pre-fill the BMH speciesdata cache with BMH'
502 static final String BMH = "java/lang/invoke/BoundMethodHandle"; field in class:BoundMethodHandle.Factory
[all...]
H A DInvokerBytecodeGenerator.java54 private static final String BMH = "java/lang/invoke/BoundMethodHandle"; field in class:InvokerBytecodeGenerator

Completed in 26 milliseconds