-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 14
-
b19
PrintAssembly would work in twice for JVMCI installed code before, so I fixed it in JDK-8180601. However PrintAseembly would not work for them in JDK 13 or later. It seems due to JDK-8220623.
How to reproduce:
1. Clone reproducer from GitHub
https://github.com/YaSuenag/jdt-2017-examples
2. Copy some files from hotspot testcase
Please read README.md in this repository.
3. Edit Makefile to use hsdis
- code-injection/Makefile
- Enable UnlockDiagnosticVMOptions and CompilerDirectivesFile
4. Deploy hsdis to JDK 13
5. Run reproducer
$ make JAVA_HOME=/path/to/jdk13 padd
How to reproduce:
1. Clone reproducer from GitHub
https://github.com/YaSuenag/jdt-2017-examples
2. Copy some files from hotspot testcase
Please read README.md in this repository.
3. Edit Makefile to use hsdis
- code-injection/Makefile
- Enable UnlockDiagnosticVMOptions and CompilerDirectivesFile
4. Deploy hsdis to JDK 13
5. Run reproducer
$ make JAVA_HOME=/path/to/jdk13 padd