.hgignore

Sun, 08 May 2016 12:25:24 -0400

author
Jin
date
Sun, 08 May 2016 12:25:24 -0400
changeset 5
7e3d3484b275
parent 0
f90c822e73f8
child 6876
710a3c8b516e
permissions
-rw-r--r--

[NativeWrapper] stack_guard_state_offset: fix unaligned lwu

When running d.java from http://10.2.5.28/dev/wiki/JDK-test-programs,

the unaligned counter growes at 1656301 /s

An enum type should be read with LW, not LD.

Effect:
* d.java: 0 unaligned access

     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