-
Bug
-
Resolution: Fixed
-
P2
-
20
-
b20
-
b31
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299763 | 21 | Maurizio Cimadamore | P2 | Resolved | Fixed | b05 |
The test case
assertEquals(SegmentScope.global(), VaList.empty().segment().scope());
which is written to cover the assertion -
static VaList empty()
Returns an empty variable argument list, associated with the global scope.....
fails:
Expected equal to : “jdk.internal.foreign.GlobalSession@726f3b58", was given: “jdk.internal.foreign.ImplicitSession@442d9b6e”
assertEquals(SegmentScope.global(), VaList.empty().segment().scope());
which is written to cover the assertion -
static VaList empty()
Returns an empty variable argument list, associated with the global scope.....
fails:
Expected equal to : “jdk.internal.foreign.GlobalSession@726f3b58", was given: “jdk.internal.foreign.ImplicitSession@442d9b6e”
- backported by
-
JDK-8299763 VaList.empty() doesn't return a list associated with the global scope
- Resolved