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
Add CheckedType issue eclipse-openj9#19764
comment to resolve disabled test. This test was not associated with
any issues previously.
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
Add CheckedType issue eclipse-openj9#19764
comment to resolve disabled test. This test was not associated with
any issues previously.
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
CheckedType will be used to enforce null restrictions (see https://openjdk.org/jeps/8316779)
This will require vm support for the CheckedType consant https://bugs.openjdk.org/browse/JDK-8317766
In addition a NullPointerException may need to be added to the
checkcast
bytecode, see #19752 (comment)This should include checkcast tests including enabling
testCheckCastNullRestrictedTypeOnNull
.The text was updated successfully, but these errors were encountered: