mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier
Reviewed-by: zgu, tschatzl, iklam
This commit is contained in:
parent
b0e727124f
commit
ea436110f6
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class ClassLoaderData : public CHeapObj<mtClass> {
|
|||
bool _modified_oops; // Card Table Equivalent (YC/CMS support)
|
||||
bool _accumulated_modified_oops; // Mod Union Equivalent (CMS support)
|
||||
|
||||
s2 _keep_alive; // if this CLD is kept alive.
|
||||
int _keep_alive; // if this CLD is kept alive.
|
||||
// Used for unsafe anonymous classes and the boot class
|
||||
// loader. _keep_alive does not need to be volatile or
|
||||
// atomic since there is one unique CLD per unsafe anonymous class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue