hg: jdk7/hotspot/hotspot: 6 new changesets

coleen.phillimore at sun.com coleen.phillimore at sun.com
Thu Jan 15 14:37:57 PST 2009


Changeset: 52a431267315
Author:    coleenp
Date:      2009-01-13 14:41 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/52a431267315

6791168: Fix invalid code in bytecodeInterpreter that can cause gcc ICE
Summary: Fix compilation errors from latest gcc in CC_INTERP including offending missing void* cast.
Reviewed-by: xlu

! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/bytecodeInterpreter_x86.inline.hpp
! src/cpu/x86/vm/cppInterpreter_x86.cpp
! src/cpu/x86/vm/frame_x86.inline.hpp
! src/cpu/x86/vm/interp_masm_x86_64.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp
! src/share/vm/interpreter/bytecodeInterpreter.cpp
! src/share/vm/interpreter/bytecodeInterpreter.hpp

Changeset: 4db4e58c16bd
Author:    xlu
Date:      2009-01-13 12:08 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/4db4e58c16bd

6791815: Fix for 6471657 can cause deadlock on non-Solaris platforms when initializing direct buffer support
Summary: Place the state transition inside the loop so that the VMThread could proceed for safepoint
Reviewed-by: dholmes, never, acorn

! src/share/vm/prims/jni.cpp

Changeset: 9250583801d2
Author:    xlu
Date:      2009-01-13 12:14 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/9250583801d2

Merge


Changeset: 2ddbaf7b8e1c
Author:    xlu
Date:      2009-01-13 14:49 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/2ddbaf7b8e1c

Merge


Changeset: c9004fe53695
Author:    xlu
Date:      2009-01-13 17:39 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/c9004fe53695

6792301: StackAlignmentInBytes not honored for compiled native methods
Summary: Fixed the stack misalignment when generate_native_wrapper is called.
Reviewed-by: never, kamg, kvn, phh

! src/cpu/x86/vm/sharedRuntime_x86_32.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp

Changeset: f6c0827e5919
Author:    coleenp
Date:      2009-01-15 12:44 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/f6c0827e5919

Merge





More information about the hotspot-dev mailing list