We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b42ff9 + 9e1b66f commit a70163aCopy full SHA for a70163a
sdk/mx.sdk/mx_sdk_vm_impl.py
@@ -2427,17 +2427,13 @@ def _format_properties(data):
2427
2428
2429
def _get_component_stability(component):
2430
- if _src_jdk_version not in (11, 17):
2431
- return "experimental"
2432
- if mx.is_darwin() and mx.get_arch() == 'aarch64':
+ if _src_jdk_version not in (17, 20):
2433
return "experimental"
2434
return component.stability
2435
2436
2437
def _get_core_stability():
2438
2439
2440
2441
2442
return "supported"
2443
0 commit comments