15 Commits

Author SHA1 Message Date
Eric Caspole
03b9dcc0fb 8196347: LogCompilation: generate log file on the fly for input to junits
Dynamically generate simple log files

Reviewed-by: kvn, thartmann
2019-01-03 13:22:02 -05:00
Sergei Ustimenko
88b95f0570 8215977: hsdis installation documentation update
Reviewed-by: dholmes
2019-01-01 20:09:02 -05:00
Eric Caspole
ebbbb4f9d6 8214912: LogCompilation: Show the comp level
Show the TieredCompilation level from the xml log

Reviewed-by: kvn, iignatyev
2018-12-06 13:54:19 -05:00
David Buck
36b45330b8 8191006: hsdis disassembler plugin does not compile with binutils 2.29+
Update call to disassembler() function to match new signature used by Binutils

Reviewed-by: gromero, kvn
2018-08-01 02:21:02 -04:00
David Buck
d4381002ac 8208541: non-ASCII characters in hsdis UPL text
Replace Unicode left/right double quote pair with normal ASCII double quotes

Reviewed-by: jrose
2018-08-01 01:40:44 -04:00
David Buck
a3e7f01f33 8208183: update HSDIS plugin license to UPL
Reviewed-by: simonis, adinn, jrose
2018-07-26 10:56:58 -04:00
Eric Caspole
8da6952259 8197447: LogCompilation throws "couldn't find bytecode"
Handle unstable_fused_if

Reviewed-by: kvn, gtriantafill
2018-05-04 10:45:47 -04:00
Eric Caspole
c971362aa0 8195069: LogCompilation - add basic unit tests
Framework and simple junits with static input

Reviewed-by: kvn, thartmann
2018-01-31 17:45:48 -05:00
Eric Caspole
dcb4e73a38 8195064: LogCompilation: Chicken and egg startup problem with types
Removed extra null check that was causing the problem

Reviewed-by: thartmann, kvn
2018-01-18 16:37:43 -05:00
Eric Caspole
dfb6247815 8192857: LogCompilation could show the intrinsics more like +PrintIntrinsics
Show the intrinsics internal name in the inlining output

Reviewed-by: kvn, gtriantafill
2018-01-08 17:47:08 -05:00
Eric Caspole
d470bc0546 8192821: Make LogCompilation into a maven project
Add a maven project setup while preserving make build.

Reviewed-by: kvn
2017-11-30 16:00:34 -05:00
Eric Caspole
b9c69b3401 8191779: LogCompilation throws java.lang.Error: scope underflow
Add the trap into the last call site as the site may not yet be added into scopes.

Reviewed-by: kvn, thartmann
2017-11-30 09:59:27 -05:00
Gustavo Romero
f25e51e643 8191868: IdealGraphVisualizer: "ant build/run" fails due to outdated bootstrap.url
Fixed bootstrap.url to point to correct server.

Reviewed-by: thartmann
2017-11-27 14:59:36 +01:00
Eric Caspole
b18720e411 8191615: LogCompilation can show bytes
Print the bytes size of a method as it is now contained in the log

Reviewed-by: kvn, vlivanov
2017-11-21 16:27:01 -05:00
Erik Joelsson
3789983e89 8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00