java - JVM: Can't detect initial thread stack location - find_vma failed -


the compilation successful multiplication should have been performed @ compile time without code being generated. however, solution generated following code:     java hotspot(tm) 64-bit server vm warning: can't detect initial thread stack location - find_vma failed         mov  ax,5         mov  ax,6         mul  ax     [ expected value 30, calculated result 6 ] 

i entered code in school's system , got error message. don't understand part says "the multiplication should have been performed @ compile time without code being generated.".

anyone know might doing wrong?

(i can't reveal code entered in it, because don't want showing in search engine. there way can privately show code entered in?)

the can't detect initial thread stack location suggests incomplete or corrupt java installation.

the stuff multiplication @ compile time doesn't comes java, instead sort of ide or compilation tool school using. whatever "school system" is, need ask whoever responsible these error messages.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -