Skip to content

Clean up MM_ClassLoaderManager class - #19338

Merged
amicic merged 1 commit into
eclipse-openj9:masterfrom
dmitripivkine:master
Apr 18, 2024
Merged

Clean up MM_ClassLoaderManager class#19338
amicic merged 1 commit into
eclipse-openj9:masterfrom
dmitripivkine:master

Conversation

@dmitripivkine

Copy link
Copy Markdown
Contributor

Use uintptr_t instead of UDATA, fix formatting etc.

Use uintptr_t instead of UDATA, fix formatting etc.

Signed-off-by: Dmitri Pivkine <Dmitri_Pivkine@ca.ibm.com>
@dmitripivkine

Copy link
Copy Markdown
Contributor Author

Jenkins compile pLinux,win jdk21

@@ -226,7 +226,7 @@ MM_ClassLoaderManager::isTimeForClassUnloading(MM_EnvironmentBase *env)
Assert_MM_true(numAnonymousClasses >= _lastUnloadNumOfAnonymousClasses);

if ( _extensions->dynamicClassUnloading != MM_GCExtensions::DYNAMIC_CLASS_UNLOADING_NEVER ) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra white space (that you already removed elsewhere)

@amicic

amicic commented Apr 18, 2024

Copy link
Copy Markdown
Contributor

looks good. since compiles are almost done, that one thing I commented on can be addressed in an upcomimg change

@amicic
amicic merged commit 0c8eacd into eclipse-openj9:master Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants