[maxine~maxine:3589] Merge
- From: dougxc@kenai.com
- To: commits@maxine.kenai.com
- Subject: [maxine~maxine:3589] Merge
- Date: Wed, 3 Mar 2010 07:05:20 +0000
Project: maxine
Repository: maxine
Revision: 3589
Author: dougxc
Date: 2010-03-03 06:41:38 UTC
Link:
Log Message:
------------
Inspector: method renaming and documentation around management of heap regions
JavaDoc fix
Optimize the implementation of bytecode breakpoints.
The Inspector no longer triggers a VM break on every method compilation.
The break now occurs only for methods in classes in which there is at least
one bytecode breakpoint set.
The list of classes for which this should be done is written into a special
static char array in the VM, which
is used to filter notifications.
Merge
Revisions:
----------
3586
3587
3588
3589
Modified Paths:
---------------
Inspector/src/com/sun/max/ins/InspectionFocus.java
Inspector/src/com/sun/max/ins/value/MemoryRegionValueLabel.java
Inspector/src/com/sun/max/ins/value/WordValueLabel.java
Tele/src/com/sun/max/tele/MaxVM.java
Tele/src/com/sun/max/tele/TeleHeapManager.java
Tele/src/com/sun/max/tele/TeleVM.java
VM/src/com/sun/max/vm/compiler/CompilationScheme.java
Tele/src/com/sun/max/tele/debug/TeleBytecodeBreakpoint.java
Tele/src/com/sun/max/tele/field/TeleFields.java
VM/src/com/sun/max/vm/tele/InspectableCodeInfo.java
C1X/src/com/sun/c1x/bytecode/Bytecodes.java
CPS/src/com/sun/max/vm/cps/b/c/BytecodeTranslation.java
CPS/src/com/sun/max/vm/cps/jit/BytecodeToTargetTranslator.java
Tele/src/com/sun/max/tele/debug/TeleStackFrameWalker.java
Tele/src/com/sun/max/tele/object/TeleClassActor.java
VM/src/com/sun/max/annotate/METHOD_SUBSTITUTIONS.java
VM/src/com/sun/max/platform/Platform.java
VM/src/com/sun/max/vm/MaxineVM.java
VM/src/com/sun/max/vm/classfile/ClassfileReader.java
VM/src/com/sun/max/vm/compiler/target/RegisterRoleAssignment.java
VM/src/com/sun/max/vm/compiler/target/sparc/SPARCTargetABIsScheme.java
VM/src/com/sun/max/vm/compiler/target/sparc/systemV/SPARCSystemVTargetABIsScheme.java
VM/src/com/sun/max/vm/jdk/JDK_java_lang_System.java
VM/src/com/sun/max/vm/runtime/VMRegister.java
VM/src/com/sun/max/vm/stack/StackFrameWalker.java
VM/src/com/sun/max/vm/stack/VmStackFrameWalker.java
VM/src/com/sun/max/vm/template/BytecodeTemplate.java
VM/src/com/sun/max/vm/template/generate/BytecodeTemplateGenerator.java
VM/src/com/sun/max/vm/template/source/BytecodeTemplateSource.java
VM/src/com/sun/max/vm/thread/VmThread.java
Added Paths:
------------
VM/src/com/sun/max/annotate/PLATFORM.java
|
[maxine~maxine:3589] Merge |
dougxc | 03/03/2010 |





