Jmap histogram and [C [B [D [F [I and [J

I've been using jmap to create the memory histogram for an application and I get output that lists [C, [B, [D, [F, [I and [J for some of the class names.  I know that these are arrays of some type, possibly of primitives.  Is there some explanation some place of what these types are?
I've downloaded the source for JDK 5 and searched through there but I had no luck.  The language or JVM spec perhaps might have some explanation?
Any clues or direction on what these types are and where I can find a good explanation would be appreciated.
Thanks in advance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html
Look for 4.3.2 Field Descriptors
-kto

Similar Messages

  • Histogram and saturation in Photoshop

    1. Photoshop histogram panel is the average of the color intensity of the selected areas and layers of color channel statistics mean?
    2. In the Photoshop histogram panel do you mean the average of the brightness of the image luminance channel?
    I represent the average value of the maximum to the average of brightness from 0 to 255?
    3. To obtain the saturation current number of images should I use any method or menu or panel?
    I would appreciate a response.
    Mail: [email protected]

    Not sure I follow all the details you mention.
    Hope this helps:
    Photoshop Help | Viewing histograms and pixel values

  • Jmap: portability and safety for snapshotted process?

    I'm working on tracking down a memory leak in a java application that's at the heart of my employer's business. Right now, we're restarting it periodically, and watching it closely with nagios.
    I'd like to do a jmap dump and jhat analysis of the heap while it has a lot of memory in use - but before I do, we need to answer the question: "Is there any risk to the process inspected?" Has anyone ever seen or heard of a java process getting messed up (say, writing corrupted data?) as a result of a jmap?
    Another, slightly less important question is: Can I jmap on a windows machine and analyze the resulting file on a Linux machine?
    Thanks!

    Did you have a windows form or a web based application? Did you use LoadRunner to invoke multiple concurrent synchronization calls to move data from the lite database to the back-end database? Also, was LoadRunner executing against one instance of your application or multiple instances? Were application instances running on one machine or multiple machines? We are just trying to get a better understanding of your application/load test setup and see if it was structurally similar to ours.
    We basically have a windows form based application designed for a single user. This application allows user to synchronize data from Olite to back-end Oracle database after user has completed their data entry.
    We wanted to test the performance of our synchronization process. That is how many user can concurrently synchronize their data at the same time.
    Given that our application is a single user application, we decided to invoke multiple instances of application on a single machine and then simultaneously try to synchronize (via a tool) each instance of the application. Hence the error.
    Thanks for your feedback.

  • I've lost the histogram - and other adjustment woes

    I filed a rather long description of this to the Aperture Feedback, but as I suspect that is a "write only" channel I thought I'd ask here (and I did review a bunch of posts with no luck)
    I have a brand spanking new MacPro quad, with 2 NVIDIA GeForce 7300 GT video cards (I mention this only because of Aperture's use of GPUs).
    In summary, I imported a project that works fine on my MacBook Pro, but on my MacPro the histogram in the adjustments HUD is gone. When I try to make an adjustment, a HUGE black triangle appears where the preview image was, the histogram magically appears, I make the adjustment (the slider is not smooth), a full second passes and the preview is updated with the adjustment -- and, of course, the histogram disappears. When the system is feeling particularly nasty, the preview comes up completely black after the adjustment (although the thumbnail appears to be updated properly).
    Suffice it to say I've tried everything but yank out the RAM and the GPUs... I've seen this on some images in other projects. I created a new Aperture library and loaded some images (from different cameras) -- all exhibit this behavior. I've stopped and restarted Aperture. I've shutdown and restarted the MacPro. I've reverted my profiles for the displays to the Apple defaults. I've started considering moving to Lightroom...
    Aperture is such a wonderful program when it works... I've had a bunch of minor issues with the program over the past year I've been using it - but this is insane.
    If anyone can provide some clues as to how to fix this I'd appreciate it.
    Thanks,
    - dave
    Note: A small update to my post. I thought the histogram had disappeared, but upon closer inspection it is there -- but it reads as if it were a completely black image (e.g., all of the values are in the first column). Another clue...
    Message was edited by: davebets

    I should mention that i have NOT upgraded to iOS 5 on the 3GS and don't want to.  Therefore, no iCloud on the phone.

  • Add ability to use raw data in the Histogram and clipping indicators

    I have posted this as an ACR and Lightroom Feature Request at the Photoshop Family site.
    http://feedback.photoshop.com/photoshop_family/topics/raw_data_histogram_display_lightroom _and_adobe_camera_raw?rfm=1
    It was suggested I also post it here to for more visibility.
    "The current Histogram display in Lightroom and Adobe Camera Raw accurately display the file image data for JPEG, PNG, PSD, TIFF file types, but not for raw files.
    When a raw file is demosaiced and a camera profile applied it is no longer possible to determine the actual R-G-B-G2 raw data clipping levels. This is useful for determining best exposure settings (ETTR) when shooting tethered, evaluating exposure bracketed images, or for simply determining your camera's exposure metering accuracy.
    This can be added as a user-selectable option button in the current Histogram to allow viewing of the camera file's R-G-B-G2 raw data values."
    This has been requested in the past, but there appears to be mixed feelings and some confusion as to its benefits:
    http://forums.adobe.com/message/3967184#3967184
    The sole objective of  using the raw image file data in the Histogram is to determine if the image file contains clipped pixels. The actual raw data preview image is of no value other than to "accurately" display those pixels using the Highlight and Shadow clipping indicators. A good example of this implementation is the RawDigger application available for download here:
    http://www.rawdigger.com/

    Yes but it can be problematic in so far as some users find it can slow down their system. When you first switch it on it can take a while for all your files to be updated. If you're in the habit of making edits and adjustments to multiple selected images this too can slow things down. Anyway, to activate the it you'll, need to open
    Catalog Settings from the
    File menu, then set the
    Metadata: Automatically write changes into XMP to On - see attached screenshot.

  • Question about histograms and indexes

    I read that if a histogram is generated for a column and that column has an index then if the where clause contains a value that has a high cardinality the CBO will skip using the index. The article was with reference to the benefits of histograms.
    My question is: Why would the CBO skip using the index? Why not use it anyways? Is it because there is a cost associated with loading and using the index itself?
    Would appreciate some clarification on this, thanks!!!

    First, the article in question doesn't say to create histograms on columns with high cardinality values. A primary key column is going to be the ultimate in high cardinality columns (each value is unique after all) but it's rarely appropriate to create a histogram on that column. It does say that that histograms are generally useful when the data in a particular column is highly skewed-- that is, different values occur at wildly different rates.
    If you have a table of orders with an ORDER_STATUS column, for example, 95% of your orders may be CLOSED, 3% may be SHIPPING, and 1.9% may be IN PROCESS and 0.1% may be CANCELLED. Without a histogram, Oracle would take a look at that column and see that there were 4 distinct values, so it would assume an equal distribution across the statuses. Which would cause it to favor a full scan on the table even if you were looking just for the CANCELLED orders. With a histogram, the optimizer would favor an index on ORDER_STATUS for the cancelled query while still favoring a table scan if you're looking for closed orders.
    Gathering unnecessary histograms will make statistics collection take longer, which can cause issues with SLAs. It can also force you to gather statistics more frequently/ cause statistics to get out of date more quickly if you have monotonically increasing values in a column. If you have a CREATE_DATE column, for example, and gather a histogram, values that are greater than the max value at the time the histogram was gathered might be incorrectly estimated to be too infrequent, which can cause problems. If Oracle thinks that 1/6th of the rows are from Jan, 1/6 from Feb, etc. through June and you start looking for values from July because you haven't gathered statistics in a month, the CBO's estimates are going to be off. Unnecessary histograms also cause Oracle to spend more time parsing queries, potentially with no better results. And it can make troubleshooting a bit more difficult because, depending on the version and various optimizer settings, there may be multiple query plans for the same statement or different query plans depending on the particular bind variable that is first passed in.
    Justin

  • PS CS4 histogram and floating windows

    How do I get Photoshop to open with floating windows and the histogram in compact RGB mode? I have to reset this every time I open a new photo. I can't believe how hard it is to change modes in the histogram.I have to undock it, change it to expanded view, change the mode, change it back to compact view and redock it. This made sense to someone? I tried saving the workspace, but that doesn't solve the problem.

    Oops

  • 10.2.0.4 CBO behavior without histograms and binds/literals

    Hello,
    i have a question about the CBO and the collected statistic values LOW_VALUE and HIGH_VALUE. I have seen the following on an oracle 10.2.0.4 database.
    The CBO decides for a different execution plan, if we use bind variables (without bind peeking) or literals - no histograms exist on the table columns.
    Unfortunately i didn't export the statistics to reproduce this behaviour on my test database, but it was "something" like this.
    Environment:
    - Oracle 10g 10.2.0.4
    - Bind peeking disabled (_optim_peek_user_binds=FALSE)
    - No histograms
    - No partitioned table/indexes
    The table (TAB) has 2 indexes on it:
    - One index (INDEX A1) has included the date (which was a NUMBER column) and the values in this columns spread from 0 (LOW_VALUE) up to 99991231000000 (HIGH_VALUE).
    - One index (INDEX A2) has included the article number which was very selective (distinct keys nearly the same as num rows)
    Now the query looks something like this:
    SELECT * FROM TAB WHERE DATE BETWEEN :DATE1 AND :DATE2 AND ARTICLENR = :ARTNR;And the CBO calculated, that best execution plan would be a index range scan on both indexes and perform a btree-to-bitmap conversion .. compare the returned row-ids of both indexes and then access the table TAB with that.
    What the CBO didn't know (because of the disabled bind peeking) was, that the user has entered DATE1 (=0) and DATE2 (=99991231000000) .. so the index access on index A1 doesn't make any sense.
    Now i executed the query with literals just for the DATE .. so query looks something like this:
    SELECT * FROM TAB WHERE DATE BETWEEN 0 AND 99991231000000 AND ARTICLENR = :ARTNR;And then the CBO did the right thing ... just access index A2 which was very selective and then acceesed the table TAB by ROWID.
    The query was much faster (factor 4 to 5) and the user was happy.
    As i already mentioned, that there were no historgrams i was very amazed, that the execution plan changed because of using literals.
    Does anybody know in which cases the CBO includes the values in LOW_VALUE and HIGH_VALUE in its execution plan calcuation?
    Until now i thought that these values will only be used in case of histograms.
    Thanks and Regards

    oraS wrote:
    As i already mentioned, that there were no historgrams i was very amazed, that the execution plan changed because of using literals.
    Does anybody know in which cases the CBO includes the values in LOW_VALUE and HIGH_VALUE in its execution plan calcuation?
    Until now i thought that these values will only be used in case of histograms.I don't have any references in front of me to confirm but my estimation is that the LOW_VALUE and HIGH_VALUE are used whenever there is a range based predicate, be it, the BETWEEN or any one of the <, >, <=, >= operators. Generally speaking the selectivity formula is the range defined in the query over the HIGH_VALUE/LOW_VALUE range. There are some specific variations of this due to including the boundaries (<= vs <) and NULL values. This make sense to use when the literal values are known or the binds are being peaked at.
    However, when bind peaking is disabled Oracle has no way to use the general formula above for an estimation of the rows so it mostly likely uses the 5% rule. Since in your query you have a BETWEEN clause the estimated selectivity becomes 5%*5% which equals 0.0025. This estimated cardinality could be what made the CBO decide to use the index path versus ignoring it completely.
    If you can post some sample data to reproduce this test case we can confirm.
    Just a follow-up question. Why is a date being stored as a number?
    HTH!

  • Weird histogram and RAW conversion

    Sorry in advance if this quesion is already out there.
    I've just rebuilt my machine and noticed some really weird stuff with aperture once I re-installed the program. I'm accessing the same library with the same settings but now I get some really weird conversions of my low light photos (new and old). The really strange thing is that if I just touch a slider (levels, exp, etc) not even adjust, the image previews fine. If I check the levels and then uncheck and restart aperture the photo looks fine. When I restart again...bang back to weird photo! During this weirdness the histogram gets choppy as well. Check the examples out at this site http://homepage.mac.com/dpolly/weird/index.html the grabs are in order. By the way the export of the photo always looks fine. I hadn't seen this issue unitl re-installing the app. This leaves me with the "can I trust this program" kinda feeling. Please help.
    Thanks,
    Dan
    G5   Mac OS X (10.4.6)  
    G5   Mac OS X (10.4.6)  

    Thanks.
    I just wanted to make sure I wasn't losing my mind!
    When I originally installed aperture it was on a version earlier than 10.4.6. After the rebuild it went on 10.4.6 so that makes sense. I was really concerned that it was changing the master file during the RAW conversion.
    I think I'll hold out for 1.1 and hope all goes well.
    Thanks for such a quick response. This forum is great and I hope I can return the favor soon.
    Thanks,
    Dan
    G5   Mac OS X (10.4.6)  

  • Histograms and statistics

    Hi
    How to know the list of tables/columns where histograms statistics exists ?
    Regards
    Den

    Hi,
    you can use this SQL to see the histograms:
    SELECT endpoint_number, endpoint_value, endpoint_actual_value
      FROM DBA_HISTOGRAMS
    WHERE table_name = '?????' and column_name = '????'
      ORDER BY endpoint_number;You can query DBA_HISTOGRAMS to see which of your tables are there.

  • Camera data. Histogram and light meter

    I'm trying to find info on how to tap into data from the iPhone camera. I want to develop an app that uses histogram data and to build a light meter. Can anyone help me out?

    You can build your own histogram from any image. I very highly doubt you'll be able to construct anything even remotely resembling an accurate light meter as the camera's driver and/or firmware most likely already has one that is continually making adjustments before you ever get any data at the application level.

  • Keeping Histogram and Adjustment Panels Open together

    I am assisting a friend who is working with Elements 10 on a laptop running Windows 7.  I want her to watch the histogram while making layer adjustments.
    I have carefully kept the histogram panel tabbed to the top group.  The layers and adjustment panels are not tabbed to that group.
    Every time she is making a layers adjustment the histogram panel closes.  I can't find a way to have both open at once.
    What is causing this?
    Thanks.
    Mary Lou

    Thanks for that suggestion, Brett.  Today I spoke on the telephone 
    with a manager in the tech division.  He said that this problem 
    shouldn't occur. They checked it out and didn't find this problem.   
    I will check it out tomorrow when I meet a class of people with 
    elements 10.  I will see if the problem is universal or limited to a 
    few computers.  If it is a limited problem the manager suggested 
    getting Adobe to reset the software.
    I'll check back here when I know more.
    The reason that this matters to me is that I teach my Elements 
    students to watch the histogram when making layers adjustments.  If 
    the problem can't be corrected, then they would need to unattach the 
    histogram panel and let it float.  It would be a bit of a nuisance 
    but worth trying.
    Mary Lou

  • How AUTO stats job decides on histograms and sample size?

    Hi All,
    I am on Oracle 11.2.0.3 .
    I have a table with 161M records. In fact it is an IOT. We are running the default stats collection job from Oracle (not even the time is changed !!).
    This is the nature of stats on this table
    SQL> select column_name, num_distinct, num_nulls, num_buckets, sample_size, histogram
      2  from dba_tab_col_statistics where table_name='TABLE1';
    COLUMN_NAME                    NUM_DISTINCT  NUM_NULLS NUM_BUCKETS SAMPLE_SIZE HISTOGRAM
    COLUMN1                                   1          0           1   162988917 NONE
    COLUMN2                                   0  162988917           0             NONE
    COLUMN3                           119808000          0         254        5548 HEIGHT BALANCED
    COLUMN4                                3048          0         254        5548 HEIGHT BALANCED
    COLUMN5                                   1          0           1   162988917 NONE
    COLUMN6                                 173          0          77        5549 FREQUENCY
    COLUMN7                            43225088          0           1   162988917 NONE
    7 rows selected.I have so many question on this
    Why sample size is so small on the columns where histogram exists?
    Why sample size is 100% on the columns where there is no histogram? (I am assuming NONE means there is no histogram on this column)
    COLUMN6 is a really skewed column. There are actually 173 distinct values in there. How come Oracle found that correctly in such a small sample size?
    Thanks in advance

    rahulras wrote:
    SQL> select column_name, num_distinct, num_nulls, num_buckets, sample_size, histogram
    2  from dba_tab_col_statistics where table_name='TABLE1';
    COLUMN_NAME                    NUM_DISTINCT  NUM_NULLS NUM_BUCKETS SAMPLE_SIZE HISTOGRAM
    COLUMN1                                   1          0           1   162988917 NONE
    COLUMN2                                   0  162988917           0             NONE
    COLUMN3                           119808000          0         254        5548 HEIGHT BALANCED
    COLUMN4                                3048          0         254        5548 HEIGHT BALANCED
    COLUMN5                                   1          0           1   162988917 NONE
    COLUMN6                                 173          0          77        5549 FREQUENCY
    COLUMN7                            43225088          0           1   162988917 NONE
    7 rows selected.Why sample size is so small on the columns where histogram exists?
    Because the code decided that the histogram it generated at that size was sufficiently accurate - but I can't tell how it came to that conclusion.
    Why sample size is 100% on the columns where there is no histogram? (I am assuming NONE means there is no histogram on this column)
    COLUMN6 is a really skewed column. There are actually 173 distinct values in there. How come Oracle found that correctly in such a small sample size?
    The answer is probably that it didn't. I suspect you have enabled the approximate_ndv mechanism, which applies in the first pass for collecting simple stats, and the num_distinct in every case was therefore very close to perfect with a 100% sample size. The histograms would then have been collected in a second pass. You have only 77 buckets in the frequency histogram on column6, which means Oracle knows about just 77 values for that column despite reporting 173 as the number of distinct values. to my mind, the inconsistency between num_distinct (which should have been pretty accurate) and the number of buckets should have made Oracle collect another, larger sample size of the histogram.
    Regards
    Jonathan Lewis

  • Several problems with histograms and display

    Hi,
    I'm in the process of moving from Lightroom to Aperture 2.1, and I'm far enough up the learning curve to start working on images. I'm noticing several things:
    - sometimes, changing an adjustment setting can make all or part of the image blank out (to black). Usually this does not carry over to fullscreen mode, but it is very difficult to "flush" in normal mode
    - I've lost the histogram in the levels brick. Whatever I try it won't come back
    - the main histogram frequently disappears for up to 10 secs
    - the histogram reacts very slowly to changes in adjustments, unlike in Lightroom where it gives instant feedback
    - the loupe starts reacting slowly after I apply a few adjustments to an image
    Is this normal ? I'm using Aperture 2.1, on a new MacBook Pro 2.5Ghz with GeForce8600M GT graphics card and 4Gb RAM. All images so far are Olympus ORF, either E-400 or E-3.

    I found out, how it was going wrong.
    When the applet started, it didn't start with the method init(), as it should do, it started with the constructor. Because there was no document the method childCount() throws a exception. After this, the method init() startet reading the file and started the constructor again, but the results were not shown.
    After knowing this I decided to write the Applet again and now it's working fine.

  • Using the histogram and RGB values in camera raw

    This question was posted in response to the following article: http://help.adobe.com/en_US/photoshopelements/using/WS287f927bd30d4b1f5548d97812e28a69a90- 7ff4.html

    K so no one has been able to help me. When I open a raw image all my highlighted areas are pink. I cannot turn it off by clicking the little triangle. I'm losing my mind. I've been trying to figure this out for months!

Maybe you are looking for

  • R/3 4.7 down after system copy

    Hello Experts I have recently installed R/3 4.7 on MSSQL 2008 for UPGRADE to ECC 6.0 EHP5 . Referred note1476928. System throws successful installation message. But system does not come up. SQL studio does not show to me any users created, What may h

  • I dont want to be the account owner

    somehow i am the account owner and i dont want to be the owner!  my husband is the one who should be the owner of this account but it will only list him as a Manager.  how can we fix this?

  • Where to find the updated server for 10.3?

    I searched yesterday the Apple's download site with the updated server version for 10.3, but could not find it. Anyone have the link to this?

  • ICloud Drive has stopped responding

    I get this message when I try to open iCloud Drive in icloud.com in Safari

  • How to add the Profit Center (Distribution Rule) at AR Invoice

    Hi All,               At SAP 2007 B PL10, Is it possible to assign the Profit Center at AR Invoice Document Line via DI API, because when I changed the Item's warehouse the profit center value is disappeared.              Please give me any suggestio