Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-61425] Update labsjdk to 25+6-jvmci-b01 #10513

Merged
merged 46 commits into from
Jan 24, 2025
Merged

Conversation

graalvmbot
Copy link
Collaborator

Update labsjdk to 25+6-jvmci-b01

Adopted:
JDK-8347287 - JFR: Remove use of Security Manager - PR
JDK-8347129 - cpuset cgroups controller is required for no good reason - PR
JDK-8346460 - NotifyFramePop should return JVMTI_ERROR_DUPLICATE - PR
JDK-8346143 - add ClearAllFramePops function to speedup debugger single stepping in some cases - PR

OracleLabsAutomation and others added 30 commits January 8, 2025 22:00
throw VMError.shouldNotReachHere("Paths from the image build must not be embedded into the Native Image.");
}

@Alias
static native SafePath getPathInProperty(String prop, String subPath);
static native Target_jdk_jfr_internal_SecuritySupport_SafePath getPathInProperty(String prop, String subPath);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think that SubstrateJVM.getDumpPath() needs to now accomodate the case where we're on JDKLatest. Right now it still unconditionally uses Target_jdk_jfr_internal_SecuritySupport.getPathInProperty which won't exist on JDKLatest

Copy link
Member

Choose a reason for hiding this comment

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

thanks @roberttoyonaga!

@christianhaeubl do you know the answer?

Copy link
Member

Choose a reason for hiding this comment

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

@roberttoyonaga : good point, I pushed a fix.

@graalvmbot graalvmbot closed this Jan 24, 2025
@graalvmbot graalvmbot deleted the labsjdk/adopt-25+6-master branch January 24, 2025 09:40
@graalvmbot graalvmbot merged commit 6d1d649 into master Jan 24, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants