RFR(XS): 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Mon Feb 18 12:42:39 PST 2013
- Previous message: RFR(XS): 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
- Next message: hg: hsx/hotspot-rt/hotspot: 8007901: SA: Don't read flag values as constants
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks reasonable. We usually push into hs25 first, do Nightly testing and only then backport to hs24. I would advise to do the same with this fix.
Thanks, Vladimir
On 2/18/13 4:10 AM, Rickard Bäckman wrote:
Hi all,
I just got a small patch this time that makes sure that a pc given to a frame is actually in the code part of the codeBlob. The case that assert here was pointing into the data part of the codeBlob. This webrev is only for hs24 so far. Waiting for pending changes in hs25. webrev: http://cr.openjdk.java.net/~rbackman/8008340/ bug: http://bugs.sun.com/viewbug.do?bugid=8008340 Thanks /R
- Previous message: RFR(XS): 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
- Next message: hg: hsx/hotspot-rt/hotspot: 8007901: SA: Don't read flag values as constants
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]