mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8146947
: Remove PrintOopAddress rather than converting to UL
Deprecated PrintOopAddress and made functionality default Reviewed-by: coleenp, stefank
This commit is contained in:
parent
cd3f80324f
commit
0f7f8e05ab
7 changed files with 14 additions and 28 deletions
|
@ -951,9 +951,6 @@ public:
|
|||
notproduct(bool, PrintMallocFree, false, \
|
||||
"Trace calls to C heap malloc/free allocation") \
|
||||
\
|
||||
product(bool, PrintOopAddress, false, \
|
||||
"Always print the location of the oop") \
|
||||
\
|
||||
notproduct(bool, VerifyCodeCache, false, \
|
||||
"Verify code cache on memory allocation/deallocation") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue