jdk-24/test/hotspot/jtreg/vmTestbase/jit/t/t020/t020.gold
Igor Ignatyev c4ec887262 8202812: [TESTBUG] Open source VM testbase compiler tests
Reviewed-by: kvn, mseledtsov
2018-06-01 15:48:55 -07:00

10 lines
263 B
Plaintext

a[0] is a t020 and also not null.
a[1] is a t020 and also a k and also not null.
a[2] is a t020 and also null.
a[3] is a t020 and also null.
Assigning a[0] to u failed.
Assigning a[1] to u worked ok.
Assigning a[2] to u worked ok.
Assigning a[3] to u worked ok.