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

fix: add java.lang.invoke.MethodHandleNatives.registerNatives()V and jdk.internal.misc.PreviewFeatures.isPreviewEnabled()Z #144

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

brianheineman
Copy link
Contributor

No description provided.

…jdk.internal.misc.PreviewFeatures.isPreviewEnabled()Z
@github-actions github-actions bot added the fix label Nov 24, 2024
Copy link
Contributor

🐰 Bencher Report

Branchadd-native-methods
Testbedlocalhost

⚠️ 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-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
from_bytes📈 view plot
⚠️ NO THRESHOLD
26,035.00
load_hash_map📈 view plot
⚠️ NO THRESHOLD
30,059.00
load_invalid_class📈 view plot
⚠️ NO THRESHOLD
27,140.00
runtime_v11📈 view plot
⚠️ NO THRESHOLD
35,071,000.00
runtime_v17📈 view plot
⚠️ NO THRESHOLD
33,074,000.00
runtime_v21📈 view plot
⚠️ NO THRESHOLD
32,209,000.00
runtime_v8📈 view plot
⚠️ NO THRESHOLD
20,921,000.00
to_bytes📈 view plot
⚠️ NO THRESHOLD
22,602.00
to_string📈 view plot
⚠️ NO THRESHOLD
150,680.00
verify📈 view plot
⚠️ NO THRESHOLD
941.66
🐰 View full continuous benchmarking report in Bencher

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

Attention: Patch coverage is 62.50000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 95.68%. Comparing base (afe17e1) to head (145c8ff).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...c/native_methods/java_lang_invoke_methodhandles.rs 57.14% 3 Missing ⚠️
...ative_methods/jdk_internal_misc_previewfeatures.rs 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #144      +/-   ##
==========================================
- Coverage   95.70%   95.68%   -0.02%     
==========================================
  Files         147      149       +2     
  Lines       27436    27452      +16     
==========================================
+ Hits        26257    26267      +10     
- Misses       1179     1185       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@brianheineman brianheineman merged commit 94db85d into main Nov 24, 2024
68 of 69 checks passed
@brianheineman brianheineman deleted the add-native-methods branch November 24, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant