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
['"[email protected]" <[email protected]>'].

Reply via email to