JVM/TI code review request (XS and M) (7182152) (original) (raw)
Daniel D. Daugherty daniel.daugherty at oracle.com
Mon Feb 4 14:49:52 PST 2013
- Previous message: JVM/TI code review request (XS and M) (7182152)
- Next message: JVM/TI code review request (XS and M) (7182152)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: JVM/TI code review request (XS and M) (7182152)
- Next message: JVM/TI code review request (XS and M) (7182152)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]