Code Review for hotspot-rt

Prepared by:filipp.zhinkin@oracle.com on Wed Jan 30 14:51:41 MSK 2013
Workspace:/home/filipp.zhinkin@oracle.com/Development/hotspot-rt
Compare against: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/
Summary of changes: 106 lines changed: 106 ins; 0 del; 0 mod; 0 unchg
Patch of changes: hotspot-rt.patch
Author comments:
Test checks that debug VM will crashed on assert if offset passed to Unsafe's access methods is bigger than object size.

To ensure that it is true, shell script execute Test8001071 which tries to get object from huge offset.

Only one Unsafe's method is checked because all other methods uses the same mechanism to get OOP from object using passed offset.

Test passes only if hs_err_pid* file created and it contains tested assert.

Test will also pass if product VM is tested.
Legend: Modified file
Deleted file
New file

------ ------ ------ ------ --- New Patch Raw test/runtime/8001071/Test8001071.java

45 lines changed: 45 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw test/runtime/8001071/Test8001071.sh

61 lines changed: 61 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /net/vmsqe/bin/webrev (vers 23.18-hg-twisti).