You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2017/11/14 14:23:56 UTC

[incubator-netbeans] branch master updated (364308b -> 6ee4827)

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 364308b  Merge pull request #270 from jlahoda/do-fail-on-rat-or-verify-failures
     add 427adab  performance improvement in InstancesIterator - reuse ClassDump instance in getInstanceByOffset()
     add f390ed4  jclass.instances() function fixed
     add f6c6419  use new Heap.getAllInstancesIterator() in Snapshot.getInstances(JavaClass, boolean)
     add 53a590d  OQL function rootDistance(jobject) added
     add cfb2ed4  use correct spec. version for Heap.getAllInstancesIterator()
     add f6ba462  release all native screen resources used by window
     add 40222ca  do not show org.netbeans.api.intent module in Plugin Manager
     add 055e286  InstancesIterator fixed to return only non-null Instances. (getInstanceByOffset() can return null in case of broken heap dump)
     add c0eb422  bugfix #271412, make sure that getReachables() do not return null-s and duplicates
     add c85a0a5  bugfix #271451 - Upgrade JNA library to version 4.4.0
     add 5942f6e  bugfix #271451 - Upgrade JNA library to version 4.4.0
     add be86ed7  bugfix #271444, use org.openide.util.Enumerations instead of obsolete com.sun.tools.hat.internal.util.CompositeEnumeration
     add e9f73f0  bugfix #271545, JDK 9 has different class loader name
     add 3b5aa08  hashcode and equals added to HprofArrayValue
     new 6ee4827  Merge pull request #273 from thurka/thurka/after_donation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api.intent/manifest.mf                             |  2 +-
 .../core/startup/ModuleLifecycleManager.java       |  3 ++-
 .../nativeexecution/support/Win32APISupport.java   |  2 +-
 .../modules/keyring/gnome/GnomeKeyringLibrary.java |  2 +-
 .../org/netbeans/lib/profiler/heap/ClassDump.java  |  2 +-
 .../lib/profiler/heap/HprofArrayValue.java         | 16 +++++++++++-----
 .../org/netbeans/lib/profiler/heap/HprofHeap.java  | 21 ++++++++++++++++-----
 libs.jna.platform/external/binaries-list           |  2 +-
 ...-license.txt => jna-platform-4.4.0-license.txt} |  2 +-
 libs.jna.platform/nbproject/project.properties     |  2 +-
 libs.jna.platform/nbproject/project.xml            |  4 ++--
 libs.jna/external/binaries-list                    |  2 +-
 ...jna-4.2.2-license.txt => jna-4.4.0-license.txt} |  2 +-
 libs.jna/manifest.mf                               |  2 +-
 libs.jna/nbproject/project.properties              | 22 +++++++++++-----------
 libs.jna/nbproject/project.xml                     |  4 ++--
 libs.jna/src/org/netbeans/libs/jna/Installer.java  |  2 +-
 .../openide/explorer/view/CustomPopupFactory.java  |  2 ++
 profiler.oql/nbproject/project.xml                 |  2 +-
 .../oql/engine/api/impl/ReachableObjects.java      | 21 ++++++++++++++++++---
 .../profiler/oql/engine/api/impl/Snapshot.java     | 22 ++++++++++++++++++++++
 .../modules/profiler/oql/engine/api/impl/hat.js    | 19 +++++++++++++++++--
 22 files changed, 115 insertions(+), 43 deletions(-)
 rename libs.jna.platform/external/{jna-platform-4.2.2-license.txt => jna-platform-4.4.0-license.txt} (99%)
 rename libs.jna/external/{jna-4.2.2-license.txt => jna-4.4.0-license.txt} (99%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].

[incubator-netbeans] 01/01: Merge pull request #273 from thurka/thurka/after_donation

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 6ee4827754d427b12c6748146f894576d9df6442
Merge: 364308b 3b5aa08
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Tue Nov 14 15:23:53 2017 +0100

    Merge pull request #273 from thurka/thurka/after_donation
    
    Backport of thurka's fixes made after Apr 22, 2017

 api.intent/manifest.mf                             |  2 +-
 .../core/startup/ModuleLifecycleManager.java       |  3 ++-
 .../nativeexecution/support/Win32APISupport.java   |  2 +-
 .../modules/keyring/gnome/GnomeKeyringLibrary.java |  2 +-
 .../org/netbeans/lib/profiler/heap/ClassDump.java  |  2 +-
 .../lib/profiler/heap/HprofArrayValue.java         | 16 +++++++++++-----
 .../org/netbeans/lib/profiler/heap/HprofHeap.java  | 21 ++++++++++++++++-----
 libs.jna.platform/external/binaries-list           |  2 +-
 ...-license.txt => jna-platform-4.4.0-license.txt} |  2 +-
 libs.jna.platform/nbproject/project.properties     |  2 +-
 libs.jna.platform/nbproject/project.xml            |  4 ++--
 libs.jna/external/binaries-list                    |  2 +-
 ...jna-4.2.2-license.txt => jna-4.4.0-license.txt} |  2 +-
 libs.jna/manifest.mf                               |  2 +-
 libs.jna/nbproject/project.properties              | 22 +++++++++++-----------
 libs.jna/nbproject/project.xml                     |  4 ++--
 libs.jna/src/org/netbeans/libs/jna/Installer.java  |  2 +-
 .../openide/explorer/view/CustomPopupFactory.java  |  2 ++
 profiler.oql/nbproject/project.xml                 |  2 +-
 .../oql/engine/api/impl/ReachableObjects.java      | 21 ++++++++++++++++++---
 .../profiler/oql/engine/api/impl/Snapshot.java     | 22 ++++++++++++++++++++++
 .../modules/profiler/oql/engine/api/impl/hat.js    | 19 +++++++++++++++++--
 22 files changed, 115 insertions(+), 43 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <co...@netbeans.apache.org>.