-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 12
-
b01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270935 | 11.0.13-oracle | Kevin Walls | P3 | Resolved | Fixed | b03 |
JDK-8232956 | 11.0.6 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
There are a few GetByteArrayElements calls missing sometimes the corresponding Release call on some code paths.
One example :
https://hg.openjdk.java.net/jdk/jdk/file/8180809085a4/src/jdk.attach/windows/native/libattach/VirtualMachineImpl.c#l452
(we have an early return shortly after the GetByteArrayElements call where we do not Release)
One example :
https://hg.openjdk.java.net/jdk/jdk/file/8180809085a4/src/jdk.attach/windows/native/libattach/VirtualMachineImpl.c#l452
(we have an early return shortly after the GetByteArrayElements call where we do not Release)
- backported by
-
JDK-8232956 some GetByteArrayElements calls miss corresponding Release
- Resolved
-
JDK-8270935 some GetByteArrayElements calls miss corresponding Release
- Resolved