mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8247470: Fix CHeap GrowableArray NMT accounting
Reviewed-by: coleenp, tschatzl, kbarrett
This commit is contained in:
parent
0a108f9ef2
commit
77bdc30650
67 changed files with 144 additions and 158 deletions
|
@ -245,7 +245,7 @@ private:
|
|||
ArgumentOffsetComputer(Symbol* signature, int max)
|
||||
: SignatureIterator(signature),
|
||||
_max(max), _offset(0),
|
||||
_offsets(Thread::current(), max) {
|
||||
_offsets(max) {
|
||||
do_parameters_on(this); // non-virtual template execution
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue