< prev index next >

src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/MetaAccessProvider.java

Print this page

        

*** 81,92 **** long getMemorySize(JavaConstant constant); /** * Parses a * <a href="http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.3.3">method ! * descriptor</a> into a {@link Signature}. The behavior of this method is undefined if the ! * method descriptor is not well formed. */ Signature parseMethodDescriptor(String methodDescriptor); /** * Encodes a deoptimization action and a deoptimization reason in an integer value. --- 81,93 ---- long getMemorySize(JavaConstant constant); /** * Parses a * <a href="http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.3.3">method ! * descriptor</a> into a {@link Signature}. ! * ! * @throws IllegalArgumentException if the method descriptor is not well formed */ Signature parseMethodDescriptor(String methodDescriptor); /** * Encodes a deoptimization action and a deoptimization reason in an integer value.
< prev index next >