The Artima Developer Community
Sponsored Link

Java Community News
Interview with JFluid Creator from Sun Labs on java.sun.com

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
John Simpson

Posts: 3
Nickname: veloso
Registered: Dec, 2004

Interview with JFluid Creator from Sun Labs on java.sun.com Posted: Sep 11, 2005 2:21 AM
Reply to this message Reply
Summary
Sun's Java site, java.sun.com, has an interview with Sun Lab's Misha Dmitriev, the creator of JFluid, a profiling tool that relies on hotswapping for bytecode instrumentation to collect information on the fly.
Advertisement
Sun's Java site, java.sun.com, has an interview with Sun Lab's Misha Dmitriev, the creator of JFluid, a profiling tool that relies on hotswapping for bytecode instrumentation to collect information on the fly.

http://java.sun.com/developer/technicalArticles/Interviews/Dmitriev_qa.html

Dmitriev makes a lot of claims! He claims that "Code hotswapping is probably the most powerful way to address the performance problems of profiling, while still collecting useful data." He also claims that it is "proven" that profiling gets you better software. He says that the the traditional edit-compile-debug cycle should be replaced with edit-compile-debug-test-profile cycle. He has a lot to say about how hotswapping can reduce the performance problems of hotswapping.

The JFluid tool is now a part of NetBeans. Not surprisingly, this all sounds plausible; I'm wondering if anyone has tried the tool and has first hand experience. And can anyone separate the hype from the reality?

Topic: Interview with JFluid Creator from Sun Labs on java.sun.com Previous Topic   Next Topic Topic: Black Duck Brings Software Compliance Management to the Eclipse Platform

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use