-
Bug
-
Resolution: Fixed
-
P3
-
7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176993 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b17 |
JDK-2172456 | 6u10 | Vladimir Kozlov | P3 | Resolved | Fixed | b09 |
I see about 2-3% regression in jbb2005 on x86 after the next putback
see attached VM statistics and logCompilation outputs:
20070619061317.sgoldman.asm-x86-amd64
It got slightly high number of doptimizations: 79 vs 67.
More relocations for 9 native nmethods: 524 vs 200.
C2 saw less methods: 4060 vs 4362.
More inline cache misses: 43 vs 36
And much more different unresolved call site.
Also I noticed -XX:+PrintRelocations crashs VM.
see attached VM statistics and logCompilation outputs:
20070619061317.sgoldman.asm-x86-amd64
It got slightly high number of doptimizations: 79 vs 67.
More relocations for 9 native nmethods: 524 vs 200.
C2 saw less methods: 4060 vs 4362.
More inline cache misses: 43 vs 36
And much more different unresolved call site.
Also I noticed -XX:+PrintRelocations crashs VM.
- backported by
-
JDK-2172456 jbb regression 2-3% in b15 on x86
-
- Resolved
-
-
JDK-2176993 jbb regression 2-3% in b15 on x86
-
- Closed
-