hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotMetaspaceConstant.java
changeset 36842 8f0d0faa51e2
parent 33632 038347770a9e
child 38678 06d6c40ce33b
equal deleted inserted replaced
36840:29d9167ccc82 36842:8f0d0faa51e2
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    27 public interface HotSpotMetaspaceConstant extends HotSpotConstant, VMConstant {
    27 public interface HotSpotMetaspaceConstant extends HotSpotConstant, VMConstant {
    28 
    28 
    29     HotSpotResolvedObjectType asResolvedJavaType();
    29     HotSpotResolvedObjectType asResolvedJavaType();
    30 
    30 
    31     HotSpotResolvedJavaMethod asResolvedJavaMethod();
    31     HotSpotResolvedJavaMethod asResolvedJavaMethod();
       
    32 
       
    33     HotSpotSymbol asSymbol();
    32 }
    34 }