启动ADT bundle 时出错:A fatal error has been detected by the Java Runtime Environment:

经过了很多的尝试,今天终于搞定了下面这个错误,原来是eclipse.ini里参数的问题。蓝色的值是可以正常work的。

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
128M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
128m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-Declipse.buildId=v22.3.0-887826
-XX:MaxPermSize=256M


红色的是初始值,当是在我的系统上出错。我的内存是2G,不知道为什么512M的虚拟机内存就会导致崩溃?

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-Declipse.buildId=v22.3.0-887826
-XX:MaxPermSize=512M


=======================

#

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x57adf47d, pid=7336, tid=7332
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) Client VM (24.45-b08 mixed mode windows-x86 )
# Problematic frame:
# C  [gdiplus.dll+0xf47d]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


---------------  T H R E A D  ---------------


Current thread (0x00b09c00):  JavaThread "main" [_thread_in_native, id=7332, stack(0x00030000,0x00130000)]


siginfo: ExceptionCode=0xc0000005, writing address 0xa8611238


Registers:
EAX=0xffcce8cf, EBX=0x57e075e0, ECX=0x00000002, EDX=0x000000ff
ESP=0x0012e50c, EBP=0x0012e520, ESI=0xa8611238, EDI=0xa8611238
EIP=0x57adf47d, EFLAGS=0x00010246


Top of Stack: (sp=0x0012e50c)
0x0012e50c:   57c92d78 57c92db0 00000001 a8611238
0x0012e51c:   a8611238 0012e53c 57adf008 00000002
0x0012e52c:   57e075e0 a8611238 57c92d60 0000008e
0x0012e53c:   0012e594 57ba9b8a a8611238 57e075e0
0x0012e54c:   00000002 0000008e 00000135 00000000
0x0012e55c:   57dc6610 57c92d60 a83a7000 57c92d60
0x0012e56c:   a83a7000 00000004 00000000 00000000
0x0012e57c:   00000002 00000000 00000004 00000000 


Instructions: (pc=0x57adf47d)
0x57adf45d:   8b ff 56 8b f1 81 3e 31 53 42 4e 75 0b 8b 4e 08
0x57adf46d:   ff 76 10 8b 01 ff 50 04 c7 06 46 41 49 4c 5e c3
0x57adf47d:   89 07 e9 1d fc ff ff 90 90 90 90 90 8b ff 55 8b
0x57adf48d:   ec 8b 4d 08 8d 45 18 50 ff 75 18 ff 75 14 ff 75 




Register to memory mapping:


EAX=0xffcce8cf is an unknown value
EBX=0x57e075e0 is an unknown value
ECX=0x00000002 is an unknown value
EDX=0x000000ff is an unknown value
ESP=0x0012e50c is pointing into the stack for thread: 0x00b09c00
EBP=0x0012e520 is pointing into the stack for thread: 0x00b09c00
ESI=0xa8611238 is an unknown value
EDI=0xa8611238 is an unknown value




Stack: [0x00030000,0x00130000],  sp=0x0012e50c,  free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [gdiplus.dll+0xf47d]
C  [gdiplus.dll+0xf008]
C  [gdiplus.dll+0xd9b8a]
C  [gdiplus.dll+0xd9d3f]
C  [gdiplus.dll+0x78f7c]
C  [gdiplus.dll+0x12365]
C  [gdiplus.dll+0xf475]
C  [gdiplus.dll+0x43188]
C  [gdiplus.dll+0xe6407]
C  [gdiplus.dll+0x417ba]
C  [gdiplus.dll+0x41778]
C  [gdiplus.dll+0xb3757]
C  [gdiplus.dll+0xa09e1]
C  [gdiplus.dll+0xa0aef]
C  [swt-gdip-win32-4236.dll+0x537e]
j  org.eclipse.swt.internal.gdip.Gdip.Graphics_FillPolygon(II[III)I+0
j  org.eclipse.swt.graphics.GC.fillPolygon([I)V+74
j  org.eclipse.ui.forms.widgets.Section.onPaint(Lorg/eclipse/swt/events/PaintEvent;)V+584
j  org.eclipse.ui.forms.widgets.ExpandableComposite$1.paintControl(Lorg/eclipse/swt/events/PaintEvent;)V+5
j  org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1036
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j  org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j  org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j  org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+1429
J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
J  org.eclipse.swt.widgets.Display.windowProc(IIII)I
V  [jvm.dll+0x13f1fa]
V  [jvm.dll+0x202aee]
V  [jvm.dll+0x13f27d]
V  [jvm.dll+0xc9bc2]
V  [jvm.dll+0xcc173]
C  [swt-win32-4236.dll+0x122f]
C  0x57aa0018
C  [USER32.dll+0x8734]
C  [USER32.dll+0x8816]
C  [USER32.dll+0x18ea0]
C  [USER32.dll+0x18eec]
C  [ntdll.dll+0xe473]
C  [USER32.dll+0x8a10]
C  [swt-win32-4236.dll+0x3a64]
j  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
j  org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run()V+606
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j  org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j  org.eclipse.ui.internal.Workbench$5.run()V+256
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+108
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
V  [jvm.dll+0x13f1fa]
V  [jvm.dll+0x202aee]
V  [jvm.dll+0x13f27d]
V  [jvm.dll+0x14b5ae]
V  [jvm.dll+0x14b7d5]
V  [jvm.dll+0xf1309]
C  [java.dll+0x7d6e]
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub
V  [jvm.dll+0x13f1fa]
V  [jvm.dll+0x202aee]
V  [jvm.dll+0x13f27d]
V  [jvm.dll+0xc9bc2]
V  [jvm.dll+0xcbf8f]
C  [eclipse_1503.dll+0x630b]
C  [eclipse_1503.dll+0x532e]
C  [eclipse_1503.dll+0x15cb]
C  [eclipse.exe+0x1425]
C  [eclipse.exe+0x1010]
C  [eclipse.exe+0x30d9]
C  [kernel32.dll+0x1776f]


Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.gdip.Gdip.Graphics_FillPolygon(II[III)I+0
j  org.eclipse.swt.graphics.GC.fillPolygon([I)V+74
j  org.eclipse.ui.forms.widgets.Section.onPaint(Lorg/eclipse/swt/events/PaintEvent;)V+584
j  org.eclipse.ui.forms.widgets.ExpandableComposite$1.paintControl(Lorg/eclipse/swt/events/PaintEvent;)V+5
j  org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1036
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j  org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j  org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j  org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j  org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+1429
J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
j  org.eclipse.swt.widgets.Canvas.windowProc(IIII)I+45
J  org.eclipse.swt.widgets.Display.windowProc(IIII)I
v  ~StubRoutines::call_stub
j  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
j  org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run()V+606
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j  org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j  org.eclipse.ui.internal.Workbench$5.run()V+256
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+108
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub


---------------  P R O C E S S  ---------------


Java Threads: ( => current thread )
  0x56cbb400 JavaThread "Worker-2" [_thread_blocked, id=576, stack(0x585e0000,0x586e0000)]
  0x56030800 JavaThread "Java indexing" daemon [_thread_blocked, id=6972, stack(0x584e0000,0x585e0000)]
  0x56294000 JavaThread "Worker-1" [_thread_blocked, id=1768, stack(0x573f0000,0x574f0000)]
  0x562b1800 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=3480, stack(0x572f0000,0x573f0000)]
  0x55f41400 JavaThread "Worker-0" [_thread_in_native, id=8140, stack(0x571f0000,0x572f0000)]
  0x553ef800 JavaThread "Worker-JM" [_thread_blocked, id=7620, stack(0x56ff0000,0x570f0000)]
  0x55fef000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=6648, stack(0x570f0000,0x571f0000)]
  0x55f64c00 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=6340, stack(0x566f0000,0x567f0000)]
  0x55ef9800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5400, stack(0x565e0000,0x566e0000)]
  0x5545b400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=8068, stack(0x564e0000,0x565e0000)]
  0x55406400 JavaThread "State Saver" [_thread_blocked, id=1312, stack(0x563e0000,0x564e0000)]
  0x55408400 JavaThread "Framework Active Thread" [_thread_blocked, id=7444, stack(0x562e0000,0x563e0000)]
  0x552ddc00 JavaThread "Service Thread" daemon [_thread_blocked, id=3016, stack(0x557c0000,0x558c0000)]
  0x552d8000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=7352, stack(0x556c0000,0x557c0000)]
  0x552d6000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7192, stack(0x555c0000,0x556c0000)]
  0x552d5400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4720, stack(0x554c0000,0x555c0000)]
  0x02d03800 JavaThread "Finalizer" daemon [_thread_blocked, id=7616, stack(0x551c0000,0x552c0000)]
  0x02cfe800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3424, stack(0x550c0000,0x551c0000)]
=>0x00b09c00 JavaThread "main" [_thread_in_native, id=7332, stack(0x00030000,0x00130000)]


Other Threads:
  0x02cfc800 VMThread [stack: 0x54fc0000,0x550c0000] [id=5144]
  0x552e8400 WatcherThread [stack: 0x558c0000,0x559c0000] [id=6512]


VM state:not at safepoint (normal execution)


VM Mutex/Monitor currently owned by a thread: None


Heap
 def new generation   total 22528K, used 4845K [0x02d10000, 0x04580000, 0x12d10000)
  eden space 20032K, -2147483648% used [0x02d10000, 0x031cb710, 0x040a0000)
  from space 2496K,   0% used [0x040a0000, 0x040a0000, 0x04310000)
  to   space 2496K,   0% used [0x04310000, 0x04310000, 0x04580000)
 tenured generation   total 49968K, used 29978K [0x12d10000, 0x15ddc000, 0x32d10000)
   the space 49968K,  59% used [0x12d10000, 0x14a56a60, 0x14a56c00, 0x15ddc000)
 compacting perm gen  total 29184K, used 29044K [0x32d10000, 0x34990000, 0x52d10000)
   the space 29184K,  99% used [0x32d10000, 0x3496d000, 0x3496d000, 0x34990000)
No shared spaces configured.


Card table byte_map: [0x54b10000,0x54da0000] byte_map_base: 0x54af9780


Polling page: 0x00b20000


Code Cache  [0x00b90000, 0x010a0000, 0x02b90000)
 total_blobs=2626 nmethods=2401 adapters=160 free_code_cache=27590Kb largest_free_block=28246400


Compilation events (10 events):
Event: 63.318 Thread 0x552d8000 2497             org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering::convolve (297 bytes)
Event: 63.319 Thread 0x552d8000 nmethod 2497 0x0109a348 code [0x0109a4b0, 0x0109a880]
Event: 63.324 Thread 0x552d8000 2498             org.eclipse.swt.graphics.ImageData::setAlpha (77 bytes)
Event: 63.324 Thread 0x552d8000 nmethod 2498 0x0109ac48 code [0x0109ad50, 0x0109af1c]
Event: 63.326 Thread 0x552d8000 2499             org.eclipse.swt.graphics.GC::drawBitmapAlpha (1689 bytes)
Event: 63.330 Thread 0x552d8000 nmethod 2499 0x0109b048 code [0x0109b460, 0x0109cc80]
Event: 63.355 Thread 0x552d8000 2500             org.eclipse.swt.internal.win32.RECT::<init> (5 bytes)
Event: 63.355 Thread 0x552d8000 nmethod 2500 0x0109fb08 code [0x0109fc00, 0x0109fc80]
Event: 63.362 Thread 0x552d8000 2501             org.eclipse.swt.internal.win32.OS::VERSION (7 bytes)
Event: 63.363 Thread 0x552d8000 nmethod 2501 0x0109fcc8 code [0x0109fdc0, 0x0109fe30]


GC Heap History (10 events):
Event: 56.116 GC heap before
{Heap before GC invocations=29 (full 3):
 def new generation   total 18496K, used 16448K [0x02d10000, 0x04120000, 0x12d10000)
  eden space 16448K, 100% used [0x02d10000, 0x03d20000, 0x03d20000)
  from space 2048K,   0% used [0x03d20000, 0x03d20000, 0x03f20000)
  to   space 2048K,   0% used [0x03f20000, 0x03f20000, 0x04120000)
 tenured generation   total 40920K, used 24551K [0x12d10000, 0x15506000, 0x32d10000)
   the space 40920K,  59% used [0x12d10000, 0x14509f10, 0x1450a000, 0x15506000)
 compacting perm gen  total 22528K, used 22506K [0x32d10000, 0x34310000, 0x52d10000)
   the space 22528K,  99% used [0x32d10000, 0x3430a978, 0x3430aa00, 0x34310000)
No shared spaces configured.
Event: 56.131 GC heap after
Heap after GC invocations=30 (full 3):
 def new generation   total 18496K, used 2048K [0x02d10000, 0x04120000, 0x12d10000)
  eden space 16448K,   0% used [0x02d10000, 0x02d10000, 0x03d20000)
  from space 2048K, 100% used [0x03f20000, 0x04120000, 0x04120000)
  to   space 2048K,   0% used [0x03d20000, 0x03d20000, 0x03f20000)
 tenured generation   total 40920K, used 26260K [0x12d10000, 0x15506000, 0x32d10000)
   the space 40920K,  64% used [0x12d10000, 0x146b5108, 0x146b5200, 0x15506000)
 compacting perm gen  total 22528K, used 22506K [0x32d10000, 0x34310000, 0x52d10000)
   the space 22528K,  99% used [0x32d10000, 0x3430a978, 0x3430aa00, 0x34310000)
No shared spaces configured.
}
Event: 57.204 GC heap before
{Heap before GC invocations=30 (full 3):
 def new generation   total 18496K, used 18496K [0x02d10000, 0x04120000, 0x12d10000)
  eden space 16448K, 100% used [0x02d10000, 0x03d20000, 0x03d20000)
  from space 2048K, 100% used [0x03f20000, 0x04120000, 0x04120000)
  to   space 2048K,   0% used [0x03d20000, 0x03d20000, 0x03f20000)
 tenured generation   total 40920K, used 26260K [0x12d10000, 0x15506000, 0x32d10000)
   the space 40920K,  64% used [0x12d10000, 0x146b5108, 0x146b5200, 0x15506000)
 compacting perm gen  total 24320K, used 24075K [0x32d10000, 0x344d0000, 0x52d10000)
   the space 24320K,  98% used [0x32d10000, 0x34492db0, 0x34492e00, 0x344d0000)
No shared spaces configured.
Event: 57.219 GC heap after
Heap after GC invocations=31 (full 3):
 def new generation   total 18496K, used 2048K [0x02d10000, 0x04120000, 0x12d10000)
  eden space 16448K,   0% used [0x02d10000, 0x02d10000, 0x03d20000)
  from space 2048K, 100% used [0x03d20000, 0x03f20000, 0x03f20000)
  to   space 2048K,   0% used [0x03f20000, 0x03f20000, 0x04120000)
 tenured generation   total 40920K, used 28435K [0x12d10000, 0x15506000, 0x32d10000)
   the space 40920K,  69% used [0x12d10000, 0x148d4d70, 0x148d4e00, 0x15506000)
 compacting perm gen  total 24320K, used 24075K [0x32d10000, 0x344d0000, 0x52d10000)
   the space 24320K,  98% used [0x32d10000, 0x34492db0, 0x34492e00, 0x344d0000)
No shared spaces configured.
}
Event: 57.778 GC heap before
{Heap before GC invocations=31 (full 3):
 def new generation   total 18496K, used 7077K [0x02d10000, 0x04120000, 0x12d10000)
  eden space 16448K,  30% used [0x02d10000, 0x031f9750, 0x03d20000)
  from space 2048K, 100% used [0x03d20000, 0x03f20000, 0x03f20000)
  to   space 2048K,   0% used [0x03f20000, 0x03f20000, 0x04120000)
 tenured generation   total 40920K, used 28435K [0x12d10000, 0x15506000, 0x32d10000)
   the space 40920K,  69% used [0x12d10000, 0x148d4d70, 0x148d4e00, 0x15506000)
 compacting perm gen  total 24576K, used 24575K [0x32d10000, 0x34510000, 0x52d10000)
   the space 24576K,  99% used [0x32d10000, 0x3450ff68, 0x34510000, 0x34510000)
No shared spaces configured.
Event: 57.982 GC heap after
Heap after GC invocations=32 (full 4):
 def new generation   total 19456K, used 0K [0x02d10000, 0x04220000, 0x12d10000)
  eden space 17344K,   0% used [0x02d10000, 0x02d10000, 0x03e00000)
  from space 2112K,   0% used [0x03e00000, 0x03e00000, 0x04010000)
  to   space 2112K,   0% used [0x04010000, 0x04010000, 0x04220000)
 tenured generation   total 43056K, used 25833K [0x12d10000, 0x1571c000, 0x32d10000)
   the space 43056K,  59% used [0x12d10000, 0x1464a658, 0x1464a800, 0x1571c000)
 compacting perm gen  total 24576K, used 24556K [0x32d10000, 0x34510000, 0x52d10000)
   the space 24576K,  99% used [0x32d10000, 0x3450b040, 0x3450b200, 0x34510000)
No shared spaces configured.
}
Event: 60.047 GC heap before
{Heap before GC invocations=32 (full 4):
 def new generation   total 19456K, used 17344K [0x02d10000, 0x04220000, 0x12d10000)
  eden space 17344K, 100% used [0x02d10000, 0x03e00000, 0x03e00000)
  from space 2112K,   0% used [0x03e00000, 0x03e00000, 0x04010000)
  to   space 2112K,   0% used [0x04010000, 0x04010000, 0x04220000)
 tenured generation   total 43056K, used 25833K [0x12d10000, 0x1571c000, 0x32d10000)
   the space 43056K,  59% used [0x12d10000, 0x1464a658, 0x1464a800, 0x1571c000)
 compacting perm gen  total 27648K, used 27613K [0x32d10000, 0x34810000, 0x52d10000)
   the space 27648K,  99% used [0x32d10000, 0x34807408, 0x34807600, 0x34810000)
No shared spaces configured.
Event: 60.065 GC heap after
Heap after GC invocations=33 (full 4):
 def new generation   total 19456K, used 2112K [0x02d10000, 0x04220000, 0x12d10000)
  eden space 17344K,   0% used [0x02d10000, 0x02d10000, 0x03e00000)
  from space 2112K, 100% used [0x04010000, 0x04220000, 0x04220000)
  to   space 2112K,   0% used [0x03e00000, 0x03e00000, 0x04010000)
 tenured generation   total 43056K, used 29461K [0x12d10000, 0x1571c000, 0x32d10000)
   the space 43056K,  68% used [0x12d10000, 0x149d5710, 0x149d5800, 0x1571c000)
 compacting perm gen  total 27648K, used 27613K [0x32d10000, 0x34810000, 0x52d10000)
   the space 27648K,  99% used [0x32d10000, 0x34807408, 0x34807600, 0x34810000)
No shared spaces configured.
}
Event: 62.207 GC heap before
{Heap before GC invocations=33 (full 4):
 def new generation   total 19456K, used 9977K [0x02d10000, 0x04220000, 0x12d10000)
  eden space 17344K,  45% used [0x02d10000, 0x034be6f8, 0x03e00000)
  from space 2112K, 100% used [0x04010000, 0x04220000, 0x04220000)
  to   space 2112K,   0% used [0x03e00000, 0x03e00000, 0x04010000)
 tenured generation   total 43056K, used 29461K [0x12d10000, 0x1571c000, 0x32d10000)
   the space 43056K,  68% used [0x12d10000, 0x149d5710, 0x149d5800, 0x1571c000)
 compacting perm gen  total 28672K, used 28671K [0x32d10000, 0x34910000, 0x52d10000)
   the space 28672K,  99% used [0x32d10000, 0x3490fcd0, 0x3490fe00, 0x34910000)
No shared spaces configured.
Event: 62.415 GC heap after
Heap after GC invocations=34 (full 5):
 def new generation   total 22528K, used 0K [0x02d10000, 0x04580000, 0x12d10000)
  eden space 20032K,   0% used [0x02d10000, 0x02d10000, 0x040a0000)
  from space 2496K,   0% used [0x040a0000, 0x040a0000, 0x04310000)
  to   space 2496K,   0% used [0x04310000, 0x04310000, 0x04580000)
 tenured generation   total 49968K, used 29978K [0x12d10000, 0x15ddc000, 0x32d10000)
   the space 49968K,  59% used [0x12d10000, 0x14a56a60, 0x14a56c00, 0x15ddc000)
 compacting perm gen  total 28672K, used 28671K [0x32d10000, 0x34910000, 0x52d10000)
   the space 28672K,  99% used [0x32d10000, 0x3490fcd0, 0x3490fe00, 0x34910000)
No shared spaces configured.
}


Deoptimization events (0 events):
No events


Internal exceptions (10 events):
Event: 53.299 Thread 0x00b09c00 Threw 0x037eb238 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 53.690 Thread 0x00b09c00 Threw 0x039face8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 56.679 Thread 0x00b09c00 Threw 0x02f804c8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 56.679 Thread 0x00b09c00 Threw 0x02f81560 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 56.684 Thread 0x00b09c00 Threw 0x02f988f8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 56.771 Thread 0x00b09c00 Threw 0x034f1d58 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 56.796 Thread 0x00b09c00 Threw 0x0355ff10 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 58.989 Thread 0x00b09c00 Threw 0x03493628 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 58.993 Thread 0x00b09c00 Threw 0x034a9d98 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
Event: 62.869 Thread 0x00b09c00 Threw 0x02ede808 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591


Events (10 events):
Event: 62.207 Executing VM operation: GenCollectForPermanentAllocation
Event: 62.415 Executing VM operation: GenCollectForPermanentAllocation done
Event: 62.868 loading class 0x02c3a518
Event: 62.869 loading class 0x02c3a518 done
Event: 62.873 Executing VM operation: Deoptimize
Event: 62.873 Executing VM operation: Deoptimize done
Event: 62.878 Thread 0x00b09c00 DEOPT PACKING pc=0x00f65860 sp=0x0012ca20
Event: 62.878 Thread 0x00b09c00 DEOPT UNPACKING pc=0x00bbdfc2 sp=0x0012c90c mode 0
Event: 62.993 Executing VM operation: RevokeBias
Event: 62.994 Executing VM operation: RevokeBias done




Dynamic libraries:
0x00400000 - 0x0044e000 E:\r软件工具\adt-bundle-windows-x86-20131126\adt-bundle-windows-x86-20131030\eclipse\eclipse.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f03000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x72000000 - 0x7200d000 E:\r软件工具\adt-bundle-windows-x86-20131126\adt-bundle-windows-x86-20131030\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807\eclipse_1503.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x6e760000 - 0x6eae0000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x78aa0000 - 0x78b5f000 C:\WINDOWS\system32\MSVCR100.dll
0x6e6b0000 - 0x6e6bc000 C:\Program Files\Java\jre7\bin\verify.dll
0x6d480000 - 0x6d4a0000 C:\Program Files\Java\jre7\bin\java.dll
0x6e740000 - 0x6e753000 C:\Program Files\Java\jre7\bin\zip.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
0x6e4a0000 - 0x6e4b4000 C:\Program Files\Java\jre7\bin\net.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x6e4c0000 - 0x6e4cf000 C:\Program Files\Java\jre7\bin\nio.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x63000000 - 0x63014000 C:\WINDOWS\system32\SynTPFcs.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x774e0000 - 0x7761e000 C:\WINDOWS\system32\ole32.dll
0x574f0000 - 0x57560000 E:\r软件工具\adt-bundle-windows-x86-20131126\adt-bundle-windows-x86-20131030\eclipse\configuration\org.eclipse.osgi\bundles\228\1\.cp\swt-win32-4236.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x57570000 - 0x57657000 C:\WINDOWS\system32\WININET.dll
0x57660000 - 0x57669000 C:\WINDOWS\system32\Normaliz.dll
0x78130000 - 0x78264000 C:\WINDOWS\system32\urlmon.dll
0x57670000 - 0x5785c000 C:\WINDOWS\system32\iertutil.dll
0x77a80000 - 0x77b17000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x57ab0000 - 0x57acd000 E:\r软件工具\adt-bundle-windows-x86-20131126\adt-bundle-windows-x86-20131030\eclipse\configuration\org.eclipse.osgi\bundles\228\1\.cp\swt-gdip-win32-4236.dll
0x57ad0000 - 0x57c7b000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.23084_x-ww_f3f35550\gdiplus.dll
0x57db0000 - 0x57dbf000 E:\r软件工具\adt-bundle-windows-x86-20131126\adt-bundle-windows-x86-20131030\eclipse\configuration\org.eclipse.osgi\bundles\84\1\.cp\jWinHttp-1.0.0.dll
0x58100000 - 0x58159000 C:\WINDOWS\system32\WINHTTP.dll
0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x77c70000 - 0x77c95000 C:\WINDOWS\system32\msv1_0.dll
0x76790000 - 0x7679c000 C:\WINDOWS\system32\cryptdll.dll
0x61880000 - 0x618ba000 C:\WINDOWS\system32\oleacc.dll
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\MLANG.dll
0x76380000 - 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x58850000 - 0x58b15000 C:\WINDOWS\system32\xpsp2res.dll
0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\dciman32.dll
0x5a000000 - 0x5a0a1000 C:\WINDOWS\system32\dbghelp.dll


VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx768m -Declipse.buildId=v22.3.0-887826 -XX:MaxPermSize=512M 
java_command: <unknown>
Launcher Type: generic


Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_21;
CLASSPATH=.;C:\Program Files\Java\jdk1.6.0_21;\lib\dt.jar;C:\Program Files\Java\jdk1.6.0_21;\lib\tools.jar
PATH=C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\ThinkPad Wireless LAN Adapter Software;C:\Program Files\ThinkPad\ConnectUtilities;D:\Program Files\Java\jdk1.6.0_14\bin;D:\Program Files\Hummingbird\Connectivity\10.00\Accessories\;;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Java\jdk1.6.0_21;\jdk1.6.0_21;F:\dev inno\Android\android-sdk_r16-windows\tools;F:\dev inno\Groovy\groovy-1.0\;\bin;D:\Program Files\Git\bin;F:\dev inno\WebRTC\depot_tools;C:\Python27;;C:\Program Files\IPSec Client;D:\Program Files\Spectra2\Bin;D:\Program Files\TortoiseSVN\bin;d:\Program Files\OpenVPN\bin;E:\r软件工具\adt-bundle-windows-x86-20131126\adt-bundle-windows-x86-20131030\eclipse;
USERNAME=galiang
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel






---------------  S Y S T E M  ---------------


OS: Windows XP Build 2600 Service Pack 3


CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc


Memory: 4k page, physical 1958692k(675580k free), swap 5991368k(4265632k free)


vm_info: Java HotSpot(TM) Client VM (24.45-b08) for windows-x86 JRE (1.7.0_45-b18), built on Oct  8 2013 06:02:43 by "java_re" with unknown MS VC++:1600


time: Tue Nov 26 22:39:10 2013
elapsed time: 63 seconds

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 17
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 17
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值