8156073: 2-slot LiveStackFrame locals (long and double) are incorrect

Reviewed-by: coleenp, mchung
This commit is contained in:
Brent Christian 2017-01-31 11:50:42 -08:00
parent 95ff3ccdb4
commit c38ccc4fb0
6 changed files with 67 additions and 63 deletions

View file

@ -1380,11 +1380,13 @@ class java_lang_LiveStackFrameInfo: AllStatic {
static int _monitors_offset;
static int _locals_offset;
static int _operands_offset;
static int _mode_offset;
public:
static void set_monitors(oop info, oop value);
static void set_locals(oop info, oop value);
static void set_operands(oop info, oop value);
static void set_mode(oop info, int value);
static void compute_offsets();