Code Review for hotspot

Prepared by:mgerdin on Fri Oct 25 15:25:10 CEST 2013
Workspace:/home/mgerdin/work/repos/hg/hotspot-gc/hotspot
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:5509
Summary of changes: 14 lines changed: 8 ins; 0 del; 6 mod; 10703 unchg
Changeset: hotspot.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/cpu/x86/vm/interp_masm_x86_32.cpp

rev 5510 : 8027252: Crash in interpreter because get_unsigned_2_byte_index_at_bcp reads 4 bytes
Summary: Use 2-byte loads to load indexes from the byte code stream to avoid out of bounds reads.
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 1598 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/cpu/x86/vm/interp_masm_x86_64.cpp

rev 5510 : 8027252: Crash in interpreter because get_unsigned_2_byte_index_at_bcp reads 4 bytes
Summary: Use 2-byte loads to load indexes from the byte code stream to avoid out of bounds reads.
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 1659 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/cpu/x86/vm/templateTable_x86_32.cpp

rev 5510 : 8027252: Crash in interpreter because get_unsigned_2_byte_index_at_bcp reads 4 bytes
Summary: Use 2-byte loads to load indexes from the byte code stream to avoid out of bounds reads.
Reviewed-by:
6 lines changed: 4 ins; 0 del; 2 mod; 3685 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/cpu/x86/vm/templateTable_x86_64.cpp

rev 5510 : 8027252: Crash in interpreter because get_unsigned_2_byte_index_at_bcp reads 4 bytes
Summary: Use 2-byte loads to load indexes from the byte code stream to avoid out of bounds reads.
Reviewed-by:
6 lines changed: 4 ins; 0 del; 2 mod; 3761 unchg

This code review page was prepared using ../make/scripts/webrev.ksh (vers 24.1-hg+openjdk.java.net).