Skip to content

Conversation

@ksco
Copy link
Collaborator

@ksco ksco commented Oct 21, 2025

No description provided.

@ksco ksco merged commit fe0e3b7 into ptitSeb:main Oct 21, 2025
27 checks passed
@ksco ksco deleted the fix branch October 21, 2025 17:15
struct lbt_context* lbt_ctx = NULL;
struct sctx_info* info = (struct sctx_info*)p->uc_mcontext.__extcontext;
while (info->magic && !lbt_ctx) {
if (info->magic == LBT_CTX_MAGIC)
Copy link
Contributor

@xiangzhai xiangzhai Oct 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ksco

There are no struct lbt_context, struct sctx_info, unsigned long long __extcontext[0] __attribute__((__aligned__(16))); for LA64_ABI_1.

How about get_feature_flags_by_cpucfg and then _features & CPU_LBT_X86? jdk works both for LA64 ABI 1.0 and 2.0.

Thanks,
Leslie Zhai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants