Startflightrecording: any way to get methods deeper stack traces?(dept 64)

I'm using jrcmd PID start_flightrecording in order to get some useful samplings, but it seems the stack traces are limited to depth 64 (i.e. in the Hot Methods's Predecessors view of JRockit Mission Control 4.1.0 I see only the last 64 frames) hence I miss important info about calling dynamics. I'm using jrockit-jdk1.6.0_37-R28.2.5-4.1.0. I've seen the [R27 version|http://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/jrdocs/refman/optionXX.html] supported a -XX:Tracedepth argument, but I don't see it on [R28 documentation|http://docs.oracle.com/cd/E15289_01/doc.40/e15062/toc.htm].
Any idea?
Kind regards
Davide
Edited by: user970531 on Apr 15, 2013 8:39 AM

I'm using jrcmd PID start_flightrecording in order to get some useful samplings, but it seems the stack traces are limited to depth 64 (i.e. in the Hot Methods's Predecessors view of JRockit Mission Control 4.1.0 I see only the last 64 frames) hence I miss important info about calling dynamics. I'm using jrockit-jdk1.6.0_37-R28.2.5-4.1.0. I've seen the [R27 version|http://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/jrdocs/refman/optionXX.html] supported a -XX:Tracedepth argument, but I don't see it on [R28 documentation|http://docs.oracle.com/cd/E15289_01/doc.40/e15062/toc.htm].
Any idea?
Kind regards
Davide
Edited by: user970531 on Apr 15, 2013 8:39 AM

Similar Messages

  • Is there any way to get at photos buried in collapsed collection stacks?

    Is there any way to get at photos buried in collapsed collection stacks? (without resorting to keyboard stuffing I mean)

    OK. Kludgy, potential optimisation for that suggestion:
    1) Find the top photo for each stack in that collection
    2) catalog:getAllPhotos() as per John's suggestion
    3) catalog:batchGetRawMetadata for the photos (in batches of ?) gathering uuid, and the collection equivalent of stackPositionInFolder and topOfStackInFolderContainingPhoto
    4) check for intersections between the photos found in step 1) and the top of stack photos identified in 3)
    Don't have LR 5 SDK at hand so I'm assuming there are collection equivalents of the metadata available re folder stacks, and that the batch get metadata call will be quicker than calling a method on every folder in your catalog.
    Stack handling in these SDK functions is, shall we say, sub-optimal.
    Matt

  • When i try to make an itunes account it i cant find "none" by payemnt method and i dont have a credit card. any way to get around that?

    when i try to make an itunes account it i cant find "none" by payemnt method and i dont have a credit card. any way to get around that?

    Unless the instructions on this page are followed when creating an account : http://support.apple.com/kb/HT2534
    then credit card details will need to be entered before the account can be used to download any item from the store.
    If created the account (e.g. you're not in the process of creating it and are stuck on the payment screen) and you are being prompted to review it then you could see if this post by mountaingoatgirl lets you reviewit without needing to enter credit card details : https://discussions.apple.com/message/24303054
    If not then you will need to create a new account, and follow the instructions on that HT2534 page when creating it. If you want to use the same email address then you will need to replace it on that account first e.g. by logging into it via the Store > View Account menu option on your computer's iTunes or via http://appleid.apple.com
    Creating an account with 'none' via a computer's iTunes : https://discussions.apple.com/message/24321860

  • Is there any way to get the height/width of an image before importing it in the indesign document.

    Hi All,
    I need to obtain an image's attributes such as dimensions (height, width in pixels) without placing image in indesign document.
    I have full path of the image (say abc.jpg is stored at c:\my pic\abc.jpg).
    I have obtained the IDFile for this image, tried getting size using GetFileSize() which correctly return size in bytes.
    Is there any way to get the height/width of image without importing it in the indesign document.
    Please, give me some hints. I have spent quite a lot time digging in CHM. I have searched in FileUtils, IDFile API's but found no method which serves this purpose.
    At this point I am clueless where to search next.
    Any help will be appriciated.
    Just a point to mention, I am able to get image height and width for an image in indesign doc though Its not my requirement.
    Thnx,
    D.

    You might be able to examine the contents of the PlaceGun after calling kImportAndLoadPlaceGunCmdBoss without actually placing the image in a document. Not sure, but would be worth looking at.
    Otherwise you will probably have to write platform specific code, ideally with a generic platform-independant wrapper (see SDKSamples/paneltreeview/PlatformFileSystemIterator).
    For the Mac, look at CGImageGetWidth() etc., not sure what the best option is for windows.
    Perhaps Quicktime could provide you with a platform independant solution.

  • When closing multiple tabs, is there any way to get back the option of saving those tabs OR NOT for your next session, within the warning dialogue box itself?

    For brief period of time, not in FF4, there was the option whereby when I closed multiple tabs, a firefox dialogue box opened warning me that I'm about to close multiple tabs, '''AND ALSO''' asking me if wanted to save those tabs for my next session, or trash them.
    The primary issue IS NOT about saving tabs. The primary question here is about getting THE OPTION back to the CLOSING MULTIPLE TABS WARNING DIALOGUE.
    The use case here should be obvious. However, since it is clearly not obvious that different people work in a variety of ways, and neither of those methods of working is "wrong" or "right" I will elaborate: Some people, for whatever reason, it doesn't matter why, want to save all their tabs on some occasions, and on other occasions don't.
    This preference varies throughout the day. Therefore it is inefficient to constantly go to preferences and change whether or not I want firefox to open all my tabs from my last session. It is more LOGICAL to place an option in the multiple tab warning dialogue as well, for people whose preference constantly changes.
    This option was available for a time in most of the Firefox 3 versions. Is there any way to get back this option in Firefox 4?

    Firefox 4 saves the previous session automatically, so there is no need for asking if you want to save the current session.
    You can use "Firefox > History > Restore Previous Session" to get the previous session.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    You can set the warn prefs on the <b>about:config</b> page to <b>true</b> via the right-click context menu or toggle the value with a double left-click.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Any way to get HTTP header in web dynpro Java?

    Is there any way to get HTTP header in web dynpro java? This method gives me the params. Is params same as header? It doesn't have any way to retrieve header data. I am on NW 7.0.19
    WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("param");

    Dear Faraz,
    I'm afraid the code you've pasted is only to retrieve URL parameters.
    Have you tried this document to see if it offers any good hint:
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0446f5c-fcb9-2910-e082-88becbe3ddc9]
    Not sure if you can process the HTTP header with a WD4J.
    An alternative could be to develop some Portal component in plain JAVA working as a proxy to call your WD4J afterwards.
    That portal component would process your HTTP header and forward any parameter to your WD4J.
    But this is me just guessing.
    Kind Regards
    /Ricardo

  • Any way to get only new updates for disconnected WSUS?

    Greetings,
    I have two servers set up. One is online, getting the new updates correctly. The other one is offline where I successfully was able to transfer the approve updates from the online WSUS.  My work requires me to get new updates and transfer the new updates
    from the online to offline WSUS once in a while. The problem is that  I cannot use any external hard drive for data transfer due to security reasons. I can only use DVD of which we only have duel layer (8.5GB max) as our highest.
    My question is any way to get the newest updates only and be able to plug them in the WSUScontent folder in the offline WSUS? I rather not have to span 7-8 DVDs for a 61GB folder of all the updates each time. I would love any method or advice that can
    be offered. I'm limited on what third-party software I can use as well unfortunately.
    Thanks,
    Drake Gallagher

    My question is any way to get the newest updates only and be able to plug them in the WSUScontent folder in the offline WSUS? I rather not have to span 7-8 DVDs for a 61GB folder of all the updates each time. I would love any method or advice that can
    be offered. I'm limited on what third-party software I can use as well unfortunately.
    You could probably work something out, using ROBOCOPY and it's various comparison operators (such as Archive bit, or date/timestamp).
    You'd need to have the "last file set prepared for the offline server" available, to do the comparison. Then, tinker with the comparison operators to determine the set which works for you. This should give you the "delta", and then you could
    burn the "delta" files/folders to your media.
    Depending on your OS in use, ROBOCOPY might already be built-in for you (so no third-party software needed)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • I synced my phone that had an itunes account but no music on it to a computer and it erased all the music on that computer. is there any way to get the music back?

    i synced my phone that had an itunes account but no music on it to a computer and it erased all the music on that computer. is there any way to get the music back?

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Nokia 1020 - any way to get an internet connection...

    There doesn't seem to be any way to get networking via BT.
    As a possibly separate issue, I can connect to my Nokia 808 over BT and they pair up OK, but the 1020 doesn't see any network, dial-up or any other service like that in the 808.
    Every windows laptop and even a win8.0 Lenovo tablet can connect to the 808 over BT, and all but win8.x devices can also do it over wifi (Joikuspot). Why can't the win8.1 Nokia phone do this?

    In that case, what methods *are* available on the 1020 for getting an internet connection, other than using
    - built-in GSM/3G/4G, or
    - built-in WIFI (infrastructure mode only)
    Can one do it via USB?
    Why is adhoc WIFI or bluetooth insecure, for a personal temporary internet connection, from another device, used typically while travelling and used to make sure that roaming costs are contained within the one device on which there is a decent roaming data package?
    Currently the only way I see is a 3G-WIFI modem (e.g. the E585) with a locally puchased data SIM inside it, but such deals are available only in some countries in Europe. They also tend to be really difficult to purchase e.g. in Greece you spend an hour or two in a phone shop, proving your identity with a passport and other documents.
    Was this done because the networks (who own the phone shops) insisted on it, as a condition of carrying the phone in their shops?

  • Is there any way to get an array from an object?

    public class X {
    byte[] a = new byte[] {0x10,0x20};
    //Native method
    public native short testnative(X b);
    //C++
    JNIEXPORT jshort JNICALL Java_Native_testnative1 (JNIEnv *env , jobject obj, jobject testobj)
    Is there any way to get byte[] a from jobject testobj ?
    Pprimitive types and objects can be get by JNI functions(like GetIntField, GetObjectField etc.), but I didn't find fucntions like GetXXXArrayField(), then how can I do that?

    Hint: an array is an object.
    -slj-

  • Is there any way to get rid of the audio message that I have unlimited minutes when I make a call? I want that 10 seconds of my life back :)

    When I make a call I get an audio message that I have unlimited minutes and then dial the number. Is there any way to get rid of that message? Because I really want to get back those 10 seconds back, Ha, Ha, not!

    Whoever thought this new search box GUI was a good idea was mistaken IMHO.
    I've used the method shown above to return it to the old constant icon/text display with instantly available drop down of my alternative chosen search engines. All back to how it was in the previous version. Yay!
    Displaying the chosen default search engine icon/text in the search box just seems a better and more sensible GUI feature to me than needing to hover over the box to show the same information (minus icon) . As for having to start entering search terms before the other search engine options become available - that is just plain ill conceived design.
    The old design is more user friendly and should be the default setting but if some users want the new GUI for the search box why not include that under Tools > Options?

  • Any way to get additional dump information?

    Occasionally java crashes when running our java application on Red Hat Linux 7.1. The crashes occur about 2-3 times a month with the application running on about a dozen different machines. When java crashes it writes out a dump similar to this one:
    Unexpected Signal : 11 occurred at PC=0x4053BD7D
    Function=follow_roots_or_mark_for_unloading__7nmethodiRi+0x3C9
    Library=/usr/java/j2re1.4.1_01/lib/i386/server/libjvm.so
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 03:05 125152 /usr/java/j2re1.4.1_01/bin/java
    0804e000-0804f000 rw-p 00005000 03:05 125152 /usr/java/j2re1.4.1_01/bin/java
    40000000-40016000 r-xp 00000000 03:05 170561 /lib/ld-2.2.2.so
    40016000-40017000 rw-p 00015000 03:05 170561 /lib/ld-2.2.2.so
    40018000-4001b000 r--s 00000000 03:05 78466 /usr/java/j2re1.4.1_01/lib/ext/dnsns.jar
    4001b000-40028000 r-xp 00000000 03:05 108530 /lib/i686/libpthread-0.9.so
    40028000-40030000 rw-p 0000c000 03:05 108530 /lib/i686/libpthread-0.9.so
    40030000-40033000 r-xp 00000000 03:05 170574 /lib/libdl-2.2.2.so
    40033000-40034000 rw-p 00002000 03:05 170574 /lib/libdl-2.2.2.so
    40034000-4015a000 r-xp 00000000 03:05 108526 /lib/i686/libc-2.2.2.so
    4015a000-40160000 rw-p 00125000 03:05 108526 /lib/i686/libc-2.2.2.so
    40164000-405fc000 r-xp 00000000 03:05 78475 /usr/java/j2re1.4.1_01/lib/i386/server/libjvm.so
    405fc000-40806000 rw-p 00497000 03:05 78475 /usr/java/j2re1.4.1_01/lib/i386/server/libjvm.so
    40818000-4082b000 r-xp 00000000 03:05 170579 /lib/libnsl-2.2.2.so
    4082b000-4082d000 rw-p 00012000 03:05 170579 /lib/libnsl-2.2.2.so
    4082f000-40852000 r-xp 00000000 03:05 108528 /lib/i686/libm-2.2.2.so
    40852000-40853000 rw-p 00022000 03:05 108528 /lib/i686/libm-2.2.2.so
    40853000-4085c000 r-xp 00000000 03:05 78471 /usr/java/j2re1.4.1_01/lib/i386/native_threads/libhpi.so
    4085c000-4085d000 rw-p 00008000 03:05 78471 /usr/java/j2re1.4.1_01/lib/i386/native_threads/libhpi.so
    4085e000-4086e000 r-xp 00000000 03:05 125198 /usr/java/j2re1.4.1_01/lib/i386/libverify.so
    4086e000-40870000 rw-p 0000f000 03:05 125198 /usr/java/j2re1.4.1_01/lib/i386/libverify.so
    40870000-40891000 r-xp 00000000 03:05 125186 /usr/java/j2re1.4.1_01/lib/i386/libjava.so
    40891000-40893000 rw-p 00020000 03:05 125186 /usr/java/j2re1.4.1_01/lib/i386/libjava.so
    40893000-408a8000 r-xp 00000000 03:05 125199 /usr/java/j2re1.4.1_01/lib/i386/libzip.so
    408a8000-408aa000 rw-p 00014000 03:05 125199 /usr/java/j2re1.4.1_01/lib/i386/libzip.so
    408aa000-41f78000 r--s 00000000 03:05 233155 /usr/java/j2re1.4.1_01/lib/rt.jar
    41fbb000-41fd2000 r--s 00000000 03:05 233156 /usr/java/j2re1.4.1_01/lib/sunrsasign.jar
    41fd2000-42043000 r--s 00000000 03:05 233149 /usr/java/j2re1.4.1_01/lib/jsse.jar
    42043000-42056000 r--s 00000000 03:05 233148 /usr/java/j2re1.4.1_01/lib/jce.jar
    42056000-42312000 r--s 00000000 03:05 233136 /usr/java/j2re1.4.1_01/lib/charsets.jar
    443ba000-443bb000 r-xp 00000000 03:05 125197 /usr/java/j2re1.4.1_01/lib/i386/librmi.so
    443bb000-443bc000 rw-p 00000000 03:05 125197 /usr/java/j2re1.4.1_01/lib/i386/librmi.so
    4c5c2000-4c5dd000 r--p 00000000 03:05 46541 /usr/lib/locale/en_US/LC_CTYPE
    4c5dd000-4c5e7000 r-xp 00000000 03:05 170595 /lib/libnss_files-2.2.2.so
    4c5e7000-4c5e8000 rw-p 00009000 03:05 170595 /lib/libnss_files-2.2.2.so
    4cb6d000-4cb7b000 r--s 00000000 03:05 78467 /usr/java/j2re1.4.1_01/lib/ext/ldapsec.jar
    4cb7b000-4cc1a000 r--s 00000000 03:05 78468 /usr/java/j2re1.4.1_01/lib/ext/localedata.jar
    4cc1a000-4cc37000 r--s 00000000 03:05 78469 /usr/java/j2re1.4.1_01/lib/ext/sunjce_provider.jar
    4cc37000-4cca8000 r--s 00000000 03:05 203220 /usr/local/avamar/lib/mcserver.jar
    4cca8000-4ccc0000 r--s 00000000 03:05 202934 /usr/local/avamar/lib/asn_server.jar
    4ccc0000-4cd05000 r--s 00000000 03:05 203213 /usr/local/avamar/lib/mail.jar
    4cd05000-4cd11000 r--s 00000000 03:05 202932 /usr/local/avamar/lib/activation.jar
    4cd11000-4cd28000 r--s 00000000 03:05 203210 /usr/local/avamar/lib/jdbc7.1-1.2.jar
    4cd28000-4cd38000 r-xp 00000000 03:05 125195 /usr/java/j2re1.4.1_01/lib/i386/libnet.so
    4cd38000-4cd3a000 rw-p 0000f000 03:05 125195 /usr/java/j2re1.4.1_01/lib/i386/libnet.so
    4ce14000-4ce1a000 r-xp 00000000 03:05 125196 /usr/java/j2re1.4.1_01/lib/i386/libnio.so
    4ce1a000-4ce1b000 rw-p 00005000 03:05 125196 /usr/java/j2re1.4.1_01/lib/i386/libnio.so
    4ce1b000-4ce25000 r-xp 00000000 03:05 170603 /lib/libnss_nisplus-2.2.2.so
    4ce25000-4ce27000 rw-p 00009000 03:05 170603 /lib/libnss_nisplus-2.2.2.so
    4ce27000-4ce2a000 r-xp 00000000 03:05 170592 /lib/libnss_dns-2.2.2.so
    4ce2a000-4ce2c000 rw-p 00002000 03:05 170592 /lib/libnss_dns-2.2.2.so
    4ce2c000-4ce3b000 r-xp 00000000 03:05 170608 /lib/libresolv-2.2.2.so
    4ce3b000-4ce3c000 rw-p 0000e000 03:05 170608 /lib/libresolv-2.2.2.so
    Local Time = Mon Jun 9 00:35:33 2003
    Elapsed Time = 873609
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode)
    These dumps mostly contain no stack information, and occur when the jvm makes calls into different libraries, mostly libc, libjvm, or pthread. The same problems occur with both java 1.4.1_01 and 1.4.1_02. Is there is any way to get java to provide more debug information or force it to core dump? Even though the message at the end of this error log that says to "report this error", Sun has not responded to any bug reports I have made. Any help would be appreciated.
    Thanks,
    Ed

    I think basically the answer is no, and even if you could I don't think it would help you much. A virtual machine error is exactly that, an error in the VM, not your code. The only thing I can suggest is that, if you want to see if your app is falling over in the same place every time, you use something like log4j.

  • Is there any way to get Gatorade out of a Blackberry Curve?

    I just spilled some Gatorade on my Blackberry and now it won't even turn on. I took the battery out right away and let it dry for a bit, then I put it back in. It still never turned on, the screen just flashed white then turned off. I don't have a clue what to do it fix it!
    Can somebody help me please!!! I'm completely lost without my phone

    There is a method called canGetBytecodes() in the
    com.sun.jdi.VirtualMachine interface.
    The JVM of Sun (1.4.0) answers true for this question
    but I have not found any way to get the bytecode.
    Is it possible?
    (It is possible to get the bytecode of a method, I
    know.)As you have learn'nt by yourself, there is no API provided which returns the bytecodes of a class. I suppose the reason for the Method object to provide one such method is because the computaion happens only inside a method. So it will contain associated mnemonics and operands therefore contains bytecodes.
    Little painful solution would be to look into JVM spec for the byte size of 'Class' structure and add it with method bytecodes and arrive at a rough figure. I would also like to see the solution to it.

  • HT1329 My hard drive crashed.  Is there any way to get my songs onto my new computer without re-loading all of the CDs.  I did not make any purchases through the itunes store.  Have never used icloud.  The songs are on my ipod.

    My hard drive crashed.  Is there any way to get my songs onto my new computer without re-loading all of the CDs.  I did not make any purchases through the itunes store.  Have never used icloud.  The songs are on my ipod.

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Any way to get all users's user profile proeprty using CSOM c# for sharepoint online - office 365?

    Any way to get all users's user profile proeprty using CSOM c# for sharepoint online - office 365?

    Since CSOM provides methods for operations related to people per
    user scope, you could retrieve all site users first using SP.Web.siteUsers
    property. and then use SP.UserProfiles.PeopleManager.getUserProfilePropertyFor
    Method to get property.
    [custom.development]

Maybe you are looking for