You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2018/05/02 04:56:00 UTC

[jira] [Resolved] (NETBEANS-620) profiling SQL queries doesn't work under JDK 10

     [ https://issues.apache.org/jira/browse/NETBEANS-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Kishalmi resolved NETBEANS-620.
--------------------------------------
       Resolution: Duplicate
    Fix Version/s: 9.0

Most probably happens due to java.lang.reflect.WeakPairMap has been moved under java.lang

> profiling SQL queries doesn't work under JDK 10
> -----------------------------------------------
>
>                 Key: NETBEANS-620
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-620
>             Project: NetBeans
>          Issue Type: Bug
>          Components: profiler - Base
>    Affects Versions: 9.0
>         Environment: I tested under NetBeans 9.0 build 395 with a project that uses a Postgres database.
>            Reporter: Glenn Holmer
>            Priority: Blocker
>              Labels: BLOCKER
>             Fix For: 9.0
>
>
> Profiler's SQL query profiling feature does not work under JDK 10:
> 1) Create or open a project that uses JDBC queries to a database.
> 2) Click the profiler icon in the toolbar.
> 3) In the Profiler button dropdown, select "SQL Queries".
> 4) Click the gear icon at the right of the profiler toolbar and select "All queries".
> 5) Click the "Profile" button to start profiling.
> The program runs, but no SQL query data are returned. This works fine under JDK 8.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists