Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutOfMemoryError: Java heap space #100

Closed
GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments
Closed

OutOfMemoryError: Java heap space #100

GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. dex2jar.bat telecom_iMusic_V4b.103.696_Android_T_QA
S_1114.apk

What is the expected output? What do you see instead?

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
        at java.util.HashSet.<init>(Unknown Source)
        at com.googlecode.dex2jar.ir.ts.LiveAnalyze$Phi.<init>(LiveAnalyze.java:
46)
        at com.googlecode.dex2jar.ir.ts.LiveAnalyze$1.merge(LiveAnalyze.java:154
)
        at com.googlecode.dex2jar.ir.ts.LiveAnalyze$1.merge(LiveAnalyze.java:98)

        at com.googlecode.dex2jar.ir.ts.Cfg.Forward(Cfg.java:275)
        at com.googlecode.dex2jar.ir.ts.LiveAnalyze.analyze0(LiveAnalyze.java:98
)
        at com.googlecode.dex2jar.ir.ts.LiveAnalyze.analyze(LiveAnalyze.java:90)

        at com.googlecode.dex2jar.v3.IrMethod2AsmMethod.reIndexLocal(IrMethod2As
mMethod.java:63)
        at com.googlecode.dex2jar.v3.IrMethod2AsmMethod.convert(IrMethod2AsmMeth
od.java:265)
        at com.googlecode.dex2jar.v3.V3MethodAdapter.visitEnd(V3MethodAdapter.ja
va:207)
        at com.googlecode.dex2jar.v3.V3ClassAdapter$2.visitEnd(V3ClassAdapter.ja
va:255)
        at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReade
r.java:702)
        at com.googlecode.dex2jar.reader.DexFileReader.acceptClass(DexFileReader
.java:446)
        at com.googlecode.dex2jar.reader.DexFileReader.accept(DexFileReader.java
:333)
        at com.googlecode.dex2jar.v3.Dex2jar.doTranslate(Dex2jar.java:90)
        at com.googlecode.dex2jar.v3.Dex2jar.to(Dex2jar.java:145)
        at com.googlecode.dex2jar.v3.Dex2jar.to(Dex2jar.java:136)
        at com.googlecode.dex2jar.v3.Main.doData(Main.java:43)
        at com.googlecode.dex2jar.v3.Main.doData(Main.java:35)
        at com.googlecode.dex2jar.v3.Main.doFile(Main.java:63)
        at com.googlecode.dex2jar.v3.Main.main(Main.java:85)

What version of the product are you using? On what operating system?
0.0.9.7 / WIN7 64bit / JDK 6U30

Please provide any additional information below.
把xmx设置改成16G依然不能解决问题。

Original issue reported on code.google.com by gaochun...@gmail.com on 20 Jan 2012 at 3:06

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant