On Tue, 23 Jan 2024 22:41:44 GMT, Quan Anh Mai <qa...@openjdk.org> wrote:

>> src/java.base/share/classes/jdk/internal/misc/JitCompiler.java line 119:
>> 
>>> 117:      * @see #isCompileConstant(boolean)
>>> 118:      */
>>> 119:     @IntrinsicCandidate
>> 
>> Note how the Java entry for MH intrinsic we have replaced had `@Hidden`. 
>> These methods should have `@Hidden` too then? Probably applies to other 
>> entries too.
>
> I don't understand why this needs to be `@Hidden`, the javadoc says that a 
> function annotated with `@Hidden` is omitted from the stacktraces. This 
> function does not call anything so what is the point of hiding it?

I suspect there is a code that counts stack traces somewhere that relies on it 
in MH parts. There is no harm for doing `@Hidden` here, I think.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17527#discussion_r1464541674

Reply via email to