RFR: 8295661: CompileTask::compile_id() should be passed as int
Tom Rodriguez
never at openjdk.org
Fri Dec 16 09:39:19 UTC 2022
On Mon, 12 Dec 2022 14:44:28 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> OK. Strange indeed!
>
> It's a good question and unfortunately I cannot recall the reason. Maybe @tkrodriguez can. In any case, I don't think it impacts this change.
That's far enough back that I don't really know why I used jlong. Its type should really match the real compile id type whatever that is. It's also fully internal to the JVMCI implementation so you can change it without affecting Graal.
-------------
PR: https://git.openjdk.org/jdk/pull/11630
More information about the hotspot-dev
mailing list