mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8146690: Make all classes in GC follow the naming convention
Reviewed-by: dholmes, stefank
This commit is contained in:
parent
49d61bdeb6
commit
ad0c208a5a
77 changed files with 411 additions and 411 deletions
|
@ -95,7 +95,7 @@ JvmtiEnvBase::initialize() {
|
|||
{
|
||||
// This block of code must not contain any safepoints, as list deallocation
|
||||
// (which occurs at a safepoint) cannot occur simultaneously with this list
|
||||
// addition. Note: No_Safepoint_Verifier cannot, currently, be used before
|
||||
// addition. Note: NoSafepointVerifier cannot, currently, be used before
|
||||
// threads exist.
|
||||
JvmtiEnvIterator it;
|
||||
JvmtiEnvBase *previous_env = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue