You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On OSX 10.8.4 with java version "1.6.0_51", javap does not support the option -constants. Removing this option from the javap command seems to fix the code, but I don't know anything about javap and therefore don't understand what the option is supposed to do in the first place.
/vedang
The text was updated successfully, but these errors were encountered:
OK, I have checked it out and need to say: give me more time. I want to find at least one case where "javap -constants ..." shows different result than "javap ...". It looks like we need that option to see constants but I can't find at least one shown in the disassemblation output.
Hi,
On OSX 10.8.4 with java version "1.6.0_51", javap does not support the option
-constants
. Removing this option from the javap command seems to fix the code, but I don't know anything about javap and therefore don't understand what the option is supposed to do in the first place./vedang
The text was updated successfully, but these errors were encountered: