[maxine~maxine:3604] Inspector: (second try) class/method/variable renaming for consistency wi
- From: dougxc@kenai.com
- To: commits@maxine.kenai.com
- Subject: [maxine~maxine:3604] Inspector: (second try) class/method/variable renaming for consistency wi
- Date: Mon, 8 Mar 2010 02:41:32 +0000
Project: maxine
Repository: maxine
Revision: 3604
Author: dougxc
Date: 2010-03-08 01:55:10 UTC
Link:
Log Message:
------------
Inspector: add an error check to the bytecode breakpoint machinery to catch
the case where there are too many classes with bytecode breakpoints specified.
Their type descriptors will not fit into the statically allocated char array
in the VM where they must be written in
order to implement them.
Inspector: some JavaDoc for the VM method watched by the inspector for
implementing bytecode breakpoints.
Inspector: move "returnLocation()" method, smeared across CodeManager and
TeleNativeThread to the recently TeleStack class,where it belongs.
Inspector: class/method/variable renaming for consistent usage of "thread
locals block" abstraction.
Inspector: (second try) class/method/variable renaming for consistency with
"thread locals block" abstraction
Revisions:
----------
3600
3601
3602
3603
3604
Modified Paths:
---------------
Tele/src/com/sun/max/tele/debug/TeleBytecodeBreakpoint.java
VM/src/com/sun/max/vm/tele/InspectableCodeInfo.java
Tele/src/com/sun/max/tele/TeleVM.java
Tele/src/com/sun/max/tele/debug/TeleNativeThread.java
Tele/src/com/sun/max/tele/debug/TeleProcess.java
Tele/src/com/sun/max/tele/debug/TeleStack.java
Tele/src/com/sun/max/tele/method/CodeManager.java
Inspector/src/com/sun/max/ins/debug/ThreadLocalsInspector.java
Inspector/src/com/sun/max/ins/debug/ThreadLocalsViewPreferences.java
Inspector/src/com/sun/max/ins/memory/MemoryRegionsTable.java
Inspector/src/com/sun/max/ins/value/WordValueLabel.java
Tele/src/com/sun/max/tele/MaxThread.java
Tele/src/com/sun/max/tele/TeleSemiSpaceHeapScheme.java
Tele/src/com/sun/max/tele/debug/TeleStackFrameWalker.java
Tele/src/com/sun/max/tele/debug/TeleThreadManager.java
Added Paths:
------------
Tele/src/com/sun/max/tele/debug/TeleThreadLocalsBlock.java
Tele/src/com/sun/max/tele/MaxThreadLocalsBlock.java
|
[maxine~maxine:3604] Inspector: (second try) class/method/variable renaming for consistency wi |
dougxc | 03/08/2010 |





