{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl_onmaster\" build number 24",
          "upstreamBuild" : 24,
          "upstreamProject" : "jogl_onmaster",
          "upstreamUrl" : "job/jogl_onmaster/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 24,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
            "branch" : [
              {
                "SHA1" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
            "branch" : [
              {
                "SHA1" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
        "branch" : [
          {
            "SHA1" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#24",
  "duration" : 811758,
  "estimatedDuration" : 1395812,
  "executor" : None,
  "fullDisplayName" : "jogl_onmaster » linux-x86_64-master-001 #24",
  "id" : "2013-09-25_03-52-47",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 24,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1380073967000,
  "url" : "https://jogamp.org/chuck/job/jogl_onmaster/label=linux-x86_64-master-001/24/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/DefaultEDTUtil.java"
        ],
        "commitId" : "c5bec6b8f5c33a812338dcbe8994546bddf0508b",
        "timestamp" : 1379802911000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg) is not destroyed, otherwise use current thread's tg.\u000a\u000aWith jdk7u40, when re-launching a NEWT applet (JOGLNewtApplet1Run),\u000ai.e. via browser back and forth, the following exception happens:\u000a\u000ajava.lang.RuntimeException: java.lang.IllegalThreadStateException\u000a    at com.jogamp.newt.awt.applet.JOGLNewtApplet1Run.init(JOGLNewtApplet1Run.java:218)\u000a    at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)\u000a    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)\u000a    at java.lang.Thread.run(Unknown Source)\u000aCaused by: java.lang.IllegalThreadStateException\u000a    at java.lang.ThreadGroup.addUnstarted(Unknown Source)\u000a    at java.lang.Thread.init(Unknown Source)\u000a    at java.lang.Thread.<init>(Unknown Source)\u000a    at jogamp.newt.DefaultEDTUtil$NEDT.<init>(DefaultEDTUtil.java:280)\u000a    at jogamp.newt.DefaultEDTUtil.restart(DefaultEDTUtil.java:91)\u000a    at jogamp.newt.DisplayImpl.runOnEDTIfAvail(DisplayImpl.java:231)\u000a    at jogamp.newt.WindowImpl.runOnEDTIfAvail(WindowImpl.java:1758)\u000a    at jogamp.newt.WindowImpl.setUndecorated(WindowImpl.java:1477)\u000a    at com.jogamp.newt.opengl.GLWindow.setUndecorated(GLWindow.java:278)\u000a    at com.jogamp.newt.awt.applet.JOGLNewtApplet1Run.init(JOGLNewtApplet1Run.java:188)\u000a    ... 3 more\u000a\u000aThis is due to 7u40's changed ThreadGroup (tg) lifecycle, i.e. the tg is destroyed.\u000aIn such case, DefaultEDTUtil.restart() shall use the current threads tg.\u000a",
        "date" : "2013-09-22T00:35:11+0200",
        "id" : "c5bec6b8f5c33a812338dcbe8994546bddf0508b",
        "msg" : "Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/DefaultEDTUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-osx-x64.sh",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPosAWT.java"
        ],
        "commitId" : "51ae910b9ad4f3691c2b91a912b94701d0ef98ac",
        "timestamp" : 1380006264000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT'\u000a",
        "date" : "2013-09-24T09:04:24+0200",
        "id" : "51ae910b9ad4f3691c2b91a912b94701d0ef98ac",
        "msg" : "Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-osx-x64.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPosAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java"
        ],
        "commitId" : "2f09d266f75dfb4ab0d4504dd0a7699757bc40b3",
        "timestamp" : 1380039351000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TileRendererBase: Remove redundant reshape propagation of atached GLEL, call pre/post reshape in it's display method instead.\u000a",
        "date" : "2013-09-24T18:15:51+0200",
        "id" : "2f09d266f75dfb4ab0d4504dd0a7699757bc40b3",
        "msg" : "TileRendererBase: Remove redundant reshape propagation of atached GLEL,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m",
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java",
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java",
          "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java",
          "src/nativewindow/native/macosx/OSXmisc.m",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPosAWT.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java",
          "src/nativewindow/native/macosx/NativeWindowProtocols.h",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
        ],
        "commitId" : "4b5435c68c3f12d62dadb395957362eceacfb25c",
        "timestamp" : 1380049996000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CALAYER_QUIRK_SIZE and JAWT_OSX_CALAYER_QUIRK_POSITION.\u000a\u000a- Provide quirk bits for OSX CALayer depending on used JVM/AWT\u000a  and act accordingly.\u000a\u000a- TestBug816OSXCALayerPosAWT: Add resize by frame\u000a",
        "date" : "2013-09-24T21:13:16+0200",
        "id" : "4b5435c68c3f12d62dadb395957362eceacfb25c",
        "msg" : "Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPosAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/NativeWindowProtocols.h"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/OSXmisc.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/macosx/OSXmisc.m"
        ],
        "commitId" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
        "timestamp" : 1380060522000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSXMisc.c: Fix compilation error w/ java6's jint definition (probably clang as well)\u000a\u000aRegression of commit 4b5435c68c3f12d62dadb395957362eceacfb25c\u000a",
        "date" : "2013-09-25T00:08:42+0200",
        "id" : "7231fa94ce228b1ea31acba5582e95b0c9f40778",
        "msg" : "OSXMisc.c: Fix compilation error w/ java6's jint definition (probably",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/OSXmisc.m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}