JVM/TI code review request (XS and M) (7182152) (original) (raw)

David Holmes david.holmes at oracle.com
Mon Feb 4 15:15:30 PST 2013


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: INCLUDEJVMTI ?= false INCLUDEFPROF ?= false INCLUDEVMSTRUCTS ?= false INCLUDEJNICHECK ?= false INCLUDESERVICES ?= false INCLUDEMANAGEMENT ?= false INCLUDEALTERNATEGCS ?= false INCLUDENMT ?= false INCLUDECDS ?= 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



More information about the serviceability-dev mailing list