-
Enhancement
-
Resolution: Fixed
-
P3
-
8u20, 9
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045520 | 8u25 | Staffan Larsen | P3 | Resolved | Fixed | b01 |
JDK-8034078 | 8u20 | Staffan Larsen | P3 | Resolved | Fixed | b05 |
JDK-8053754 | emb-8u26 | Staffan Larsen | P3 | Resolved | Fixed | b17 |
Some of the public read and write methods in FileInputStream and RandomAccessFile are declared native. This means that it is hard to instrument them using byte code instrumentation. Changing the public methods to be to non-native and instead calling private native methods would simplify BCI.
- backported by
-
JDK-8034078 Simplify instrumentation of FileInputStream and RandomAccessFile
-
- Resolved
-
-
JDK-8045520 Simplify instrumentation of FileInputStream and RandomAccessFile
-
- Resolved
-
-
JDK-8053754 Simplify instrumentation of FileInputStream and RandomAccessFile
-
- Resolved
-