RFR 2: JDK-8005263: Logging APIs takes Supplier for message (original) (raw)
Henry Jen henry.jen at oracle.com
Sat Dec 22 04:50:18 UTC 2012
- Previous message: hg: jdk8/tl/jdk: 8005280: (props) Improve test coverage for small XML parser
- Next message: RFR 2: JDK-8005263: Logging APIs takes Supplier for message
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Update patch with review feedback,
- JavaDoc update for benefit and gotcha.
- logEx/logpEx is not log/logp with Supplier as last argument. As a matter of fact, all API with Supplier takes it as last argument.
- No more doLog(Level, Supplier, Block) helper for performance concerns.
Specdiff and webrev can be found at following,
http://cr.openjdk.java.net/~henryjen/ccc/8005263.1/specdiff/diff.html http://cr.openjdk.java.net/~henryjen/ccc/8005263.1/webrev/
Cheers, Henry
- Previous message: hg: jdk8/tl/jdk: 8005280: (props) Improve test coverage for small XML parser
- Next message: RFR 2: JDK-8005263: Logging APIs takes Supplier for message
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]