Gust

Results 49 comments of Gust

Change jvm.h #define _JVM_DEBUG_LOG_LEVEL 01 change 01 to 02 ,You will get the gc detail information. Running SpecTest: mini_jvm.exe -bootclasspath ../lib/minijvm_rt.jar -cp ../libex/minijvm_test.jar test/SpecTest Output: ``` [INFO]main thread start [JDWP]waiting...

miniJVM is using ltalloc to allocate memory, system allocated memory is more than jvm usage, comment the line in d_type.h to disable ltalloc, will get the more accurate memory. //#define...

ltalloc is a little faster than c malloc on iOS/macOS/win, but equals to Linux/Android, but it waste memory than c malloc. Https on the way, I am construct it ....

The windows app resize to fullscreen , it works in my win10x64, I don't know what happen in your situation, do you have more information about this. I updated android...

android submited a debug version, plz try it . bibix menu could not click , let me check what happened .

menu can't be click bug fixed.

android binary , may be you can build it yourself , Android Studio open project miniJVM/mobile/androidapp build and run .

oracle jvm or openjdk jvm did lots of optimizations for jit , the minijvm implemented jit ,but few of static analysts and optimizations ,so the minijvm have worse performance ,...

minijvm app can update jar file anytime , then need restart app only. there are no plan to develop a new GUI for windows, like awt , but there are...

can't type unicode, can't using clipboard, these are issues, i will repair it, can u shows more information about this , because i can type chinese in win platforms, gui...