jdk/.hgignore
author johnc
Thu, 29 Oct 2009 09:42:26 -0700
changeset 4102 11d514e508d9
parent 3635 dfc746e20834
child 4397 05cfc8c7552f
permissions -rw-r--r--
6889740: G1: OpenDS fails with "unhandled exception in compiled code" Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null. Reviewed-by: kvn, twisti
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
^build/
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
^dist/
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
^nbproject/private/
3635
dfc746e20834 6853636: Fix warnings in jdwpgen, add jdwpgen NetBeans project
ohair
parents: 2
diff changeset
     4
^make/netbeans/.*/nbproject/private/
dfc746e20834 6853636: Fix warnings in jdwpgen, add jdwpgen NetBeans project
ohair
parents: 2
diff changeset
     5
^make/netbeans/.*/build/
dfc746e20834 6853636: Fix warnings in jdwpgen, add jdwpgen NetBeans project
ohair
parents: 2
diff changeset
     6
^make/netbeans/.*/dist/