Yichen Yan
Yichen Yan
I tried to build GraalVM on M1, after hard-coded some architecture checks in mx, the first main issue is the absence of some dependency libraries on darwin arm64, and this...
Hi @christianhaeubl, do you have any clue why some JDK 11 gates failed? I think I didn't change JFR things, but only some substitutions. One failure in gate: ``` Caused...
@zapster Thanks for sharing! Looking forward to future updates
Hi @dougxc , the current version of `requiresConcealed` seems to have issue. IIUC it's checking if the current `jdk.javaCompliance` is in the range of `java_compliance`, i.e., ``` if java_compliance.__contains__(jdk.javaCompliance) ```...
> While the `benchmark/` seems updated, I cannot get a valuable result from it. It runs without error but returns a zero qps. Actually, I can get a positive QPS...
ok it's still not working... the benchmark quit instantly after startup: ``` $ npm run start > [email protected] start > node bootstrap.js 2022-08-12 17:15:33,524 INFO 54924 [midway:bootstrap] current app started...
thanks, it worked!
>remember the syntax and queries list AFAICT no. I think the most common way is to delete the (suspicious) logic that generates the query and rerun the tool, until the...
> You are correct. There are no static libraries there. Are there supposed to be? Not necessarily for running a regular Java program, but GraalVM needs that. Solutions include: 1....
@mahjonp PTAL