feat: implement java/lang/ProcessImpl for windows#741
Merged
brianheineman merged 1 commit intomainfrom May 3, 2026
Merged
Conversation
Contributor
|
| Branch | impl-windows-process |
| Testbed | Linux |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholdsflag.
Click to view all benchmark results
| Benchmark | Latency | nanoseconds (ns) |
|---|---|---|
| default_class_loader | 📈 view plot | 8,608,700.00 ns |
| from_bytes | 📈 view plot | 5,206.50 ns |
| from_bytes/ascii | 📈 view plot | 16.21 ns |
| from_bytes/mixed | 📈 view plot | 33.12 ns |
| from_bytes/null | 📈 view plot | 32.01 ns |
| from_bytes/supplementary | 📈 view plot | 37.49 ns |
| hello_world | 📈 view plot | 223,110,000.00 ns |
| hello_world_int | 📈 view plot | 218,880,000.00 ns |
| jimage_load_hash_map | 📈 view plot | 108,820.00 ns |
| load_hash_map | 📈 view plot | 166.12 ns |
| load_invalid_class | 📈 view plot | 303.30 ns |
| to_bytes | 📈 view plot | 5,975.30 ns |
| to_bytes/ascii | 📈 view plot | 16.54 ns |
| to_bytes/mixed | 📈 view plot | 20.94 ns |
| to_bytes/null | 📈 view plot | 23.22 ns |
| to_bytes/supplementary | 📈 view plot | 26.70 ns |
| to_string | 📈 view plot | 93,495.00 ns |
| verify | 📈 view plot | 2,576.20 ns |
| vm_init | 📈 view plot | 156,330,000.00 ns |
| vm_init_int | 📈 view plot | 132,880,000.00 ns |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #741 +/- ##
=======================================
Coverage 89.54% 89.54%
=======================================
Files 684 684
Lines 129557 129565 +8
=======================================
+ Hits 116006 116014 +8
Misses 13551 13551 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
129f967 to
52b5bda
Compare
52b5bda to
e991602
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.