Preliminary review: Adding tracing of I/O calls (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Mon Nov 5 10:37:16 UTC 2012
- Previous message: Preliminary review: Adding tracing of I/O calls
- Next message: Preliminary review: Adding tracing of I/O calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 04/11/2012 12:25, Aleksey Shipilev wrote:
.....
class IoTrace { public static final boolean ENABLED = System.getProperty("java.io.trace"); } ...which will demote the flexibility of setListener(), but have much lower runtime overhead. This should be confirmed by microbenchmarking anyway.
+1 for this approach, if it provides sufficient functionality.
-Chris.
-Aleksey.
- Previous message: Preliminary review: Adding tracing of I/O calls
- Next message: Preliminary review: Adding tracing of I/O calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]