mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
Merge
This commit is contained in:
commit
fc1a61a3df
5 changed files with 36 additions and 23 deletions
|
@ -1871,7 +1871,7 @@ public:
|
|||
// properties.
|
||||
|
||||
// ShmBkBlock: base class for all blocks in the shared memory bookkeeping
|
||||
class ShmBkBlock {
|
||||
class ShmBkBlock : public CHeapObj<mtInternal> {
|
||||
|
||||
ShmBkBlock* _next;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue