comparison jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethod.java @ 23393:1d4ce2d19e52

clean up and minimize JVMCI (JDK-8156835)
author Doug Simon <doug.simon@oracle.com>
date Thu, 12 May 2016 20:57:31 +0200
parents fb20e2d4f0bc
children 724fbad94ee3
comparison
equal deleted inserted replaced
23392:b3a816d3b844 23393:1d4ce2d19e52
54 * 54 *
55 * @return true if DontInline annotation present, false otherwise 55 * @return true if DontInline annotation present, false otherwise
56 */ 56 */
57 boolean isDontInline(); 57 boolean isDontInline();
58 58
59 /**
60 * Returns true if this method has a {@code ReservedStackAccess} annotation.
61 *
62 * @return true if ReservedStackAccess annotation present, false otherwise
63 */
59 boolean hasReservedStackAccess(); 64 boolean hasReservedStackAccess();
60 65
61 /** 66 /**
62 * Manually adds a DontInline annotation to this method. 67 * Manually adds a DontInline annotation to this method.
63 */ 68 */