You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/05/06 14:38:14 UTC

[GitHub] svenreimers commented on issue #538: [NETBEANS-620] Profiling SQL queries doesn't work under JDK 10

svenreimers commented on issue #538: [NETBEANS-620] Profiling SQL queries doesn't work under JDK 10
URL: https://github.com/apache/incubator-netbeans/pull/538#issuecomment-386884116
 
 
   Debugging through the code I recognized that during updating the ClassRepository for the JDK10 based profiled app I got two versions of the interfaces (java.sql.Statement and java.sql.Connection). Now during lookup if a class is a subclass the wrong instance was selected (not the one updated with the correct information about subclasses but the one with no information updated). This resulted in nor profiling informations recorded since the relevant filter was never true.
   
   I assume there may be more problems below the surface but this will take more time and a bigger change, so I just tried to fix this in a very local manner not affecting any other stuff in the core profiling library.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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