Closed Bug 521873 Opened 16 years ago Closed 16 years ago

VERBOSE mode, remove -memstats and -memstats-vebose flags

Categories

(Tamarin Graveyard :: Virtual Machine, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED
flash10.1

People

(Reporter: rreitmai, Assigned: rreitmai)

Details

These flags are now super-ceded by the following -Dverbose options: -memstats => -Dverbose=memstats,sweep -memstats-verbose => -Dverbose=memstats,sweep,occupancy Dependency on part 4 of bug 476785, which has landed.
Will -memstats go away? This will remove the ability to run memstats on non-debugger builds.
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
(In reply to comment #1) > Will -memstats go away? This will remove the ability to run memstats on > non-debugger builds. -memstats can't be dependent on AVMPLUS_VERBOSE, it never was but it might be now. That seems wrong. (It also can't be debug-only.) Also, -memstats-verbose /probably/ should not depend on AVMPLUS_VERBOSE, and definitely can't be a debug-only facility. This may all be my fault for misleading Rick...
To be clear, I haven't modified any part of -memstats and -memstats-verbose, they work as always. What I did was expose the similar functionality through -Dverbose, thinking that we could eventually remove the -memstats flag. It looks like we probably shouldn't, as the options are needed outside AVMPLUS_VERBOSE and exposing -Dverbose in this fashion seems rather odd. One thing I did do was remove the help documentation for -memstats, so at the very least we'll need to add that back.
(In reply to comment #3) > One thing I did do was remove the help documentation for -memstats, so at the > very least we'll need to add that back. Ah, that's why I was confused. Yeah, just add that back and we should all be happy.
Assignee: nobody → rreitmai
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.1
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Engineering work item. Marking as verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.