-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add selected tracepoints for OpenJ9 -Xtrace #926
Conversation
|
62002ba
to
ea1543c
Compare
make/modules/java.base/Lib.gmk
Outdated
-I$(OPENJ9_TOPDIR)/runtime/include \ | ||
-I$(OPENJ9_TOPDIR)/runtime/oti \ | ||
-I$(OPENJ9OMR_TOPDIR)/include_core \ | ||
-I$(OUTPUTDIR)/vm/runtime \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uses of $(OUTPUTDIR)/vm/runtime
should be replaced by $(OPENJ9_VM_BUILD_DIR)
, in part to enable UMA builds, but the include paths are incomplete for UMA.
3ec7213
to
32616d8
Compare
Depends on eclipse-openj9/openj9#20936 Issue https://github.ibm.com/runtimes/semeru-requests/issues/46 Signed-off-by: Peter Shipton <[email protected]>
32616d8
to
f36bf3e
Compare
Jenkins compile alinux,win jdknext |
Depends on eclipse-openj9/openj9#20936
Issue https://github.ibm.com/runtimes/semeru-requests/issues/46
A cherry pick of ibmruntimes/openj9-openjdk-jdk21#243, fixing conflicts in the .gmk files.