RFR: JDK-8151605: Change warning() to log_warning(gc) in the GC code (original) (raw)
Jon Masamitsu jon.masamitsu at oracle.com
Thu Mar 10 17:53:30 UTC 2016
- Previous message (by thread): RFR: JDK-8151605: Change warning() to log_warning(gc) in the GC code
- Next message (by thread): RFR: JDK-8151605: Change warning() to log_warning(gc) in the GC code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Need copyright updates
src/share/vm/gc/shared/cardTableRS.cpp src/share/vm/gc/shared/generation.hpp src/share/vm/gc/shared/vmGCOperations.cpp src/share/vm/gc/cms/concurrentMarkSweepThread.cpp src/share/vm/gc/g1/g1CollectedHeap.cpp src/share/vm/gc/parallel/gcTaskThread.cpp || src/share/vm/gc/shared/cardGeneration.cpp
Otherwise, look good.
Jon ** ** On 03/10/2016 02:00 AM, Bengt Rutisson wrote:
Hi everyone, Could I have a couple of reviews for this change? https://bugs.openjdk.java.net/browse/JDK-8151605 http://cr.openjdk.java.net/~brutisso/8151605/webrev.00/ With the new logging framework we should use logwarning() instead of warning(). Thanks, Bengt
-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20160310/561a9eb3/attachment.htm>
- Previous message (by thread): RFR: JDK-8151605: Change warning() to log_warning(gc) in the GC code
- Next message (by thread): RFR: JDK-8151605: Change warning() to log_warning(gc) in the GC code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]