jdk
jdk copied to clipboard
if JfrTryLock is not acquired, there is no reason to generate RecordStackTrace
if JfrTryLock is not acquired, there is no reason to generate RecordStackTrace and RecordStackTrace is a resource consuming operation.
Progress
- [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [x] Change must not contain extraneous whitespace
- [ ] Commit message must refer to an issue
Error
⚠️ OCA signatory status must be verified
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19268/head:pull/19268
$ git checkout pull/19268
Update a local copy of the PR:
$ git checkout pull/19268
$ git pull https://git.openjdk.org/jdk.git pull/19268/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 19268
View PR using the GUI difftool:
$ git pr show -t 19268
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19268.diff