{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen_onmaster\" build number 20",
          "upstreamBuild" : 20,
          "upstreamProject" : "gluegen_onmaster",
          "upstreamUrl" : "job/gluegen_onmaster/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e946fe33ab21d907e587402572effac4d9aba000",
            "branch" : [
              {
                "SHA1" : "e946fe33ab21d907e587402572effac4d9aba000",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e946fe33ab21d907e587402572effac4d9aba000",
            "branch" : [
              {
                "SHA1" : "e946fe33ab21d907e587402572effac4d9aba000",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e946fe33ab21d907e587402572effac4d9aba000",
        "branch" : [
          {
            "SHA1" : "e946fe33ab21d907e587402572effac4d9aba000",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#20",
  "duration" : 40108,
  "estimatedDuration" : 220134,
  "executor" : None,
  "fullDisplayName" : "gluegen_onmaster » linux-x86_64-master-001 #20",
  "id" : "2013-06-25_17-48-56",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 20,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1372175336000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen_onmaster/label=linux-x86_64-master-001/20/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/util/cache/TempJarCache.java",
          "src/java/com/jogamp/common/os/Platform.java",
          "src/junit/com/jogamp/common/net/URLCompositionTest.java",
          "src/junit/com/jogamp/common/util/TestTempJarCache.java",
          "src/junit/com/jogamp/common/util/TestJarUtil.java",
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "4376174ad35fdaf76f59430328582e913f468674",
        "timestamp" : 1371602654000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible w/ file scheme.\u000a\u000aRegression of (Bug 683, Commit b98825eb7cfb61aead4a7dff57471cd2d2c26823).\u000a\u000aThe URI encoded path cannot be read by File I/O (if file scheme), since the latter\u000arequests an UTF8/16 name, not an URI encoded name (i.e. %20 for space).\u000a\u000aThe encoded URL is produced if calling 'uri.toURL()' and hence\u000athe new 'IOUtil.toURL(URI)' provides a custom conversion recovering the UTF name via 'new File(uri).getPath()'.\u000a\u000aTested w/\u000a  - synthetic URI/URL coposition (unit test)\u000a  - manual w/ moving 'build' to 'build öä lala' for gluegen, joal and jogl.\u000a\u000a+++\u000a\u000aMisc.:\u000a\u000a- 'URI JarUtil.getURIDirname(URI)'  -> 'URI IOUtil.getDirname(URI)'\u000a\u000a++\u000a",
        "date" : "2013-06-19T02:44:14+0200",
        "id" : "4376174ad35fdaf76f59430328582e913f468674",
        "msg" : "Fix Bug 757: Regression of URL to URI conversion (Encoded path not",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempJarCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestJarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/net/URLCompositionTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/Platform.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestTempJarCache.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/net/URLCompositionTest.java"
        ],
        "commitId" : "b97666cf0a6d49c593d565d0eba8af92bcf5eb94",
        "timestamp" : 1371603929000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix URLCompositionTest for Bug 757: If file, replace '/' in expected result w/ OS specific File.separatorChar\u000a",
        "date" : "2013-06-19T03:05:29+0200",
        "id" : "b97666cf0a6d49c593d565d0eba8af92bcf5eb94",
        "msg" : "Fix URLCompositionTest for Bug 757: If file, replace '/' in expected",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/net/URLCompositionTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/net/URLCompositionTest.java"
        ],
        "commitId" : "4d35974c6b87692bc1c3f6e6b7bb674a7a478053",
        "timestamp" : 1371604757000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix URLCompositionTest for Bug 757 (2): If file, replace '/' in expected result w/ OS specific File.separatorChar\u000a\u000aThe JAR entry shall stay untouched, i.e. separator is platform independent '/'.\u000a",
        "date" : "2013-06-19T03:19:17+0200",
        "id" : "4d35974c6b87692bc1c3f6e6b7bb674a7a478053",
        "msg" : "Fix URLCompositionTest for Bug 757 (2): If file, replace '/' in expected",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/net/URLCompositionTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/net/URLCompositionTest.java"
        ],
        "commitId" : "6c30050195849cd385422fc6e65230c16b818215",
        "timestamp" : 1371605399000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected result w/ OS specific File.separatorChar\u000a\u000aTake 3 (duh!): JRE impl. varies .. i.e. plain URL w/o JAR path differs from URL w/ JAR scheme on Windows .. well.\u000a",
        "date" : "2013-06-19T03:29:59+0200",
        "id" : "6c30050195849cd385422fc6e65230c16b818215",
        "msg" : "Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/net/URLCompositionTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/Manifest-rt-natives",
          "make/scripts/runtest.sh",
          "make/Manifest-android-launcher",
          "make/scripts/make.gluegen.all.linux-x86.sh",
          "make/gluegen-properties.xml",
          "make/scripts/make.gluegen.all.android-armv6-cross.sh",
          "make/build.xml",
          "make/scripts/make.gluegen.all.linux-x86_64.sh",
          "make/scripts/make.gluegen.all.win32.bat",
          "make/jogamp-env.xml",
          "make/scripts/setenv-build-jogl-x86.sh",
          "make/scripts/make.gluegen.all.linux-armv6hf.sh",
          "make/scripts/make.gluegen.all.linux-x86_64.java7.sh",
          "make/Manifest-rt.cdc",
          "make/scripts/make.gluegen.all.macosx-java7.sh",
          "make/Manifest-rt",
          "make/scripts/make.gluegen.all.android-armv7-cross.sh",
          "make/jogamp-androidtasks.xml",
          "make/scripts/make.gluegen.all.macosx-java7_target16.sh",
          "make/Manifest-rt-android",
          "make/scripts/make.gluegen.all.win64.bat",
          "make/scripts/make.gluegen.all.linux-armv6-cross.sh",
          "make/scripts/setenv-build-jogl-x86_64.java7.sh",
          "make/scripts/make.gluegen.all.linux-armv6.sh",
          "make/scripts/make.gluegen.all.linux-armv6hf-cross.sh",
          "make/scripts/setenv-build-jogl-x86_64.sh",
          "make/scripts/make.gluegen.all.macosx.sh"
        ],
        "commitId" : "6704fab767307b89fa21250c20f1dab56323ffac",
        "timestamp" : 1371688161000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase\u000a",
        "date" : "2013-06-20T02:29:21+0200",
        "id" : "6704fab767307b89fa21250c20f1dab56323ffac",
        "msg" : "Bug 758: Fix scripts and ant build files to work w/ Java7 (default now)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/Manifest-rt-android"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6hf.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-x86.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/Manifest-rt.cdc"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6hf-cross.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/setenv-build-jogl-x86_64.java7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-build-jogl-x86_64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-properties.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/make.gluegen.all.macosx-java7_target16.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx-java7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv7-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/Manifest-android-launcher"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv6-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-x86_64.sh"
          },
          {
            "editType" : "add",
            "file" : "make/Manifest-rt-natives"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/Manifest-rt"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/make.gluegen.all.linux-x86_64.java7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-build-jogl-x86.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6-cross.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java",
          "src/java/com/jogamp/common/os/DynamicLibraryBundle.java",
          "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
        ],
        "commitId" : "23341a2df2d2ea36784a16fa1db8bc7385351a12",
        "timestamp" : 1371701489000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.\u000a",
        "date" : "2013-06-20T06:11:29+0200",
        "id" : "23341a2df2d2ea36784a16fa1db8bc7385351a12",
        "msg" : "Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLibraryBundle.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/procaddress/ProcAddressEmitter.java"
        ],
        "commitId" : "2d8e25398e929f553c4524e9c57f083d90ba4e08",
        "timestamp" : 1371704395000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Security: Gluegen generated native methods w/ 'pass through function pointer' _must_ be private!\u000a",
        "date" : "2013-06-20T06:59:55+0200",
        "id" : "2d8e25398e929f553c4524e9c57f083d90ba4e08",
        "msg" : "Security: Gluegen generated native methods w/ 'pass through function",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/procaddress/ProcAddressEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
        ],
        "commitId" : "9a0d4c81e8c38f454d7bb5cde433a32194d410fb",
        "timestamp" : 1371743517000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "DynamicLinker*: Proper Override notation\u000a",
        "date" : "2013-06-20T17:51:57+0200",
        "id" : "9a0d4c81e8c38f454d7bb5cde433a32194d410fb",
        "msg" : "DynamicLinker*: Proper Override notation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/com/jogamp/common/os/DynamicLibraryBundle.java",
          "src/java/com/jogamp/common/os/DynamicLookupHelper.java"
        ],
        "commitId" : "8cabcd2de8b46c42dffcaaf46ccc2dc4d092ebba",
        "timestamp" : 1371744098000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add TODO comments, re protected lookup functions.\u000a",
        "date" : "2013-06-20T18:01:38+0200",
        "id" : "8cabcd2de8b46c42dffcaaf46ccc2dc4d092ebba",
        "msg" : "DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLibraryBundle.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLookupHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java",
          "src/java/com/jogamp/gluegen/procaddress/ProcAddressEmitter.java",
          "src/java/com/jogamp/gluegen/JavaEmitter.java"
        ],
        "commitId" : "f69831574d4927d03d40c330d0b047d8c89622a4",
        "timestamp" : 1371744395000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR_PREFIX instance, add checkAllPermissions() for reset() and initEntry(..)\u000a\u000a- Generated ProcAddressTable's function handles are all package private\u000a- Generated ProcAddressTable's visibility can be set via 'AccessControl' config, default: public.\u000a- ProcAddressTable's reset() and initEntry(..) perform checkAllPermissions() 1st.\u000a",
        "date" : "2013-06-20T18:06:35+0200",
        "id" : "f69831574d4927d03d40c330d0b047d8c89622a4",
        "msg" : "ProcAddressTable: Make all handles package private, use local",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/procaddress/ProcAddressEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-logcat.sh"
        ],
        "commitId" : "b5fe100798071110119993be89ff66e313f32b96",
        "timestamp" : 1371745504000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Script: Add adb logcat script\u000a",
        "date" : "2013-06-20T18:25:04+0200",
        "id" : "b5fe100798071110119993be89ff66e313f32b96",
        "msg" : "Script: Add adb logcat script",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/adb-logcat.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/java-win64.bat",
          "make/scripts/java-win32.bat"
        ],
        "commitId" : "302a821f0b9bd29e8aa9a1f3ddae1d5ec846d6f6",
        "timestamp" : 1371745641000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts: Windows java run: Use 6u45\u000a",
        "date" : "2013-06-20T18:27:21+0200",
        "id" : "302a821f0b9bd29e8aa9a1f3ddae1d5ec846d6f6",
        "msg" : "Scripts: Windows java run: Use 6u45",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win32.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.win32.bat",
          "make/scripts/make.gluegen.all.win64.bat"
        ],
        "commitId" : "2d811311976077bae9522afe533a140b97e62f8f",
        "timestamp" : 1371748996000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts Windows / JOGAMP_JAR_CODEBASE: No double quotes, otherwise they would be added to MANIFEST\u000a",
        "date" : "2013-06-20T19:23:16+0200",
        "id" : "2d811311976077bae9522afe533a140b97e62f8f",
        "msg" : "Scripts Windows / JOGAMP_JAR_CODEBASE: No double quotes, otherwise they",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
        ],
        "commitId" : "19bef683d38f4ce7b0dcb5c516244c6f87504e41",
        "timestamp" : 1371766664000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix regression of f69831574d4927d03d40c330d0b047d8c89622a4: Use getDeclaredField() and setAccessible(true) due to package private handle fields.\u000a",
        "date" : "2013-06-21T00:17:44+0200",
        "id" : "19bef683d38f4ce7b0dcb5c516244c6f87504e41",
        "msg" : "Fix regression of f69831574d4927d03d40c330d0b047d8c89622a4: Use",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java",
          "src/java/com/jogamp/common/util/SecurityUtil.java",
          "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java",
          "src/java/com/jogamp/common/os/DynamicLinker.java",
          "src/java/com/jogamp/common/os/DynamicLibraryBundle.java",
          "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java",
          "src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/junit/com/jogamp/junit/sec/TestSecIOUtil01.java"
        ],
        "commitId" : "eb842815498f5926828b49c48fffce22fc9586a2",
        "timestamp" : 1371771907000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access (2)\u000a\u000a- Completes 23341a2df2d2ea36784a16fa1db8bc7385351a12\u000a\u000a- Replace 'DynamicLinker' interface w/ well documented one\u000a\u000a- All DynamicLinker methods are now considered secure, i.e.:\u000a  - open/lookup and close utilize reference counting on handle via a hash map.\u000a\u000a  - lookupSymbol(..) and close(..) impl. validate the passed library handle\u000a    whether it's retrieved via open*.\u000a    This is the fast path, not that expensive.\u000a\u000a  - lookupSymbolGlobal(..) performs\u000a    Check acccess of 'new RuntimePermission(\"loadLibrary.*\")' if SecurityManager is installed.\u000a    This is the slow path.\u000a\u000a- DynamicLibraryBundleInfo now reflects the security requirements,\u000a  i.e. whether priviledged access is needed.\u000a",
        "date" : "2013-06-21T01:45:07+0200",
        "id" : "eb842815498f5926828b49c48fffce22fc9586a2",
        "msg" : "Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLinker.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/SecurityUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLibraryBundle.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/junit/sec/TestSecIOUtil01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.android-armv7-cross.sh",
          "make/scripts/make.gluegen.all.android-armv6-cross.sh",
          "make/scripts/make.gluegen.all.linux-x86.sh",
          "make/scripts/java-win32.bat",
          "make/scripts/make.gluegen.all.win64.bat",
          "make/scripts/make.gluegen.all.linux-x86_64.sh",
          "make/scripts/java-win64.bat",
          "make/scripts/make.gluegen.all.linux-armv6-cross.sh",
          "make/scripts/make.gluegen.all.win32.bat",
          "make/scripts/make.gluegen.all.linux-armv6hf.sh",
          "make/scripts/make.gluegen.all.linux-armv6.sh",
          "make/scripts/make.gluegen.all.linux-armv6hf-cross.sh",
          "make/scripts/make.gluegen.all.macosx-java7.sh",
          "make/scripts/make.gluegen.all.macosx.sh"
        ],
        "commitId" : "b82f1b112a57fe2f36ba505fd837e3c6fba5fefa",
        "timestamp" : 1371771949000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testing\u000a",
        "date" : "2013-06-21T01:45:49+0200",
        "id" : "b82f1b112a57fe2f36ba505fd837e3c6fba5fefa",
        "msg" : "Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv7-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-x86_64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv6-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx-java7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6hf.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6hf-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-x86.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv6-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/runtest.sh"
        ],
        "commitId" : "adb3d51d67b10a68ec8af01765a52b1da185637e",
        "timestamp" : 1371773850000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "scripts runtests ..\u000a",
        "date" : "2013-06-21T02:17:30+0200",
        "id" : "adb3d51d67b10a68ec8af01765a52b1da185637e",
        "msg" : "scripts runtests ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
        ],
        "commitId" : "f55074132e0369cb09a6fc4bda69ab936bd820fa",
        "timestamp" : 1371774649000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ProcAddressTable: If using a SecurityManager 'checkAllLinkPermission()' instead of 'checkAllPermissions' if accessing the cached function handles.\u000a",
        "date" : "2013-06-21T02:30:49+0200",
        "id" : "f55074132e0369cb09a6fc4bda69ab936bd820fa",
        "msg" : "ProcAddressTable: If using a SecurityManager 'checkAllLinkPermission()'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
        ],
        "commitId" : "b375bf84b56b391aa014154de2e7129de9af909a",
        "timestamp" : 1371784934000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), incl. access check; Utilize 'AccessibleObject.setAccessible(Field[], true)' for performance.\u000a",
        "date" : "2013-06-21T05:22:14+0200",
        "id" : "b375bf84b56b391aa014154de2e7129de9af909a",
        "msg" : "ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..),",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-androidtasks.xml"
        ],
        "commitId" : "26bd0f9aa06c3294198f961fadff04ecd8e93cdc",
        "timestamp" : 1371801712000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix jogamp-androidtask.xml's keytool and jarsigner options for Java6 / Android compatibility w/ Java7 toolchain.\u000a",
        "date" : "2013-06-21T10:01:52+0200",
        "id" : "26bd0f9aa06c3294198f961fadff04ecd8e93cdc",
        "msg" : "Fix jogamp-androidtask.xml's keytool and jarsigner options for Java6 /",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/DynamicLinkerImpl.java",
          "src/java/jogamp/common/os/PosixDynamicLinkerImpl.java"
        ],
        "commitId" : "a7545f4fda73c215cff0da7256417bc1d1bd450b",
        "timestamp" : 1371871094000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix commit eb842815498f5926828b49c48fffce22fc9586a2: Adding missing files\u000a",
        "date" : "2013-06-22T05:18:14+0200",
        "id" : "a7545f4fda73c215cff0da7256417bc1d1bd450b",
        "msg" : "Fix commit eb842815498f5926828b49c48fffce22fc9586a2: Adding missing",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/PosixDynamicLinkerImpl.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/DynamicLinkerImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.macosx.sh"
        ],
        "commitId" : "c5fcd2215ed1c7634d8976ad914506c3ec674a2d",
        "timestamp" : 1372048326000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts: Build macosx w/ java7 targeting java6 in build-macosx.\u000a",
        "date" : "2013-06-24T06:32:06+0200",
        "id" : "c5fcd2215ed1c7634d8976ad914506c3ec674a2d",
        "msg" : "Scripts: Build macosx w/ java7 targeting java6 in build-macosx.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/locks/SingletonInstance.java"
        ],
        "commitId" : "e46b51f75b550bc0faf70ae18f526d466d8180f3",
        "timestamp" : 1372060382000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "SingletonInstance: Add stats about time/attempts, subtract real-time delta from remaining amount.\u000a",
        "date" : "2013-06-24T09:53:02+0200",
        "id" : "e46b51f75b550bc0faf70ae18f526d466d8180f3",
        "msg" : "SingletonInstance: Add stats about time/attempts, subtract real-time",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/locks/SingletonInstance.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/locks/SingletonInstance.java"
        ],
        "commitId" : "0cce9a0eb5ab3ca25531c8fb8a9ef8be5c758487",
        "timestamp" : 1372060850000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix commit e46b51f75b550bc0faf70ae18f526d466d8180f3\u000a\u000aFunny .. subclasses didn't compile in test compilation locally.\u000a",
        "date" : "2013-06-24T10:00:50+0200",
        "id" : "0cce9a0eb5ab3ca25531c8fb8a9ef8be5c758487",
        "msg" : "Fix commit e46b51f75b550bc0faf70ae18f526d466d8180f3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/locks/SingletonInstance.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java"
        ],
        "commitId" : "6ff3fe730671b0bfed61b56e1179aaecd39f53a5",
        "timestamp" : 1372129004000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case of JVM shutdown!\u000a",
        "date" : "2013-06-25T04:56:44+0200",
        "id" : "6ff3fe730671b0bfed61b56e1179aaecd39f53a5",
        "msg" : "Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/AbstractBuffer.java"
        ],
        "commitId" : "5e01e993aeba4e95fc8aa6e75b3e295011e27bbb",
        "timestamp" : 1372136608000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "AbstractBuffer: Generalize 'capacity' calculation, since we may encounter a byte-buffer w/ given elementSize semantics\u000a",
        "date" : "2013-06-25T07:03:28+0200",
        "id" : "5e01e993aeba4e95fc8aa6e75b3e295011e27bbb",
        "msg" : "AbstractBuffer: Generalize 'capacity' calculation, since we may",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/AbstractBuffer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/PosixDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
        ],
        "commitId" : "72f60a534db7c0b731d4dca83481679817ad7574",
        "timestamp" : 1372136656000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), openLibraryGlobal(..) and lookupSymbolGlobal(..) - removing duplicate code.\u000a",
        "date" : "2013-06-25T07:04:16+0200",
        "id" : "72f60a534db7c0b731d4dca83481679817ad7574",
        "msg" : "UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..),",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PosixDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/AbstractBuffer.java",
          "src/java/com/jogamp/common/nio/PointerBuffer.java"
        ],
        "commitId" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
        "timestamp" : 1372138264000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip Buffers.sizeOfBufferElem(..) call.\u000a",
        "date" : "2013-06-25T07:31:04+0200",
        "id" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
        "msg" : "Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/AbstractBuffer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/PointerBuffer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "e946fe33ab21d907e587402572effac4d9aba000",
        "timestamp" : 1372154049000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TAG RC12 / Android 0914013\u000a",
        "date" : "2013-06-25T11:54:09+0200",
        "id" : "e946fe33ab21d907e587402572effac4d9aba000",
        "msg" : "TAG RC12 / Android 0914013",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}