You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Intentionally addresses the following sigtest errors:
Warning: Warning: public class com.oracle.truffle.api.object.Location can't be extended because contains the following member: method abstract void com.oracle.truffle.api.object.Location.set(com.oracle.truffle.api.object.DynamicObject,java.lang.Object,boolean,boolean)
Warning: Warning: public class com.oracle.truffle.api.object.Location can't be extended because contains the following member: method abstract int com.oracle.truffle.api.object.Location.objectFieldCount()
Warning: Warning: public class com.oracle.truffle.api.object.Location can't be extended because contains the following member: method abstract int com.oracle.truffle.api.object.Location.primitiveFieldCount()
Warning: Warning: public class com.oracle.truffle.api.object.Location can't be extended because contains the following member: method abstract void com.oracle.truffle.api.object.Location.accept(com.oracle.truffle.api.object.Location$LocationVisitor)
Warning: Warning: public class com.oracle.truffle.api.object.Location can't be extended because contains the following member: method abstract int com.oracle.truffle.api.object.Location.getOrdinal()
Class com.oracle.truffle.api.object.Property
"E5.4 - Removing constructor" : constructor protected com.oracle.truffle.api.object.Property.init()
anno 0 java.lang.Deprecated(boolean forRemoval=false, java.lang.String since="22.2")
"E3.10 - Changing method from non-final to final" : method public abstract boolean com.oracle.truffle.api.object.Property.isHidden()
"E3.10 - Changing method from non-final to final" : method public abstract com.oracle.truffle.api.object.Location com.oracle.truffle.api.object.Property.getLocation()
"E3.10 - Changing method from non-final to final" : method public abstract java.lang.Object com.oracle.truffle.api.object.Property.getKey()
"E3.10 - Changing method from non-final to final" : method public abstract int com.oracle.truffle.api.object.Property.getFlags()
"E3.10 - Changing method from non-final to final" : method public abstract java.lang.Object com.oracle.truffle.api.object.Property.get(com.oracle.truffle.api.object.DynamicObject,boolean)
anno 0 java.lang.Deprecated(boolean forRemoval=false, java.lang.String since="22.2")
"E3.10 - Changing method from non-final to final" : method public static com.oracle.truffle.api.object.Property com.oracle.truffle.api.object.Property.create(java.lang.Object,com.oracle.truffle.api.object.Location,int)
anno 0 java.lang.Deprecated(boolean forRemoval=false, java.lang.String since="22.2")
* These are actually compatible because Location and Property were already sealed and so could not be subclassed by the user, but sigtest does not know about sealed.
0 commit comments