Correct - no JVM/TI and so no redefineClasses in the minimal VM.
David
On 5/02/2013 8:49 AM, Daniel D. Daugherty wrote:
On 2/4/13 9:40 AM, Daniel D. Daugherty wrote:
On 2/4/13 8:19 AM, Karen Kinnear wrote:
Is redefineclasses supported in the MinimalVM?
I don't know the answer to that. I have not been tracking the
MinimalVM work. I'll investigate and get back to you.
Karen,
These two Makefiles:
make/bsd/makefiles/minimal1.make
make/linux/makefiles/minimal1.make
Have these default make variable settings:
INCLUDE_JVMTI ?= false
INCLUDE_FPROF ?= false
INCLUDE_VM_STRUCTS ?= false
INCLUDE_JNI_CHECK ?= false
INCLUDE_SERVICES ?= false
INCLUDE_MANAGEMENT ?= false
INCLUDE_ALTERNATE_GCS ?= false
INCLUDE_NMT ?= false
INCLUDE_CDS ?= false
so it stands to reason that the minimal1 build config
does not worry about RedefineClasses since that's part
of JVM/TI which isn't included by default.
Dan