.hgignore

Thu, 05 May 2016 14:53:07 -0400

author
Jin
date
Thu, 05 May 2016 14:53:07 -0400
changeset 2
26621fe12c48
parent 0
f90c822e73f8
child 6876
710a3c8b516e
permissions
-rw-r--r--

TemplateTable::_new(): fix unaligned lw


InstanceKlass::init_state is defiend as "u2" and is assigned to 2-byte
boundary. Its offset is 0x16a.
Such field should be accessed with LHU.

public class List {
public static void main(String[] args) {
List th;
while(true)
th = new List();
}
}


Effect:
* -Xmixed / -Xint: no unaligned instructions

     1 ^build/
     2 ^dist/
     3 /nbproject/private/
     4 ^src/share/tools/hsdis/build/
     5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
     6 ^src/share/tools/IdealGraphVisualizer/build/
     7 ^src/share/tools/IdealGraphVisualizer/dist/
     8 ^.hgtip
     9 .DS_Store

mercurial