# HG changeset patch # User kamg # Date 1304695516 14400 # Node ID f4063a3503fc868093cac9eac6a246806b7e17a2 # Parent ededdaaf8ca50821d1a0d86bf239fa5e7da99789# Parent 54a56bbaf95b1a2c63aea5b45c0219f03bed4822 Merge diff -r 54a56bbaf95b -r f4063a3503fc make/altsrc.make --- a/make/altsrc.make Fri May 06 09:45:18 2011 +0200 +++ b/make/altsrc.make Fri May 06 11:25:16 2011 -0400 @@ -24,7 +24,8 @@ # This file defines variables and macros which are used in the makefiles to # allow distributions to augment or replace common hotspot code with -# distribution-specific source files. +# distribution-specific source files. This capability is disabled when +# an OPENJDK build is requested, unless HS_ALT_SRC_REL has been set externally. # Requires: GAMMADIR # Provides: @@ -33,14 +34,17 @@ HS_COMMON_SRC_REL=src -# This needs to be changed to a more generic location, but we keep it as this -# for now for compatibility -HS_ALT_SRC_REL=src/closed +ifneq ($(OPENJDK),true) + # This needs to be changed to a more generic location, but we keep it + # as this for now for compatibility + HS_ALT_SRC_REL=src/closed +else + HS_ALT_SRC_REL=NO_SUCH_PATH +endif HS_COMMON_SRC=$(GAMMADIR)/$(HS_COMMON_SRC_REL) HS_ALT_SRC=$(GAMMADIR)/$(HS_ALT_SRC_REL) - ## altsrc-equiv # # Convert a common source path to an alternative source path diff -r 54a56bbaf95b -r f4063a3503fc src/share/vm/prims/jvmti.xml --- a/src/share/vm/prims/jvmti.xml Fri May 06 09:45:18 2011 +0200 +++ b/src/share/vm/prims/jvmti.xml Fri May 06 11:25:16 2011 -0400 @@ -280,10 +280,8 @@ - - - - + + @@ -2285,9 +2283,8 @@ Stack frames are referenced by depth. The frame at depth zero is the current frame.

- Stack frames are as described in the - . + Stack frames are as described in + , That is, they correspond to method invocations (including native methods) but do not correspond to platform native or VM internal frames. @@ -2627,7 +2624,7 @@ - Return the stack showing the + Return the stack showing model of the stack; otherwise, show the internal representation of the stack with inlined and optimized methods missing. If the virtual machine @@ -2707,7 +2704,7 @@ When the thread is resumed, the execution state of the thread is reset to the state immediately before the called method was invoked. - That is (using the terminology): + That is (using terminology):