Search:

Type: Posts; User: jeremy_

Search: Search took 0.08 seconds.

  1. Re: java.awt.geom Area.Intersect\Area.Subtract locking up calling thread - seems to be in an endless loop.

    I've submitted this a bug report to oracle, I'll be contacted within the next couple of days if it is a valid report. I got someone else to execute the code above and it does hang for them as well.
    ...
  2. Re: java.awt.geom Area.Intersect\Area.Subtract locking up calling thread - seems to be in an endless loop.

    Alright, I've managed to recreate it in an isolated environment (the code looks like complete nonsense since it's just a bunch of unrolled loops with the area operations isolated):

    *EDIT*
    I have...
  3. Re: java.awt.geom Area.Intersect\Area.Subtract locking up calling thread - seems to be in an endless loop.

    Alright, I'll see if I can figure out what sort of data is being fed to these objects is causing the main thread to enter the loop and try and recreate it in a small bit of code.

    For what its...
  4. java.awt.geom Area.Intersect\Area.Subtract locking up calling thread - seems to be in an endless loop.

    I have run my code through a profiler and also used the following debugging technique to infer that this main thread in my application is being locked up due to a call to Area.Subtract (Also...
  5. Replies
    10
    Views
    2,133

    Re: Need help deserializing an integer array.

    I thought I may need to do something like that; the problem is I don't know how I'd programatically create an array with a depth of x? I.e, if I had to do it my way it would probably be something...
  6. Replies
    10
    Views
    2,133

    Need help deserializing an integer array.

    I'm not sure how I should deserialize multi-dimensional arrays in Java. I'm given something like:



    <var object="[[I">
    <_0 object="[I">
    <_0 object="java.lang.Integer">1</_0>
    <_1...
Results 1 to 6 of 6