|
Quick Lists
|
|
Bug ID:
|
6709093
|
|
Votes
|
0
|
|
Synopsis
|
Compressed Oops: reduce size of compiled methods
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs13(b02)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6712872
|
|
Submit Date
|
30-MAY-2008
|
|
Description
|
There is ~60% regression in monte_carlo due to not inlining
nextDouble() method and, as result, not (EA) scalarizing Random customer .
The method is not inlinined since the size of its compiled
code > 1000 (inlining threshold) because of additional
encoding/decoding instructions.
Posted Date : 2008-06-10 17:02:38.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Exclude UEP size from nmethod code size.
Use addressing through narrow oop to get prototype header.
Posted Date : 2008-06-10 17:02:38.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |