Joshua Cao

Results 2 issues of Joshua Cao

Example: ``` [~/jdk/jdk]$ build/linux-x86_64-server-fastdebug/jdk/bin/java -XX:CompileCommand=PrintCompilation,java.lang.String::length Hello CompileCommand: PrintCompilation java/lang/String.length bool PrintCompilation = true 223 12 3 java.lang.String::length (11 bytes) 405 307 4 java.lang.String::length (11 bytes) hello world ``` Running `java...

rfr
hotspot-compiler

Currently any relative path import will import relative from the alacritty executable. I believe its not useful. This PR makes the imports relative from the config file. Nested relative imports...