Search:

Type: Posts; User: tofergregg

Search: Search took 0.10 seconds.

  1. Re: Ancient Java program freezes when using java MainFunctionClass but runs in debugger after breakpoint

    Well, sometimes stumbling around works -- using `-Xint` to disable JIT and AOT did the trick:



    java -Xint Sim
  2. Ancient Java program freezes when using java MainFunctionClass but runs in debugger after breakpoint

    I am trying to help out a colleague who has a relatively old Java program (it last worked circa 2009).

    I can run the program just fine on an old (circa 2007 MacBook running Java 1.5.0_13), and I...
Results 1 to 2 of 2