# HG changeset patch # User Jaroslav Tulach # Date 1448034732 -3600 # Node ID 2ce4c49bc131193b4d32481bfd1582d2d88b61e4 # Parent b07854a19ab4c29f5b5fa02d9ddbc9709d5fdee4 Removing API elemements that were deprecated at the time of truffle-0.9 release from the list of required API elements. diff -r b07854a19ab4 -r 2ce4c49bc131 truffle/com.oracle.truffle.api.dsl/snapshot.sigtest --- a/truffle/com.oracle.truffle.api.dsl/snapshot.sigtest Fri Nov 20 16:41:09 2015 +0100 +++ b/truffle/com.oracle.truffle.api.dsl/snapshot.sigtest Fri Nov 20 16:52:12 2015 +0100 @@ -35,26 +35,12 @@ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD]) intf java.lang.annotation.Annotation -CLSS public abstract interface !annotation com.oracle.truffle.api.dsl.Implies - anno 0 java.lang.Deprecated() - anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=CLASS) - anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD]) -intf java.lang.annotation.Annotation -meth public abstract java.lang.String[] value() - CLSS public abstract interface !annotation com.oracle.truffle.api.dsl.ImportStatic anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME) anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE]) intf java.lang.annotation.Annotation meth public abstract java.lang.Class[] value() -CLSS public abstract interface !annotation com.oracle.truffle.api.dsl.NodeAssumptions - anno 0 java.lang.Deprecated() - anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=CLASS) - anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE]) -intf java.lang.annotation.Annotation -meth public abstract java.lang.String[] value() - CLSS public abstract interface !annotation com.oracle.truffle.api.dsl.NodeChild anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=CLASS) anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE]) @@ -97,11 +83,7 @@ CLSS public abstract interface !annotation com.oracle.truffle.api.dsl.Specialization anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME) anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD]) -fld public final static int DEFAULT_ORDER = -1 - anno 0 java.lang.Deprecated() intf java.lang.annotation.Annotation -meth public abstract !hasdefault int order() - anno 0 java.lang.Deprecated() meth public abstract !hasdefault java.lang.Class[] rewriteOn() meth public abstract !hasdefault java.lang.String insertBefore() meth public abstract !hasdefault java.lang.String limit() @@ -144,12 +126,6 @@ CLSS public abstract interface java.io.Serializable -CLSS public abstract interface !annotation java.lang.Deprecated - anno 0 java.lang.annotation.Documented() - anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME) - anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE, PARAMETER, TYPE]) -intf java.lang.annotation.Annotation - CLSS public java.lang.Exception cons protected init(java.lang.String,java.lang.Throwable,boolean,boolean) cons public init() diff -r b07854a19ab4 -r 2ce4c49bc131 truffle/com.oracle.truffle.api.object/snapshot.sigtest --- a/truffle/com.oracle.truffle.api.object/snapshot.sigtest Fri Nov 20 16:41:09 2015 +0100 +++ b/truffle/com.oracle.truffle.api.object/snapshot.sigtest Fri Nov 20 16:52:12 2015 +0100 @@ -88,12 +88,6 @@ CLSS public abstract com.oracle.truffle.api.object.Layout cons public init() fld public final static java.lang.String OPTION_PREFIX = "truffle.object." -fld public final static java.util.EnumSet INT_TO_DOUBLE - anno 0 java.lang.Deprecated() -fld public final static java.util.EnumSet INT_TO_LONG - anno 0 java.lang.Deprecated() -fld public final static java.util.EnumSet NONE - anno 0 java.lang.Deprecated() innr public final static !enum ImplicitCast innr public final static Builder meth protected static com.oracle.truffle.api.object.LayoutFactory getFactory() @@ -105,8 +99,6 @@ meth public abstract com.oracle.truffle.api.object.Shape$Allocator createAllocator() meth public abstract java.lang.Class getType() meth public static com.oracle.truffle.api.object.Layout createLayout() -meth public static com.oracle.truffle.api.object.Layout createLayout(java.util.EnumSet) - anno 0 java.lang.Deprecated() meth public static com.oracle.truffle.api.object.Layout$Builder newLayout() supr java.lang.Object hfds LAYOUT_FACTORY @@ -116,8 +108,6 @@ meth public com.oracle.truffle.api.object.Layout build() meth public com.oracle.truffle.api.object.Layout$Builder addAllowedImplicitCast(com.oracle.truffle.api.object.Layout$ImplicitCast) meth public com.oracle.truffle.api.object.Layout$Builder setAllowedImplicitCasts(java.util.EnumSet) -meth public java.util.EnumSet getAllowedImplicitCasts() - anno 0 java.lang.Deprecated() supr java.lang.Object hfds allowedImplicitCasts diff -r b07854a19ab4 -r 2ce4c49bc131 truffle/com.oracle.truffle.api.vm/snapshot.sigtest --- a/truffle/com.oracle.truffle.api.vm/snapshot.sigtest Fri Nov 20 16:41:09 2015 +0100 +++ b/truffle/com.oracle.truffle.api.vm/snapshot.sigtest Fri Nov 20 16:52:12 2015 +0100 @@ -18,12 +18,6 @@ innr public Value meth public com.oracle.truffle.api.vm.PolyglotEngine$Value eval(com.oracle.truffle.api.source.Source) throws java.io.IOException meth public com.oracle.truffle.api.vm.PolyglotEngine$Value findGlobalSymbol(java.lang.String) -meth public java.lang.Object eval(java.lang.String,java.io.Reader) throws java.io.IOException - anno 0 java.lang.Deprecated() -meth public java.lang.Object eval(java.lang.String,java.lang.String) throws java.io.IOException - anno 0 java.lang.Deprecated() -meth public java.lang.Object eval(java.net.URI) throws java.io.IOException - anno 0 java.lang.Deprecated() meth public java.util.Map getLanguages() meth public static com.oracle.truffle.api.vm.PolyglotEngine$Builder buildNew() meth public void dispose() @@ -40,12 +34,6 @@ meth public com.oracle.truffle.api.vm.PolyglotEngine$Builder setErr(java.io.OutputStream) meth public com.oracle.truffle.api.vm.PolyglotEngine$Builder setIn(java.io.InputStream) meth public com.oracle.truffle.api.vm.PolyglotEngine$Builder setOut(java.io.OutputStream) -meth public com.oracle.truffle.api.vm.PolyglotEngine$Builder stdErr(java.io.Writer) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.PolyglotEngine$Builder stdIn(java.io.Reader) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.PolyglotEngine$Builder stdOut(java.io.Writer) - anno 0 java.lang.Deprecated() supr java.lang.Object hfds err,executor,globals,handlers,in,out @@ -54,8 +42,6 @@ meth public com.oracle.truffle.api.vm.PolyglotEngine$Value eval(com.oracle.truffle.api.source.Source) throws java.io.IOException meth public com.oracle.truffle.api.vm.PolyglotEngine$Value getGlobalObject() meth public java.lang.String getName() -meth public java.lang.String getShortName() - anno 0 java.lang.Deprecated() meth public java.lang.String getVersion() meth public java.lang.String toString() meth public java.util.Set getMimeTypes() @@ -71,54 +57,6 @@ supr java.lang.Object hfds language,ready,result,target -CLSS public final com.oracle.truffle.api.vm.TruffleVM - anno 0 java.lang.Deprecated() -innr public Symbol -innr public final Builder -innr public final Language -meth public com.oracle.truffle.api.vm.TruffleVM$Symbol eval(com.oracle.truffle.api.source.Source) throws java.io.IOException -meth public com.oracle.truffle.api.vm.TruffleVM$Symbol findGlobalSymbol(java.lang.String) -meth public java.util.Map getLanguages() -meth public static com.oracle.truffle.api.vm.TruffleVM$Builder newVM() - anno 0 java.lang.Deprecated() -supr com.oracle.truffle.api.vm.PolyglotEngine - -CLSS public final com.oracle.truffle.api.vm.TruffleVM$Builder - outer com.oracle.truffle.api.vm.TruffleVM - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM build() - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder executor(java.util.concurrent.Executor) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder globalSymbol(java.lang.String,java.lang.Object) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder onEvent(com.oracle.truffle.api.vm.EventConsumer) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder setErr(java.io.OutputStream) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder setIn(java.io.InputStream) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder setOut(java.io.OutputStream) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder stdErr(java.io.Writer) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder stdIn(java.io.Reader) - anno 0 java.lang.Deprecated() -meth public com.oracle.truffle.api.vm.TruffleVM$Builder stdOut(java.io.Writer) - anno 0 java.lang.Deprecated() -supr com.oracle.truffle.api.vm.PolyglotEngine$Builder - -CLSS public final com.oracle.truffle.api.vm.TruffleVM$Language - outer com.oracle.truffle.api.vm.TruffleVM - anno 0 java.lang.Deprecated() -supr com.oracle.truffle.api.vm.PolyglotEngine$Language - -CLSS public com.oracle.truffle.api.vm.TruffleVM$Symbol - outer com.oracle.truffle.api.vm.TruffleVM - anno 0 java.lang.Deprecated() -meth public !varargs com.oracle.truffle.api.vm.TruffleVM$Symbol invoke(java.lang.Object,java.lang.Object[]) throws java.io.IOException -supr com.oracle.truffle.api.vm.PolyglotEngine$Value - CLSS public java.io.IOException cons public init() cons public init(java.lang.String) @@ -129,12 +67,6 @@ CLSS public abstract interface java.io.Serializable -CLSS public abstract interface !annotation java.lang.Deprecated - anno 0 java.lang.annotation.Documented() - anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME) - anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE, PARAMETER, TYPE]) -intf java.lang.annotation.Annotation - CLSS public java.lang.Exception cons protected init(java.lang.String,java.lang.Throwable,boolean,boolean) cons public init() diff -r b07854a19ab4 -r 2ce4c49bc131 truffle/com.oracle.truffle.api/snapshot.sigtest --- a/truffle/com.oracle.truffle.api/snapshot.sigtest Fri Nov 20 16:41:09 2015 +0100 +++ b/truffle/com.oracle.truffle.api/snapshot.sigtest Fri Nov 20 16:52:12 2015 +0100 @@ -132,12 +132,6 @@ meth public java.io.InputStream in() meth public java.io.OutputStream err() meth public java.io.OutputStream out() -meth public java.io.Reader stdIn() - anno 0 java.lang.Deprecated() -meth public java.io.Writer stdErr() - anno 0 java.lang.Deprecated() -meth public java.io.Writer stdOut() - anno 0 java.lang.Deprecated() meth public java.lang.Object importSymbol(java.lang.String) supr java.lang.Object hfds err,in,instrumenter,lang,langCtx,out,vm @@ -583,8 +577,6 @@ meth public com.oracle.truffle.api.CallTarget getCallTarget() meth public com.oracle.truffle.api.CallTarget getCurrentCallTarget() meth public final boolean isCallTargetCloned() -meth public final boolean isInlined() - anno 0 java.lang.Deprecated() meth public final com.oracle.truffle.api.nodes.RootNode getCurrentRootNode() meth public java.lang.String toString() meth public static com.oracle.truffle.api.nodes.DirectCallNode create(com.oracle.truffle.api.CallTarget) @@ -670,8 +662,6 @@ intf java.lang.Cloneable meth protected final <%0 extends com.oracle.truffle.api.nodes.Node> {%%0} insert({%%0}) meth protected final <%0 extends com.oracle.truffle.api.nodes.Node> {%%0}[] insert({%%0}[]) -meth protected final java.lang.Object clone() throws java.lang.CloneNotSupportedException - anno 0 java.lang.Deprecated() meth protected void onReplace(com.oracle.truffle.api.nodes.Node,java.lang.CharSequence) meth public com.oracle.truffle.api.nodes.Node copy() meth public com.oracle.truffle.api.nodes.Node deepCopy() @@ -840,12 +830,6 @@ meth public abstract boolean executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) CLSS public abstract com.oracle.truffle.api.nodes.RootNode -cons protected init() - anno 0 java.lang.Deprecated() -cons protected init(com.oracle.truffle.api.source.SourceSection) - anno 0 java.lang.Deprecated() -cons protected init(com.oracle.truffle.api.source.SourceSection,com.oracle.truffle.api.frame.FrameDescriptor) - anno 0 java.lang.Deprecated() cons protected init(java.lang.Class,com.oracle.truffle.api.source.SourceSection,com.oracle.truffle.api.frame.FrameDescriptor) meth protected boolean isInstrumentable() meth public abstract java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame)