equal
deleted
inserted
replaced
290 * http://java.sun.com/javase/technologies/core/toolsapis/jpda/ |
290 * http://java.sun.com/javase/technologies/core/toolsapis/jpda/ |
291 */ |
291 */ |
292 private String[] excludes = { |
292 private String[] excludes = { |
293 "javax.*", |
293 "javax.*", |
294 "sun.*", |
294 "sun.*", |
295 "com.sun.*"}; |
295 "com.sun.*", |
|
296 "com.oracle.*", |
|
297 "oracle.*"}; |
296 |
298 |
297 static VirtualMachineManager vmm ; |
299 static VirtualMachineManager vmm ; |
298 ClassType targetClass; |
300 ClassType targetClass; |
299 Field theValueField; |
301 Field theValueField; |
300 static int earlyReturns = 0; |
302 static int earlyReturns = 0; |