8256009: Remove src/hotspot/share/adlc/Test/i486.ad

Reviewed-by: shade, thartmann
This commit is contained in:
Jie Fu 2020-11-10 13:49:01 +00:00
parent 3455fa9bfd
commit a1d4b9f35b
9 changed files with 11 additions and 11 deletions

View file

@ -292,7 +292,7 @@ bool PosixSignals::pd_hotspot_signal_handler(int sig, siginfo_t* info,
int op = pc[0];
if (op == 0xDB) {
// FIST
// TODO: The encoding of D2I in i486.ad can cause an exception
// TODO: The encoding of D2I in x86_32.ad can cause an exception
// prior to the fist instruction if there was an invalid operation
// pending. We want to dismiss that exception. From the win_32
// side it also seems that if it really was the fist causing