Request for review (XXS): 7041244: JSR 292: Server VM gets a SEGV running a JCK test (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Tue May 3 08:31:51 PDT 2011
- Previous message: Request for review (XXS): 7041244: JSR 292: Server VM gets a SEGV running a JCK test
- Next message: Request for review (XXS): 7041244: JSR 292: Server VM gets a SEGV running a JCK test
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Good.
Vladimir
On 5/3/11 2:52 AM, Christian Thalinger wrote:
http://cr.openjdk.java.net/~twisti/7041244/
7041244: JSR 292: Server VM gets a SEGV running a JCK test Reviewed-by: The call to checkklasssubtype in adaptercheckcast uses O0 as a temporary register which may be later used in the exception throwing path in vmarg to reload the bad object. The fix is to use O3 instead of O0 which is also free at this point. src/cpu/sparc/vm/methodHandlessparc.cpp
- Previous message: Request for review (XXS): 7041244: JSR 292: Server VM gets a SEGV running a JCK test
- Next message: Request for review (XXS): 7041244: JSR 292: Server VM gets a SEGV running a JCK test
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list