RFR: 8003310: Enable -Wunused when compiling with GCC (original) (raw)
John Rose john.r.rose at oracle.com
Thu Nov 15 19:21:50 PST 2012
- Previous message: RFR: 8003310: Enable -Wunused when compiling with GCC
- Next message: RFR: 8003310: Enable -Wunused when compiling with GCC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Nov 15, 2012, at 4:20 PM, Mikael Vidstedt wrote:
src/share/vm/opto/block.cpp:void edgedump(GrowableArray<CFGEdge *> *edges) src/share/vm/opto/block.cpp:void tracedump(Trace *traces[], int count)
Those are from 2008, which was a very good year, but they can be retired now.
Note that they are inside "#ifndef PRODUCT". There would also be almost no harm in keeping useful non-product functions, so anything that looks slightly useful for debugging should probably be kept. But these guys are specialized and simple to recreate, so I don't think they clear the bar.
— John
- Previous message: RFR: 8003310: Enable -Wunused when compiling with GCC
- Next message: RFR: 8003310: Enable -Wunused when compiling with GCC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]