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

Disable perfdata when running JavaToolchainCompileClasses or JavaToolchainCompileBootClasspath #149

Closed
wants to merge 1 commit into from

Conversation

cheister
Copy link
Contributor

A recent JDK update started printing the following warning message from the JVM

[warning][perf,memops] Cannot use file /tmp/hsperfdata_username/2 because it is locked by another process (errno = 11)

on linux hosts. Also referenced from bazelbuild/bazel#3236

This PR disables the perfdata generation when running JavaToolchainCompileClasses or JavaToolchainCompileBootClasspath so this warning message won't be printed.

@cheister cheister requested review from comius and a team as code owners October 27, 2023 00:13
@fmeum
Copy link
Contributor

fmeum commented Nov 2, 2023

@hvadehra Could you review this? We probably want this in Bazel 7.

CC @meteorcloudy

@hvadehra hvadehra requested a review from cushon November 6, 2023 09:41
@fmeum
Copy link
Contributor

fmeum commented Mar 8, 2024

@hvadehra Friendly ping on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants