<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ProNetBeans</title>
	<atom:link href="http://pronetbeans.com/feed" rel="self" type="application/rss+xml" />
	<link>http://pronetbeans.com</link>
	<description>The source for learning NetBeans.</description>
	<lastBuildDate>Sat, 22 Sep 2012 14:43:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>NetBeans 7.3 New and Noteworthy</title>
		<link>http://pronetbeans.com/archives/263?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-3-new-and-noteworthy</link>
		<comments>http://pronetbeans.com/archives/263#comments</comments>
		<pubDate>Sat, 22 Sep 2012 14:10:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=263</guid>
		<description><![CDATA[The &#8216;New and Noteworthy&#8217; page for NetBeans 7.3 continues to shape up. http://wiki.netbeans.org/NewAndNoteworthyNB73 Some of the new/updated features that I found interesting include: Added option to export/import java formatting and indentation for all languages. Hint : A new warning that shows places that may cause NullPointException was added: Less memory needed to for Maven projects [...]]]></description>
				<content:encoded><![CDATA[<p>The &#8216;New and Noteworthy&#8217; page for NetBeans 7.3 continues to shape up. <a title="http://wiki.netbeans.org/NewAndNoteworthyNB73" href="http://wiki.netbeans.org/NewAndNoteworthyNB73" target="_blank">http://wiki.netbeans.org/NewAndNoteworthyNB73</a></p>
<p>Some of the new/updated features that I found interesting include:</p>
<p><span id="more-263"></span></p>
<ul>
<li>Added option to export/import java formatting and indentation for all languages.</li>
<li>Hint : A new warning that shows places that may cause NullPointException was added:</li>
<li>Less memory needed to for Maven projects</li>
<li>Profiler : CPU snapshots can now be compared the same way as memory snapshots.</li>
<li>JPA : Stand alone jpql editor is added, you can run your jpql from ide directly instead of running your j2se jpa application</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/263/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Atlassian Bamboo Plugin – Build Log Exporter</title>
		<link>http://pronetbeans.com/archives/242?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-atlassian-bamboo-plugin-build-log-exporter</link>
		<comments>http://pronetbeans.com/archives/242#comments</comments>
		<pubDate>Fri, 06 Jul 2012 23:59:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=242</guid>
		<description><![CDATA[One of my latest plugins I created a week ago and just got approved on the Atlassian Marketplace is the Build Log Exporter. For some software teams is is occasionally useful and sometimes necessary to capture a snapshot of all build logs across all Jobs and Stages in a Plan. I have added the ability [...]]]></description>
				<content:encoded><![CDATA[<p>One of my latest plugins I created a week ago and just got approved on the Atlassian Marketplace is the Build Log Exporter. For some software teams is is occasionally useful and sometimes necessary to capture a snapshot of all build logs across all Jobs and Stages in a Plan. I have added the ability to export ALL the build logs in a Plan into a single consolidated ZIP file.</p>
<p>You can now drill down to a Plan and from the Actions drop-down select “Export Build Logs”. This will prompt you with a page allowing you to specify a max log file filter (or not). You can then click export and the page will refresh with a download link to the ZIP file.</p>
<p>You can review the plugin here.</p>
<p><a href="https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.buildlogexport" target="_blank">https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.buildlogexport</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/242/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Atlassian Bamboo Plugin – Plan Comments</title>
		<link>http://pronetbeans.com/archives/239?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-atlassian-bamboo-plugin-plan-comments</link>
		<comments>http://pronetbeans.com/archives/239#comments</comments>
		<pubDate>Thu, 05 Jul 2012 23:56:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=239</guid>
		<description><![CDATA[In my latest attempt at writing a Bamboo plugin I decided to investigate adding some value-add features related to Comments. Users can add comments onto a build result, but there isn’t really any way to review all the comments across all the builds. As such I decided to write the Plan Comments plugin which adds [...]]]></description>
				<content:encoded><![CDATA[<p>In my latest attempt at writing a Bamboo plugin I decided to investigate adding some value-add features related to Comments. Users can add comments onto a build result, but there isn’t really any way to review all the comments across all the builds.</p>
<p>As such I decided to write the Plan Comments plugin which adds a page to the Plan submenu that allows you to view all comments for all build results on a single page. The comments are sorted in a descending fashion by the build number where the comment was placed. Additionally the user and datetime of the comment is also displayed.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/plan_comments_02.png"><img class="alignnone size-full wp-image-240" title="plan_comments_02" src="http://pronetbeans.com/wp-content/uploads/2012/09/plan_comments_02.png" alt="" width="664" height="567" /></a></p>
<p>You can review and download the plugin here : <a href="https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.plancomments" target="_blank">https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.plancomments</a></p>
<p>&nbsp;</p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2773234404330082";
/* Atlassian Banner for Articles */
google_ad_slot = "4104263797";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/239/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Atlassian Bamboo Plugin – Plan Labeller Task</title>
		<link>http://pronetbeans.com/archives/252?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-atlassian-bamboo-plugin-plan-labeller-task</link>
		<comments>http://pronetbeans.com/archives/252#comments</comments>
		<pubDate>Thu, 28 Jun 2012 00:04:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=252</guid>
		<description><![CDATA[After reading a recent Atlassian blog post here : http://blogs.atlassian.com/2012/06/bamboo-build-artifact-log-expiry/ there was a comment about how nice it would be to have a task to automatically label a plan. I thought it was an overall good idea as it’s nice for teams to flag Plans with certain labels. I’m not certain all the uses cases [...]]]></description>
				<content:encoded><![CDATA[<p>After reading a recent Atlassian blog post here : <a href="http://blogs.atlassian.com/2012/06/bamboo-build-artifact-log-expiry/" target="_blank">http://blogs.atlassian.com/2012/06/bamboo-build-artifact-log-expiry/</a> there was a comment about how nice it would be to have a task to automatically label a plan. I thought it was an overall good idea as it’s nice for teams to flag Plans with certain labels. I’m not certain all the uses cases for this or ways teams would like to accomplish it, so I have taken a stab at it with my interpretation.</p>
<p>In my Bamboo Plan Labeller plugin you can add a Task to a Job. In the task you can specify a comma-separated list of labels to add to your plan as part of the build. Additionally you can specify the name of a CSV file and the task will also parse the comma-separated labels in the file and add them as plan labels as well.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/plan-label-01.png"><img class="alignnone size-full wp-image-253" title="plan-label-01" src="http://pronetbeans.com/wp-content/uploads/2012/09/plan-label-01.png" alt="" width="850" height="582" /></a></p>
<p>Once the build executes you may need to click the Plan name in the breadcrumbs links to refresh the page, but the new labels should show up just fine.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/plan-label-02.png"><img class="alignnone size-full wp-image-254" title="plan-label-02" src="http://pronetbeans.com/wp-content/uploads/2012/09/plan-label-02.png" alt="" width="518" height="303" /></a></p>
<p>The plugin has been submitted to the Atlassian Marketplace and should eventually be available here once approved (the URL will not work until it is approved) : <a href="https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.planlabeller">https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.planlabeller</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2773234404330082";
/* Atlassian Banner for Articles */
google_ad_slot = "4104263797";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Atlassian Bamboo Plugin – Create and Extract Zip Files As a Task</title>
		<link>http://pronetbeans.com/archives/248?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-atlassian-bamboo-plugin-create-and-extract-zip-files-as-a-task</link>
		<comments>http://pronetbeans.com/archives/248#comments</comments>
		<pubDate>Tue, 26 Jun 2012 00:02:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=248</guid>
		<description><![CDATA[The last 2 weeks I’ve been on a roll writing plugins for Atlassian Bamboo continuous integration. One feature I’ve noticed missing was a Task to work with zip files. Obviously if your build uses Ant or Maven or another builder you can easily script a ZIP task. However, it is not always feasible to do [...]]]></description>
				<content:encoded><![CDATA[<p>The last 2 weeks I’ve been on a roll writing plugins for Atlassian Bamboo continuous integration. One feature I’ve noticed missing was a Task to work with zip files. Obviously if your build uses Ant or Maven or another builder you can easily script a ZIP task. However, it is not always feasible to do so and some projects do not use builders like Ant or Maven.Thus, I created a set of Tasks you can use in a Bamboo build job to create a zip file from a specified pattern and a second Task to extract the content of a specified zip file to a specific location under the build’s working directory.</p>
<p>With the first task “File – Create Zip” you can specify the path and name of the zip file (relative to the current working directory of the build) as well as a ‘File Pattern to Include’ which allows you to use an <a href="http://ant.apache.org/manual/dirtasks.html#patterns" target="_blank">Ant-style regex pattern</a>.If the “File Pattern to Include” includes files in sub-directories then the sub-directory structure is preserved inside the zip file.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/ziputils_01.png"><img class="alignnone size-full wp-image-249" title="ziputils_01" src="http://pronetbeans.com/wp-content/uploads/2012/09/ziputils_01.png" alt="" width="740" height="483" /></a></p>
<p>The second Task is the “File – Extract Zip”. You can specify the name and path of a zip file relative to the build’s working directory as well as the “Location to Extract To” relative to the build’s working directory.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/ziputils_02.png"><img class="alignnone size-full wp-image-250" title="ziputils_02" src="http://pronetbeans.com/wp-content/uploads/2012/09/ziputils_02.png" alt="" width="712" height="467" /></a></p>
<p>The plugin has been submitted to the Atlassian Marketplace and hopefully will be accepted and available for use.</p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2773234404330082";
/* Atlassian Banner for Articles */
google_ad_slot = "4104263797";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/248/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Atlassian Bamboo Plugin – Link to Tag Cloud</title>
		<link>http://pronetbeans.com/archives/245?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-atlassian-bamboo-plugin-link-to-tag-cloud</link>
		<comments>http://pronetbeans.com/archives/245#comments</comments>
		<pubDate>Mon, 25 Jun 2012 00:01:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=245</guid>
		<description><![CDATA[I have written a new Bamboo Plugin that provides a tiny bit of convenience. It’s certainly a trivial plugin, but I have had multiple people who use Bamboo comment about liking the tag cloud feature. If you are on a build result page you can click a Label and jump to seeing projects with that [...]]]></description>
				<content:encoded><![CDATA[<p>I have written a new Bamboo Plugin that provides a tiny bit of convenience. It’s certainly a trivial plugin, but I have had multiple people who use Bamboo comment about liking the tag cloud feature. If you are on a build result page you can click a Label and jump to seeing projects with that label and switch to seeing a tag cloud of all labels. From the main dashboard it would have been nice to be able to have a single click to jump their so I have provided a plugin that essentially just adds a link “Tag Cloud” to the main dashboard sub-menu.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/LinkToTagCloud.png"><img class="alignnone size-full wp-image-246" title="LinkToTagCloud" src="http://pronetbeans.com/wp-content/uploads/2012/09/LinkToTagCloud.png" alt="" width="692" height="516" /></a></p>
<p>The plugin has been tested on Bamboo 3.4 through 4.1 and was submitted to the <a href="https://marketplace.atlassian.com/" target="_blank">Atlassian Marketplace</a> as open source / free for general use.</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/245/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Atlassian Bamboo Plugin – Favourite Plan Becomes a Delicious.com Link</title>
		<link>http://pronetbeans.com/archives/257?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-atlassian-bamboo-plugin-favourite-plan-becomes-a-delicious-com-link</link>
		<comments>http://pronetbeans.com/archives/257#comments</comments>
		<pubDate>Sun, 24 Jun 2012 00:07:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=257</guid>
		<description><![CDATA[I have written a new Bamboo plugin that integrates Bamboo and Delicious.com. In Bamboo you can flag specific Bamboo Plans as your “favourite”, thereby tagging it with a gold star and thus enabling it to appear on the “My Bamboo” dashboard. In the new plugin, when you select to mark a Bamboo Plan as your [...]]]></description>
				<content:encoded><![CDATA[<p>I have written a new Bamboo plugin that integrates Bamboo and Delicious.com.</p>
<p>In Bamboo you can flag specific Bamboo Plans as your “favourite”, thereby tagging it with a gold star and thus enabling it to appear on the “My Bamboo” dashboard. In the new plugin, when you select to mark a Bamboo Plan as your favourite it uses the Delicious.com REST API to automatically add the URL of the Bamboo Plan as a private link into your Delicious.com account. When you deselect the Plan as a favourite plan it removes the private link from your Delicious.com account.</p>
<p>Users can go to the standard Bamboo User Profile and enter their own individual Delicious.com credentials (username, password). The username and password is persisted in the Bamboo database as encrypted values, not plaintext.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/delicious_01.png"><img class="alignnone size-full wp-image-258" title="delicious_01" src="http://pronetbeans.com/wp-content/uploads/2012/09/delicious_01.png" alt="" width="633" height="466" /></a></p>
<p>Once you have saved your Delicious.com account credentials you can then go to the main dashboard and select the Favourite star next to any plan.</p>
<p>In approx 1-3 seconds you should be able to refresh your Delicious list of  lists on the Delicious.com site and see the new entry, as shown below.</p>
<p><a href="http://pronetbeans.com/wp-content/uploads/2012/09/delicious_02.png"><img class="alignnone size-full wp-image-259" title="delicious_02" src="http://pronetbeans.com/wp-content/uploads/2012/09/delicious_02.png" alt="" width="818" height="467" /></a></p>
<p>The FAQ on the Delicious API usage states that too many repeated calls to their API may result in throttling or failure rates. If you click too many Favourite star in a row there’s a chance the Delicious link creation will fail, so be warned.</p>
<p>In future enhancements of this plugin I will most likely add a checkbox property on the Delicious Credentials form allowing the user to toggle on and off the ability to make Delicious links public or private. Additionally I am considering auto-tagging the Delicious links representing the Plans by scanning the Plan Build Result Labels for all the build results in the Plan history, gathering all the labels that were created, and using them to generate the tags for the link in Delicious.</p>
<p>I have a little more testing to perform and some code cleanup, but you should expect to see the plugin available in the Atlassian Marketplace soon once I get around to submitting it and if it is approved.</p>
<p>Cheers.</p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2773234404330082";
/* Atlassian Banner for Articles */
google_ad_slot = "4104263797";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/257/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Atlassian SDK with NetBeans</title>
		<link>http://pronetbeans.com/archives/236?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-atlassian-sdk-with-netbeans</link>
		<comments>http://pronetbeans.com/archives/236#comments</comments>
		<pubDate>Sun, 12 Feb 2012 21:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=236</guid>
		<description><![CDATA[To create custom plugins and functionality for Atlassian products, you can download and use the Atlassian plugin SDK following instructions here : https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK The key part is to add the atlassian SDK BIN directory to your path. After the plugin project is initially created the Maven project comes up as &#8220;unloadable&#8221; in the NetBeans Projects [...]]]></description>
				<content:encoded><![CDATA[<p>To create custom plugins and functionality for Atlassian products, you can download and use the Atlassian plugin SDK following instructions here : https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK</p>
<p>The key part is to add the atlassian SDK BIN directory to your path.</p>
<p>After the plugin project is initially created the Maven project comes up as &#8220;unloadable&#8221; in the NetBeans Projects window. Also, nodes like &#8220;Source Packages&#8221; do not show up.</p>
<p>Next, the official instructions here say that once you generate a new project, the Maven POM for that project needs to be modified as specified here : https://developer.atlassian.com/display/DOCS/Configuring+NetBeans+to+use+the+Atlassian+Plugin+SDK</p>
<p><span id="more-236"></span></p>
<p>It states &#8220;In order for NetBeans to pick up the necessary files to recognize this correctly you need to add the following to the project&#8217;s pom.xml&#8221; like this :<br />
<code><br />
&lt;repositories&gt;<br />
&lt;repository&gt;<br />
&lt;id&gt;atlassian&lt;/id&gt;<br />
&lt;name&gt;Atlassian Repository&lt;/name&gt;<br />
&lt;url&gt;&lt;/url&gt;<br />
&lt;snapshots&gt;<br />
&lt;enabled&gt;true&lt;/enabled&gt;<br />
&lt;/snapshots&gt;<br />
&lt;releases&gt;<br />
&lt;enabled&gt;true&lt;/enabled&gt;<br />
&lt;/releases&gt;<br />
&lt;/repository&gt;<br />
&lt;/repositories&gt;</code></p>
<p>&lt;pluginRepositories&gt;<br />
&lt;pluginRepository&gt;<br />
&lt;id&gt;atlassian-public&lt;/id&gt;<br />
&lt;url&gt;&lt;/url&gt;<br />
&lt;releases&gt;<br />
&lt;enabled&gt;true&lt;/enabled&gt;<br />
&lt;/releases&gt;<br />
&lt;snapshots&gt;<br />
&lt;enabled&gt;true&lt;/enabled&gt;<br />
&lt;/snapshots&gt;<br />
&lt;/pluginRepository&gt;<br />
&lt;/pluginRepositories&gt;</p>
<p>I thought it was odd that the URL tag would be empty.</p>
<p>And in the properties section of the POM I added this :<br />
<code><br />
&lt;maven.local.repo&gt;C:Atlassianatlassian-plugin-sdk-3.2repository&lt;/maven.local.repo&gt;<br />
</code><br />
However when both in NetBeans and via the atlas-mvn on command line I run the install goal to build the project it complains that the URL tag is empty and should not be.</p>
<p>Searching Atlassian&#8217;s Answers site, I found another person complaining of this issue : https://answers.atlassian.com/questions/22694/netbeans-complains-repositories-repository-atlassian-url-is-missing</p>
<p>There was no answer, so I just decided to enter an arbitrary value for the URL.<br />
<code><br />
&lt;url&gt;foo&lt;/url&gt;<br />
</code><br />
Additionally I also realized when they said to use the Atlassian SDK repository in the &lt;maven.local.repo&gt; property they weren&#8217;t kidding. I had pointed NetBeans to use that version of Maven (via Tools &gt; Options &gt; Miscellaneous &gt; Maven. I assumed this would work, but apparently not, thus requiring the &lt;maven.local.repo&gt; property to explicitly define the Atlassian-provided repository.</p>
<p>After making these changes the NetBeans project went from being &#8220;unloaded&#8221; to looking &#8220;normal&#8221; in the project window.</p>
<p>I could then clean and build it correctly directly in NetBeans without having to use the atlas-mvn on the command line.</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/236/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documenting My Experiences Working with Atlassian Products</title>
		<link>http://pronetbeans.com/archives/234?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=documenting-my-experiences-working-with-atlassian-products</link>
		<comments>http://pronetbeans.com/archives/234#comments</comments>
		<pubDate>Sun, 12 Feb 2012 19:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[bonfire]]></category>
		<category><![CDATA[clover]]></category>
		<category><![CDATA[confluence]]></category>
		<category><![CDATA[crowd]]></category>
		<category><![CDATA[crucible]]></category>
		<category><![CDATA[fisheye]]></category>
		<category><![CDATA[gliffy]]></category>
		<category><![CDATA[greenhopper]]></category>
		<category><![CDATA[jira]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=234</guid>
		<description><![CDATA[I will shortly be starting a series of articles and observations about the Atlassian suites of products such as : Bamboo JIRA Greenhopper Bonfire Crowd Confluence Gliffy Fisheye Crucible Clover I have begun to use many of these products and their related plugins both during my day job and through many projects at night. As [...]]]></description>
				<content:encoded><![CDATA[<p>I will shortly be starting a series of articles and observations about the Atlassian suites of products such as : </p>
<p>Bamboo<br />
JIRA<br />
Greenhopper<br />
Bonfire<br />
Crowd<br />
Confluence<br />
Gliffy<br />
Fisheye<br />
Crucible<br />
Clover</p>
<p>I have begun to use many of these products and their related plugins both during my day job and through many projects at night. As such I wanted to document my experiences and learnings with them.</p>
<p>Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/234/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.2 New and Noteworthy Features Start To Take Shape</title>
		<link>http://pronetbeans.com/archives/224?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-2-new-and-noteworthy-features-start-to-take-shape</link>
		<comments>http://pronetbeans.com/archives/224#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.2]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=224</guid>
		<description><![CDATA[If you are browsing around the NetBeans Wiki you may have noticed the NetBeans 7.2 features &#8220;New and Noteworthy&#8221; have started to develop. http://wiki.netbeans.org/NewAndNoteworthyNB72 There are some interesting planned features such as the ability to import/export projects a zip files, the Maven repositories are getting their own top-level node in the Services window instead of [...]]]></description>
				<content:encoded><![CDATA[<p>If you are browsing around the NetBeans Wiki you may have noticed the NetBeans 7.2 features &#8220;New and Noteworthy&#8221; have started to develop. http://wiki.netbeans.org/NewAndNoteworthyNB72</p>
<p>There are some interesting planned features such as the ability to import/export projects a zip files, the Maven repositories are getting their own top-level node in the Services window instead of having a separate Maven Repository window, and a very interesting feature for allowing debugger breakpoints to conditionally enable/disable other breakpoints.</p>
<p>So far, the new debugger feature is most interesting and I&#8217;ll be testing it out in daily builds as soon as I get a chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.1.1 Details</title>
		<link>http://pronetbeans.com/archives/222?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-1-1-details</link>
		<comments>http://pronetbeans.com/archives/222#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:15:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.1.1]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=222</guid>
		<description><![CDATA[NetBeans 7.1.1 is intended to be a bug fix release. You can view the details here : http://wiki.netbeans.org/NetBeans_711]]></description>
				<content:encoded><![CDATA[<p>NetBeans 7.1.1 is intended to be a bug fix release. You can view the details here : http://wiki.netbeans.org/NetBeans_711</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/222/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans Roadmap Updated to Include 7.1.1 and 7.2 Timelines</title>
		<link>http://pronetbeans.com/archives/219?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-roadmap-updated-to-inlcude-7-1-1-and-7-2-timelines</link>
		<comments>http://pronetbeans.com/archives/219#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:12:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=219</guid>
		<description><![CDATA[For those that follow such trivial pieces of news like me, the NetBeans team has updated the visual roadmap to include tentative release timelines for NetBeans 7.1.1 and 7.2. See here : http://netbeans.org/community/releases/roadmap.html]]></description>
				<content:encoded><![CDATA[<p>For those that follow such trivial pieces of news like me, the NetBeans team has updated the visual roadmap to include tentative release timelines for NetBeans 7.1.1 and 7.2.</p>
<p>See here : http://netbeans.org/community/releases/roadmap.html</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Releases Java 6 Update 30 (JDK 1.6.0.30)</title>
		<link>http://pronetbeans.com/archives/230?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-releases-java-6-update-30-jdk-1-6-0-30</link>
		<comments>http://pronetbeans.com/archives/230#comments</comments>
		<pubDate>Fri, 16 Dec 2011 04:28:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk1.6]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=230</guid>
		<description><![CDATA[Oracle has release the Java 6 Update 29 JDK. The following are some of the updates and bugs fixed: Java VisualVM 1.3.2 Java VisualVM based on VisualVM 1.3.2 is included in Java SE 6u30. This release introduces the following features and enhancements: Issue 428: Show CompositeType field descriptions in tooltips Tracking (hash)map resize events by [...]]]></description>
				<content:encoded><![CDATA[<p>Oracle has release the Java 6 Update 29 JDK. The following are some of the updates and bugs fixed:</p>
<p>Java VisualVM 1.3.2</p>
<p>Java VisualVM based on VisualVM 1.3.2 is included in Java SE 6u30. This release introduces the following features and enhancements:</p>
<p>    Issue 428: Show CompositeType field descriptions in tooltips<br />
    Tracking (hash)map resize events by Tracer-Collections plugin</p>
<p>For more information, see the VisualVM 1.3.2 release notes : http://visualvm.java.net/relnotes132.html</p>
<p>The following table lists the fixes in Java SE 6u30:</p>
<table cellspacing="0" cellpadding="1" border="2">
<tbody>
<tr>
<th>Bug ID</th>
<th>Category</th>
<th>Sub-Category</th>
<th>Synopsis</th>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7041100">7041100</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>The load in String.equals intrinsic executed before null check</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6755621">6755621</a>&nbsp;</td>
<td>hotspot</td>
<td>svc_agent</td>
<td>Include SA binaries into Windows JDK</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6981400">6981400</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>Tabbing between textfield do not work properly when ALT+TAB</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6987967">6987967</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>D3D preloading thread should initialize COM</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7029903">7029903</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>Splash screen is not shown in 64-bit Linux with 16-bit color depth</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7073337">7073337</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>Crash after playing Java game on Pogo</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7074386">7074386</a>&nbsp;</td>
<td>java</td>
<td>classes_fontprop</td>
<td>Fall back to fontconfig file based on only OS major version number on Linux</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7086240">7086240</a>&nbsp;</td>
<td>java</td>
<td>classes_fontprop</td>
<td>[11203-lin64-110708]nls: oui can&#8217;t display japanese character on ol6 jp locale</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4947220">4947220</a>&nbsp;</td>
<td>java</td>
<td>classes_lang</td>
<td>(process) Runtime.exec() cannot invoke applications with unicode parameters (win)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6761678">6761678</a>&nbsp;</td>
<td>java</td>
<td>classes_lang</td>
<td>(ann) SecurityException in AnnotationInvocationHandler.getMemberMethods</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6670868">6670868</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>StackOverFlow with authenticated Proxy tunnels</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7041800">7041800</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>URI.equals may incorrectly return true with escaped octets</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7068416">7068416</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>Lightweight HTTP Server should support TCP_NODELAY</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6898310">6898310</a>&nbsp;</td>
<td>java</td>
<td>classes_nio</td>
<td>(cs) Charset cache lookups should be synchronized</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7002957">7002957</a>&nbsp;</td>
<td>java</td>
<td>classes_nio</td>
<td>(fc) FileChannel.transferTo fails to load libsendfile on Solaris 64-bit</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7053398">7053398</a>&nbsp;</td>
<td>java</td>
<td>classes_sound</td>
<td>Gervill for 6uXX (1): integrate Gervill into 6uXX</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7014263">7014263</a>&nbsp;</td>
<td>java</td>
<td>classes_util_concurrent</td>
<td>NegativeArraySizeException reported in ArrayBlockingQueue under load</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6984762">6984762</a>&nbsp;</td>
<td>java</td>
<td>classes_util_i18n</td>
<td>Invalid close of file descriptor &#8216;-1&#8242; in findZoneinfoFile</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7090844">7090844</a>&nbsp;</td>
<td>java</td>
<td>classes_util_i18n</td>
<td>Support a timezone whose offset is changed more than once in the future</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7092679">7092679</a>&nbsp;</td>
<td>java</td>
<td>classes_util_i18n</td>
<td>(tz) Java getting wrong timezone/DST info on Solaris 11</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7103405">7103405</a>&nbsp;</td>
<td>java</td>
<td>classes_util_i18n</td>
<td>Correct display names for Pacific/Apia timezone</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6751338">6751338</a>&nbsp;</td>
<td>java</td>
<td>classes_util_jarzip</td>
<td>ZIP inflater/deflater performance</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6858865">6858865</a>&nbsp;</td>
<td>java</td>
<td>classes_util_jarzip</td>
<td>Fix for <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6728376">6728376</a>&nbsp; causes regression if the size of &quot;data&quot; is 0 and malloc returns Null for 0-length</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7011162">7011162</a>&nbsp;</td>
<td>java</td>
<td>classes_util_jarzip</td>
<td>REGRESSION, incorrect header handling of extra gzip fields</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6337964">6337964</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>should ignore last comma in annotation array</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6512707">6512707</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>&quot;incompatible types&quot; after (unrelated) annotation processing</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6682380">6682380</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>Foreach loop with generics inside finally block crashes javac with -target 1.5</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7024568">7024568</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>Very long method resolution causing OOM error</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7078543">7078543</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>Accepted syntax change b/w JDK 6 &amp; 7 w/ -source 6: trailing &#8216;,&#8217; in ann value array</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7079713">7079713</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>javac hangs when compiling a class that references a cyclically inherited class</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7011591">7011591</a>&nbsp;</td>
<td>java</td>
<td>debugger</td>
<td>JDWP socket transport should restart interrupted system calls (EINTR)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7066203">7066203</a>&nbsp;</td>
<td>java</td>
<td>localization</td>
<td>Update currency data to the latest ISO 4217 standard</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7049774">7049774</a>&nbsp;</td>
<td>java</td>
<td>rmi</td>
<td>UID construction appears to hang if time changed backwards</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7102369">7102369</a>&nbsp;</td>
<td>java</td>
<td>rmi</td>
<td>remove java.rmi.server.codebase property parsing from registyimpl</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7102914">7102914</a>&nbsp;</td>
<td>java_deployment</td>
<td>security</td>
<td>REGRESSION:  secure cookies is always dropped if network connection is triggered via liveconnect</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6953625">6953625</a>&nbsp;</td>
<td>java_plugin</td>
<td>iexplorer</td>
<td>SSV Helper Add-on doesn&#8217;t get registered on IE</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6994562">6994562</a>&nbsp;</td>
<td>java_plugin</td>
<td>iexplorer</td>
<td>Swing classes (both JTextArea and JTextField) don&#8217;t support caret width tuning</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6929996">6929996</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>Request for method to disable the next gen plugin for end user managed account on Windows</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7002572">7002572</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>[plugin2] showDocument() open browser window behind of applet in Firefox 3.6.xx</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7021429">7021429</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>Jar file used by JRE1.4.2 won&#8217;t be cached if it runs on New Generation Plugin.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7022938">7022938</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>New Java Plug-in occasionally fails to load first applet of two on IE 6</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7041125">7041125</a>&nbsp;</td>
<td>jndi</td>
<td>ldap</td>
<td>LDAP API does not catch malformed filters that contain two operands for the ! operator</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7103725">7103725</a>&nbsp;</td>
<td>jsse</td>
<td>runtime</td>
<td>REGRESSION &#8211; 6u29 breaks ssl connectivity using TLS_DH_anon_WITH_AES_128_CBC_SHA</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7010928">7010928</a>&nbsp;</td>
<td>visualvm</td>
<td>tool</td>
<td>Update Java VisualVM in 6ux</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7065822">7065822</a>&nbsp;</td>
<td>xml</td>
<td>jaxb</td>
<td>Namespace of xml elements can change when un/marshalling xml using jaxb</td>
</tr>
</tbody>
</table>
<p>Additional Details can be found here : http://www.oracle.com/technetwork/java/javase/6u30-relnotes-1394870.html</p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Releases Java 6 Update 29 (JDK 1.6.0.29)</title>
		<link>http://pronetbeans.com/archives/227?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-releases-java-6-update-29-jdk-1-6-0-29</link>
		<comments>http://pronetbeans.com/archives/227#comments</comments>
		<pubDate>Mon, 31 Oct 2011 03:25:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk1.6]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=227</guid>
		<description><![CDATA[Oracle has release the Java 6 Update 29 JDK. The following are some of the updates and bugs fixed: Additional Details can be found here : http://www.oracle.com/technetwork/java/javase/6u29-relnotes-507960.html Bug ID Category Sub-Category Synopsis 7041200&#160; java classes_net java.net.InterfaceAddress&#8217;s equals method may throw NPE 6942989&#160; java classes_util_logging Memory leak of java.lang.ref.WeakReference objects 7037336&#160; java_deployment download Downloading of resources [...]]]></description>
				<content:encoded><![CDATA[<p>Oracle has release the Java 6 Update 29 JDK. The following are some of the updates and bugs fixed:</p>
<p>Additional Details can be found here : http://www.oracle.com/technetwork/java/javase/6u29-relnotes-507960.html</p>
<p></p>
<table cellspacing="0" cellpadding="1" border="2">
<tbody>
<tr>
<th>Bug ID</th>
<th>Category</th>
<th>Sub-Category</th>
<th>Synopsis</th>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7041200">7041200</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>java.net.InterfaceAddress&#8217;s equals method may throw NPE</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6942989">6942989</a>&nbsp;</td>
<td>java</td>
<td>classes_util_logging</td>
<td>Memory leak of java.lang.ref.WeakReference objects</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7037336">7037336</a>&nbsp;</td>
<td>java_deployment</td>
<td>download</td>
<td>Downloading of resources with redirect URL should remember final URL</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7038810">7038810</a>&nbsp;</td>
<td>java_plugin</td>
<td>misc</td>
<td>Regression: JNLP applet with file protocol failed to download</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7032687">7032687</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin</td>
<td>Dragged-out applet can be closed when close browser</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/227/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Microchip corporation chooses NetBeans over Eclipse for its new MPLAB IDE.</title>
		<link>http://pronetbeans.com/archives/217?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-microchip-corporation-chooses-netbeans-over-eclipse-for-its-new-mplab-ide</link>
		<comments>http://pronetbeans.com/archives/217#comments</comments>
		<pubDate>Fri, 23 Sep 2011 23:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[mplab]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=217</guid>
		<description><![CDATA[In a wonderful article from Geertjan Wielenga, NetBeans is highlighted over Eclipse in its selection by Microchip to power its IDE for MPLAB. Check it out here : http://blogs.oracle.com/geertjan/entry/open_source_framework_powers_latest]]></description>
				<content:encoded><![CDATA[<p>In a wonderful article from Geertjan Wielenga, NetBeans is highlighted over Eclipse in its selection by Microchip to power its IDE for MPLAB.</p>
<p>Check it out here : <a href="http://blogs.oracle.com/geertjan/entry/open_source_framework_powers_latest" title="http://blogs.oracle.com/geertjan/entry/open_source_framework_powers_latest" target="_blank">http://blogs.oracle.com/geertjan/entry/open_source_framework_powers_latest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/217/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Releases Java 6 Update 27 (JDK 1.6.0.27)</title>
		<link>http://pronetbeans.com/archives/208?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-releases-java-6-update-27-jdk-1-6-0-27</link>
		<comments>http://pronetbeans.com/archives/208#comments</comments>
		<pubDate>Mon, 19 Sep 2011 01:59:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk1.6]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=208</guid>
		<description><![CDATA[Oracle has release the Java 6 Update 27 JDk. The following are some of the updates and bugs fixed: Bug Fixes The following table lists the fixes in Java SE 6u27: Bug ID Category Sub-Category Synopsis 7047069&#160; hotspot compiler2 Array can dynamically change size when assigned to an object field 7028845&#160; hotspot garbage_collector CMS: 6984287&#160; [...]]]></description>
				<content:encoded><![CDATA[<p>Oracle has release the Java 6 Update 27 JDk. The following are some of the updates and bugs fixed:</p>
<p><span id="more-208"></span></p>
<h1>Bug Fixes</h1>
<p>The following table lists the fixes in Java SE 6u27:</p>
<table cellspacing="0" cellpadding="1" border="2" width="600">
<tbody>
<tr>
<th>Bug ID</th>
<th>Category</th>
<th>Sub-Category</th>
<th>Synopsis</th>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7047069">7047069</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Array can dynamically change size when assigned to an object field</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7028845">7028845</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6984287">6984287</a>&nbsp; broke parallel reference processing in CMS</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7056092">7056092</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>Native file dialog fails 1.6u26 win7Pro: Breaks SWT apps, perhaps Eclipse too</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6724890">6724890</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>Deadlock between AWT-EventQueue-1 and AWT-XAWT threads during IDE start</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6890861">6890861</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>Crash in awt.dll after sun.awt.windows.WWindowPeer.modalEnable is called</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6788196">6788196</a>&nbsp;</td>
<td>java</td>
<td>classes_io</td>
<td>(porting) Bounds checks in io_util.c rely on undefined behaviour</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6672144">6672144</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>HttpURLConnection.getInputStream sends POST request after failed chunked send</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946825">6946825</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>com.sun.net.httpserver.HttpServer; Memory Leak on Non HTTP conform open socket</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7012768">7012768</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>InetAddress lookupTable leaks/deadlocks when using unsupported name service spi</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7015981">7015981</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>java.net.HttpCookie.domainMatches returns false if domain doesn&#8217;t start with a dot</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7021939">7021939</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>com.oracle.net is not a NON_CORE_PKGS</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6935563">6935563</a>&nbsp;</td>
<td>java</td>
<td>classes_nio</td>
<td>(dc) Improve connection reset/port unreachable handling [win]</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7034155">7034155</a>&nbsp;</td>
<td>java</td>
<td>classes_nio</td>
<td>(ch) NullPointerException in sun.io.ch.IOUtil when OOM is thrown</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7041378">7041378</a>&nbsp;</td>
<td>java</td>
<td>classes_nio</td>
<td>(se) SEGV when running with ulimit -n unlimited (sol)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6963006">6963006</a>&nbsp;</td>
<td>java</td>
<td>classes_security</td>
<td>smartcardio is not mt safe &#8211; javax.smartcardio.CardException: wait mismatch</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7001094">7001094</a>&nbsp;</td>
<td>java</td>
<td>classes_security</td>
<td>Can&#8217;t initialize SunPKCS11 more times than PKCS11 driver maxSessionCount</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6968933">6968933</a>&nbsp;</td>
<td>java</td>
<td>classes_sound</td>
<td>Clip loop() deadlock in DirectAudioDevice$DirectClip.run</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6438246">6438246</a>&nbsp;</td>
<td>java</td>
<td>classes_swing</td>
<td>File name field is mislabeled when JFileChooser is used in DIRECTORIES_ONLY mode</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7012783">7012783</a>&nbsp;</td>
<td>java</td>
<td>classes_swing</td>
<td>JFileChooser fails to resolve DFS links on Windows Vista SP2</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6560980">6560980</a>&nbsp;</td>
<td>java</td>
<td>classes_text</td>
<td>[Fmt-Da] DateFormatSymbols.cacheLookup doesn&#8217;t update cache correctly</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6991380">6991380</a>&nbsp;</td>
<td>java</td>
<td>classes_util_i18n</td>
<td>(cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6558476">6558476</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>com/sun/tools/javac/Main.compile don&#8217;t release file handles on return</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6718364">6718364</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>inference fails when a generic method is invoked with raw arguments</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6881317">6881317</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>regression: NPE in CloseableURLClassLoader</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6517427">6517427</a>&nbsp;</td>
<td>java</td>
<td>imageio</td>
<td>GIF Reader throws IIOException when reading a Indexed GIF image with an embedded color profile</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7053999">7053999</a>&nbsp;</td>
<td>java</td>
<td>install</td>
<td>Upgrading from 6u25 with modified java.security file fails, breaks installation</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6986709">6986709</a>&nbsp;</td>
<td>java</td>
<td>localization</td>
<td>Request to localise deployment.security.clientauth.keystore.auto to new value</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7021445">7021445</a>&nbsp;</td>
<td>java</td>
<td>localization</td>
<td>Localization needed on resource string for FileChooser Look and Feel code</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6989026">6989026</a>&nbsp;</td>
<td>java_plugin</td>
<td>ocx</td>
<td>JRE plugin 1.6.0_21 crashes when loading applets</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6991343">6991343</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin</td>
<td>Vista/IE7 further showDocument focus issue with named targeted windows</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6799990">6799990</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>unrecognized message ID 42 (or 46) with next-generation Java plug-in</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7032687">7032687</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>Dragged-out applet can be closed when close browser</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6912166">6912166</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>SSV dialog problems when there are multiple applets on a page</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6943350">6943350</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin2</td>
<td>Intermittent &quot;No registered plugin for applet ID x&quot; errors in applet</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7036713">7036713</a>&nbsp;</td>
<td>javawebstart</td>
<td>jnlp_api</td>
<td>javax.jnlp.BasicService.showDocument() throws SecurityException for trusted app</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6996266">6996266</a>&nbsp;</td>
<td>javawebstart</td>
<td>jnlp_api</td>
<td>Performance issue on BasicService.showDocument</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6976938">6976938</a>&nbsp;</td>
<td>jaxp</td>
<td>stax</td>
<td>StackOverflowError by com.sun.xml.stream.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6941869">6941869</a>&nbsp;</td>
<td>jaxp</td>
<td>xslt</td>
<td>XSL : Xalan transformer fails to process semicolumn symbol in a count() function correctly</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7024697">7024697</a>&nbsp;</td>
<td>jce</td>
<td>pkcs11_csp</td>
<td>SessionRef.dispose() should determine if the token referred to by the token object is still valid pr</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6578658">6578658</a>&nbsp;</td>
<td>jce</td>
<td>sunmscapi</td>
<td>Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7046238">7046238</a>&nbsp;</td>
<td>jets</td>
<td>idl</td>
<td>new InitialContext(); hangs</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6844193">6844193</a>&nbsp;</td>
<td>jgss</td>
<td>krb5plugin</td>
<td>support max_retries in krb5.conf</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6858589">6858589</a>&nbsp;</td>
<td>jgss</td>
<td>krb5plugin</td>
<td>more changes to Config on system properties</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6979329">6979329</a>&nbsp;</td>
<td>jgss</td>
<td>krb5plugin</td>
<td>CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6750362">6750362</a>&nbsp;</td>
<td>jndi</td>
<td>ldap</td>
<td>Very large LDAP requests throw a OOM on LDAP servers which aren&#8217;t aware of Paged Results Controls</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6997561">6997561</a>&nbsp;</td>
<td>jndi</td>
<td>ldap</td>
<td>A request for better error handling in JNDI</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6932403">6932403</a>&nbsp;</td>
<td>jsse</td>
<td>runtime</td>
<td>SSLSocketImpl state issue</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7025227">7025227</a>&nbsp;</td>
<td>jsse</td>
<td>runtime</td>
<td>SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7044141">7044141</a>&nbsp;</td>
<td>xml</td>
<td>jaxb</td>
<td>Reusing unmarshallers which on previous use threw UnmarshalException always throw ClassCastException</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/208/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.0.1 Patches Released</title>
		<link>http://pronetbeans.com/archives/200?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-0-1-patches-released</link>
		<comments>http://pronetbeans.com/archives/200#comments</comments>
		<pubDate>Mon, 05 Sep 2011 23:04:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.0]]></category>
		<category><![CDATA[7.0.1]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=200</guid>
		<description><![CDATA[The NetBeans team has released a patch for NetBeans IDE 7.0.1. The patch includes bug fixes in modules for Java, Maven, C/C++, RCP Platform, HTML editor, Java Profiler GUI Builder, and more. Detailed list of bugs can be found here : https://netbeans.org/bugzilla/buglist.cgi?status_whiteboard=701patch1&#038;status_whiteboard_type=allwordssubstr Get the patch info here : http://wiki.netbeans.org/NetBeans7.0PatchesInfo]]></description>
				<content:encoded><![CDATA[<p>The NetBeans team has released a patch for NetBeans IDE 7.0.1.</p>
<p>The patch includes bug fixes in modules for Java, Maven, C/C++, RCP Platform, HTML editor, Java Profiler GUI Builder, and more. </p>
<p>Detailed list of bugs can be found here : <a href="https://netbeans.org/bugzilla/buglist.cgi?status_whiteboard=701patch1&#038;status_whiteboard_type=allwordssubstr" title="https://netbeans.org/bugzilla/buglist.cgi?status_whiteboard=701patch1&#038;status_whiteboard_type=allwordssubstr" target="_blank">https://netbeans.org/bugzilla/buglist.cgi?status_whiteboard=701patch1&#038;status_whiteboard_type=allwordssubstr</a></p>
<p>Get the patch info here : <a href="http://wiki.netbeans.org/NetBeans7.0PatchesInfo" title="http://wiki.netbeans.org/NetBeans7.0PatchesInfo" target="_blank">http://wiki.netbeans.org/NetBeans7.0PatchesInfo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Releases Java 6 Update 25 (JDK 1.6.0.25)</title>
		<link>http://pronetbeans.com/archives/213?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-releases-java-6-update-25-jdk-1-6-0-25</link>
		<comments>http://pronetbeans.com/archives/213#comments</comments>
		<pubDate>Tue, 19 Jul 2011 02:05:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk1.6]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=213</guid>
		<description><![CDATA[Oracle has released Java 6 Update 25. Below is the list of bug fixes : Bug Fixes The following table lists the fixes in Java SE 6u25. Bug ID Category Sub-Category Synopsis 6765546&#160; hotspot compiler1 Wrong sscanf used to parse CompilerOracle command &#62;= 32 characters could lead to crash 6875026&#160; hotspot compiler1 CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LinearScan.cpp:5486 [...]]]></description>
				<content:encoded><![CDATA[<p>Oracle has released Java 6 Update 25. Below is the list of bug fixes :<br />
<span id="more-213"></span></p>
<h1>Bug Fixes</h1>
<p>The following table lists the fixes in Java SE 6u25.</p>
<table border="2" cellspacing="0" cellpadding="1">
<tbody>
<tr>
<th>Bug ID</th>
<th>Category</th>
<th>Sub-Category</th>
<th>Synopsis</th>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6765546">6765546</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>Wrong sscanf used to parse CompilerOracle command &gt;= 32 characters could lead to crash</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6875026">6875026</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LinearScan.cpp:5486</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6928562">6928562</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>Assert(_no_handle_mark_nesting==0,&quot;allocating handle inside NoHandleMark&quot;</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6968367">6968367</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>can_post_on_exceptions is still using VM_DeoptimizeFrame in some places</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6972540">6972540</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>sun/nio/ch/SocketChannelImpl compilation crashed when executing CompileTheWorld</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6984056">6984056</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1: incorrect code for integer constant addition on x64</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6985015">6985015</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1 needs to support compressed oops</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6986046">6986046</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1 valuestack cleanup</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6987763">6987763</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>assert(kind() == EmptyExceptionState) failed: only EmptyExceptionStates can be modified</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6988779">6988779</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>c1_LIRAssembler_x86.cpp crashes VS2010 compiler</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6991211">6991211</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>assert failure on sparc: &quot;can not have caller-save register operands at calls&quot;</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6991512">6991512</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>G1 barriers fail with 64bit C1</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6991577">6991577</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>add IfOp optimization to C1</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7003554">7003554</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>(tiered) assert(is_null_object() || handle() != NULL) failed: cannot embed null pointer</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7004530">7004530</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>casx used for 32 bit cas after <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7003554">7003554</a>&nbsp;</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7005241">7005241</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1: SEGV in java.util.concurrent.LinkedTransferQueue.xfer() with compressed oops</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7009231">7009231</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1: Incorrect CAS code for longs on SPARC 32bit</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7009849">7009849</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1: Incorrect frame size computation</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7010618">7010618</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1: array length should be treated at int on 64bit during array allocation</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7010665">7010665</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>Misplaced membar in C1 implementation of Unsafe.get/putXXX</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7011627">7011627</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1: call_RT must support targets that don&#8217;t fit in wdisp30</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7013812">7013812</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>C1: deopt blob too far from patching stub</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7014247">7014247</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler1</td>
<td>CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4930919">4930919</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>race condition in MDO creation at back branch locations</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6876037">6876037</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>CTW fails jdk7/hotspot/src/share/vm/opto/type.cpp:2055. assert(bits,&quot;Use TypePtr for NULL&quot;)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6896381">6896381</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>CTW fails share/vm/ci/bcEscapeAnalyzer.cpp:99, assert(_stack_height &lt; _max_stack,&quot;stack overflow&quot;)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6912064">6912064</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>type profiles need to be exploited more for dynamic language support</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6916062">6916062</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>assert(_inserts &lt;= _insert_limit,&quot;hash table overflow&quot;) in NodeHash::hash_insert with debug build</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6919069">6919069</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>client compiler needs to capture more profile information for tiered work</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6939224">6939224</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>MethodHandle.invokeGeneric needs to perform the correct set of conversions</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6953144">6953144</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Tiered compilation</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6961690">6961690</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>load oops from constant table on SPARC</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6961697">6961697</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>move nmethod constants section before instruction section</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6965815">6965815</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>OptimizeStringConcat: assert(!q-&gt;is_MergeMem()) failed with specjbb2000</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6968348">6968348</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Byteswapped memory access can point to wrong location after JIT</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6969586">6969586</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>OptimizeStringConcat: SIGSEGV in LoadNode::Value()</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6981773">6981773</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>incorrect fill value with OptimizeFill</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6982370">6982370</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>SIGBUS in jbyte_fill</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6982921">6982921</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6984368">6984368</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Large default heap size does not allow to use zero based compressed oops.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6984979">6984979</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>OptimizeFill misses some cases with an odd memory graph</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6986270">6986270</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>guarantee(*bcp != Bytecodes::_monitorenter || exec_mode != Deoptimization::Unpack_exception) fails</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6987115">6987115</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Non-tiered compilation policy creates unnecessary C1 threads</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6987135">6987135</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Performance regression on Intel platform with 32-bits edition between 6u13 and 6u14.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6989368">6989368</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Regression in scimark2.MonteCarlo in jdk7_b112 on Linux</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6993125">6993125</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>runThese crashes with assert(Thread::current()-&gt;on_local_stack((address)this)) failed: &#8230;</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6994093">6994093</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>MethodHandle.invokeGeneric needs porting to SPARC</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6994130">6994130</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Zero PowerPC fix</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6996240">6996240</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>The BitSet.length method sometimes returns an index+1 value less than that of the highest bit set.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6996563">6996563</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>java.lang.RuntimeException: field &quot;_operands&quot; not found in type constantPoolOopDesc</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6997311">6997311</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>SIGFPE in new long division asm code</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6998985">6998985</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>faulty generic arraycopy on windows x86_64: 4th arg overwritten with oop</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7000349">7000349</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Tiered reacts incorrectly to C1 compilation failures</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7001363">7001363</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>java/dyn/InvokeDynamic should not be a well-known class in the JVM</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7001379">7001379</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>bootstrap method data needs to be moved from constant pool to a classfile attribute</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7002129">7002129</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Zero and Shark fixes, 3rd</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7002666">7002666</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>eclipse CDT projects crash with compressed oops</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7004925">7004925</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>CTW: assert(nbits == 32 || -(1 &lt;&lt; nbits-1) &lt;= x &amp;&amp; x &lt; ( 1 &lt;&lt; nbits-1)) failed: value out of range</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7004940">7004940</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>CTW: assert(!def_outside-&gt;member(r)) failed: Use of external LRG overlaps the same LRG</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7006044">7006044</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>materialize cheap non-oop pointers on 64-bit SPARC</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7006505">7006505</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Use kstat info to identify SPARC processor</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7008325">7008325</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>CodeCache exhausted on sparc starting from hs20b04</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7009359">7009359</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7009756">7009756</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>volatile variables could be broken throw reflection API</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7016474">7016474</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>string compare intrinsic improvements</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7017746">7017746</a>&nbsp;</td>
<td>hotspot</td>
<td>compiler2</td>
<td>Regression : C2 compiler crash due to SIGSEGV in PhaseCFG::schedule_early()</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6423256">6423256</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>GC stacks should use a better data structure</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6692906">6692906</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: parallel concurrent marking may be prone to hanging or stalling mutators for periods of time</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6794422">6794422</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>Perm gen expansion policy for concurrent collectors</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6807801">6807801</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: could save/restore fewer header words during scavenge</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6896603">6896603</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS/GCH: incremental_collection_will_fail() should use more current data</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6910183">6910183</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: assert(_index &lt; capacity(),&quot;_index out of bounds&quot;)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6941122">6941122</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: UseLargePages does not work with G1 garbage collector</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6941275">6941275</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: The MemoryPools are incorrectly supported for G1</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6941395">6941395</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: use only lock-free versions of region stack push() and pop()</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6942771">6942771</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>SEGV in ParScanThreadState::take_from_overflow_stack</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6971296">6971296</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: simplify G1RemSet class hierarchy</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6974966">6974966</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: unnecessary direct-to-old allocations</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6977804">6977804</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: remove the zero-filling thread</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978187">6978187</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: assert(ParallelGCThreads&gt; 1 || n_yielded() == _hrrs-&gt;occupied()) strikes again</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978300">6978300</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: debug builds crash if ParallelGCThreads==0</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6980206">6980206</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: assert(!has_undefined_max_size, &quot;Undefined max size&quot;);</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6981746">6981746</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: SEGV with -XX:+TraceGen0Time</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6983204">6983204</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: Nightly test nsk/regression/b4958615 failing with +ExplicitInvokesConcurrent</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6983311">6983311</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: LoopTest hangs when run with -XX:+ExplicitInvokesConcurrent</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6983930">6983930</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: Various small cleanups ca September 2010</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6988458">6988458</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: assert(mr.end() &lt;= _cm-&gt;finger()) failed: otherwise the region shouldn&#8217;t be on the stack</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6988678">6988678</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>fatal error deadlock handling was unintentionally disabled</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6989448">6989448</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: refactor and simplify G1ParScanThreadState</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6990359">6990359</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: don&#8217;t push a stolen entry on the taskqueue, deal with it directly</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6991377">6991377</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: race between concurrent refinement and humongous object allocation</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6992189">6992189</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: inconsistent base used in sparse rem set iterator</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6992998">6992998</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6994056">6994056</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: when GC locker is active, extend the Eden instead of allocating into the old gen</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6994297">6994297</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: do first-level slow-path allocations with a CAS</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6994628">6994628</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: Test gc/gctests/FinalizeTest05 fails (one live object is finalized)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6995045">6995045</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>assert(!gch-&gt;incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6996613">6996613</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6998802">6998802</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>ScavengeALot: assert(!gch-&gt;incremental_collection_failed()) failed: Twice in a row</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6999988">6999988</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: Increased fragmentation leading to promotion failure after CR#<a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6631166">6631166</a>&nbsp; got implemented</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7000559">7000559</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7000578">7000578</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7001033">7001033</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: assert(gch-&gt;gc_cause() == GCCause::_scavenge_alot || !gch-&gt;incremental_collection_failed())</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7003860">7003860</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: assert(_cur_alloc_region == NULL || !expect_null_cur_alloc_region) fails</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7005259">7005259</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: BubbleUpRef asserts referent(obj)-&gt;is_oop() failed: Enqueued a bad referent</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7006113">7006113</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: Initialize ReferenceProcessor::_is_alive_non_header field</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7007068">7007068</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: refine the BOT during evac failure handling</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7008136">7008136</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>CMS: assert((HeapWord*)nextChunk &lt;= _limit) failed: sweep invariant</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7011379">7011379</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: overly long concurrent marking cycles</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7011940">7011940</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>iCMS: SIGSEGV in SweepClosure::do_already_free_chunk(FreeChunk*)+0&#215;360</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7012642">7012642</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: JumbleGC002 test aborts with segmentation violation due to uncaught stack overflow</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7013718">7013718</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: small fixes for two assert/guarantee failures</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7014261">7014261</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: RSet-related failures</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7014679">7014679</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>G1: deadlock during concurrent cleanup</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7018056">7018056</a>&nbsp;</td>
<td>hotspot</td>
<td>garbage_collector</td>
<td>large pages not always enabled by default</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6458402">6458402</a>&nbsp;</td>
<td>hotspot</td>
<td>jvmti</td>
<td>3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6780143">6780143</a>&nbsp;</td>
<td>hotspot</td>
<td>jvmti</td>
<td>hs203t003 hits SIGSEGV/EXCEPTION_ACCESS_VIOLATION with -XX:+UseCompressedOops</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6814943">6814943</a>&nbsp;</td>
<td>hotspot</td>
<td>jvmti</td>
<td>getcpool001 catches more than one JvmtiThreadState problem</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7004582">7004582</a>&nbsp;</td>
<td>hotspot</td>
<td>jvmti</td>
<td>Add GetLocalInstance() function to JVMTI 1.2</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7012493">7012493</a>&nbsp;</td>
<td>hotspot</td>
<td>jvmti</td>
<td><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6849574">6849574</a>&nbsp;/Test.java fails with Internal Error (src/share/vm/prims/jvmtiTagMap.cpp:3294)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7012505">7012505</a>&nbsp;</td>
<td>hotspot</td>
<td>jvmti</td>
<td>BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6934483">6934483</a>&nbsp;</td>
<td>hotspot</td>
<td>other</td>
<td>GCC 4.5 errors &quot;suggest parentheses around something&#8230;&quot; when compiling with -Werror and -Wall</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6865028">6865028</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_classfile</td>
<td>Illegal instructions passing verification prior to &#8216;invokespecial Object.&lt;init&gt;&#8217;</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6891959">6891959</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_classfile</td>
<td>HotSpot should not throw ClassFormatError if a class has a field with &#8216;&gt;&#8217; and/or &#8216;&lt;&#8217; in its name</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6302804">6302804</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_error_handling</td>
<td>Hotspot VM dies ungraceful death when C heap is exhausted in various places.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6583275">6583275</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_error_handling</td>
<td>Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6961186">6961186</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_error_handling</td>
<td>Better VM handling of unexpected exceptions from application native code</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6539281">6539281</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_jni</td>
<td>-Xcheck:jni should validate char* argument to ReleaseStringUTFChars</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6837842">6837842</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_jni</td>
<td>JNI_CreateJavaVM crashes under impersonation</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7004217">7004217</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_ports</td>
<td>Remove IA64 workaround re-introduced with CR6953477</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4926272">4926272</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>methodOopDesc::method_from_bcp is unsafe</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6348631">6348631</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>remove the use of the HPI library from Hotspot</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6704010">6704010</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>Internal Error (src/share/vm/interpreter/interpreterRuntime.cpp:1106)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6751923">6751923</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>JNDI wake up when clock_settime() is called</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6763959">6763959</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever instead of returning immediately</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6885308">6885308</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6974813">6974813</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>JVM needs to use demand loading for its DTrace probes</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978641">6978641</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>Fix for <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6929067">6929067</a>&nbsp; introduces additional overhead in thread creation/termination paths</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6981788">6981788</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>GC map generator sometimes picks up the wrong kind of instruction operand</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6983240">6983240</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>guarantee((Solaris::min_stack_allowed &gt;= (StackYellowPages+StackRedPages&#8230;) wrong</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6989076">6989076</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>JVM crashes in klassItable::initialize_itable_for_interface</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6989297">6989297</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>Integrate additional portability improvements</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6991315">6991315</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>RedefineClasses fails with java.lang.VerifyError</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6996136">6996136</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>VM crash in src/share/vm/runtime/virtualspace.cpp:424</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7003271">7003271</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>Hotspot should track cumulative Java heap bytes allocated on a per-thread basis</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7006471">7006471</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>fix for <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6988439">6988439</a>&nbsp; crashes when pending list lock is null</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7007769">7007769</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>VM crashes with SIGBUS writing PerfData if tmp space is full</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7009828">7009828</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>Fix for <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6938627">6938627</a>&nbsp; breaks visualvm monitoring when -Djava.io.tmpdir is defined</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7009975">7009975</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>Large file support broken in hs20-b04</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7011386">7011386</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>race in objArrayKlass::array_klass_impl</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7011463">7011463</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>Sparc MacroAssembler::incr_allocated_bytes() needs a RegisterOrConstant argument</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7013008">7013008</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7018101">7018101</a>&nbsp;</td>
<td>hotspot</td>
<td>runtime_system</td>
<td>os::dll_address_to_function_name returning wrong answers in 64 bit</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6561870">6561870</a>&nbsp;</td>
<td>hotspot</td>
<td>svc_agent</td>
<td>Long javac compile lines fail due to command line length issues (agent compiles?)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6987812">6987812</a>&nbsp;</td>
<td>hotspot</td>
<td>svc_agent</td>
<td>SAJDI: &quot;gHotSpotVMTypes was not initialized properly in the remote process&quot;</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7003487">7003487</a>&nbsp;</td>
<td>hotspot</td>
<td>svc_agent</td>
<td>clhsdbproc stacktrace fails on x64</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7003789">7003789</a>&nbsp;</td>
<td>hotspot</td>
<td>svc_agent</td>
<td>PTRACE_GETREGS problems with SA on Linux.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6980681">6980681</a>&nbsp;</td>
<td>idl</td>
<td>orb</td>
<td>CORBA deadlock in Java SE beleived to be related to CR <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6238477">6238477</a>&nbsp;</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6911753">6911753</a>&nbsp;</td>
<td>java</td>
<td>char_encodings</td>
<td>Add Big5 HKSCS-2008 support</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6749417">6749417</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>AWT events are not delivered for sun.awt.motif.MToolkit</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6887981">6887981</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>Exception violation in Java2D Disposer</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6960516">6960516</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>sun.awt.UngrabEvent has an ID over AWTEvent.RESERVED_ID_MAX</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6967957">6967957</a>&nbsp;</td>
<td>java</td>
<td>classes_awt</td>
<td>MToolkit : resizing a component in componentResized() is not propagated to content</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6322678">6322678</a>&nbsp;</td>
<td>java</td>
<td>classes_io</td>
<td>FileInputStream(FileDescriptor) throws IOException when reading a file if FD is invalid</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6989972">6989972</a>&nbsp;</td>
<td>java</td>
<td>classes_lang</td>
<td>JDK_GetVersionInfo0 fails to zero structure</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7001933">7001933</a>&nbsp;</td>
<td>java</td>
<td>classes_lang</td>
<td>Deadlock in java.lang.classloader.getPackage()</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7020237">7020237</a>&nbsp;</td>
<td>java</td>
<td>classes_lang</td>
<td>(process) Runtime.exec uses fork instead of fork1 on Solaris 8/9 (6uX only)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6378870">6378870</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>Confusing error &quot;java.net.SocketException: Invalid argument&quot; for socket disconnection</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6931566">6931566</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>NetworkInterface is not working when interface name is more than 15 characters long</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6973030">6973030</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>NTLM proxy authentication fails with https</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7010192">7010192</a>&nbsp;</td>
<td>java</td>
<td>classes_net</td>
<td>InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win)</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6982772">6982772</a>&nbsp;</td>
<td>java</td>
<td>classes_security</td>
<td>javax.xml.crypto.dsig.TransformException occurs in canonicalization for XML signature in jdk6u21</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6998583">6998583</a>&nbsp;</td>
<td>java</td>
<td>classes_security</td>
<td>NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6998860">6998860</a>&nbsp;</td>
<td>java</td>
<td>classes_security</td>
<td>Signed jar file verification is currently creating many extra new Sun providers.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4743225">4743225</a>&nbsp;</td>
<td>java</td>
<td>classes_swing</td>
<td>Size of JComboBox list is wrong when list is populated via PopupMenuListener</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6520574">6520574</a>&nbsp;</td>
<td>java</td>
<td>classes_swing</td>
<td>JFileChooser &#8211; create new folder &#8211; not editable</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6542335">6542335</a>&nbsp;</td>
<td>java</td>
<td>classes_swing</td>
<td>different behavior on knob of scroll bar between 1.4.2 and 5.0</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6963024">6963024</a>&nbsp;</td>
<td>java</td>
<td>classes_swing</td>
<td>Only Applets on Windows: two JOptionPanes in a row makes the 2nd JOptionPane flicker</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6511515">6511515</a>&nbsp;</td>
<td>java</td>
<td>classes_util_logging</td>
<td>poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6302954">6302954</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>Inference fails for type variable return constraint</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6999460">6999460</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>Glassfish build with JDK 6 / 7 is 5x-10x slower on Windows than on Linux</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7036255">7036255</a>&nbsp;</td>
<td>java</td>
<td>compiler</td>
<td>javac crashes when a specific system option is set</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6963077">6963077</a>&nbsp;</td>
<td>java_deployment</td>
<td>desktop</td>
<td>6u20: Cert list is empty, but customer is prompted by a JRE dialog to select a cert</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6932885">6932885</a>&nbsp;</td>
<td>java_deployment</td>
<td>download</td>
<td>Java deployment cache size limit is not regarded</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6891269">6891269</a>&nbsp;</td>
<td>java_plugin</td>
<td>iexplorer</td>
<td>non-compliance with Section 508 using 1.6.0_18</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7012320">7012320</a>&nbsp;</td>
<td>java_plugin</td>
<td>plugin</td>
<td>JDK 6u22 crashes IE9</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7001375">7001375</a>&nbsp;</td>
<td>jax-ws</td>
<td>client-runtime</td>
<td>JAVA 1.6: JAX-WS DOES NOT MAINTAIN session cookies, Session is not maintained when URL in Uppercase</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7008153">7008153</a>&nbsp;</td>
<td>jax-ws</td>
<td>other</td>
<td>Private register ESS weekly index optimizatopn fails EQA-15004</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6924489">6924489</a>&nbsp;</td>
<td>jce</td>
<td>pkcs11_csp</td>
<td>sun.security.pkcs11.wrapper.PKCS11Exception: CKR_OPERATION_NOT_INITIALIZED</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6932525">6932525</a>&nbsp;</td>
<td>jgss</td>
<td>krb5plugin</td>
<td>Incorrect encryption types of KDC_REQ_BODY of AS-REQ with pre-authentication</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6951366">6951366</a>&nbsp;</td>
<td>jgss</td>
<td>krb5plugin</td>
<td>kerberos login failure on win2008 with AD set to win2000 compat mode</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6976536">6976536</a>&nbsp;</td>
<td>jgss</td>
<td>krb5plugin</td>
<td>Solaris JREs do not have the krb5.kdc.bad.policy configured by default.</td>
</tr>
<tr>
<td align="right"><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6984520">6984520</a>&nbsp;</td>
<td>jmx</td>
<td>classes</td>
<td>NPE IN RMIConnector.connect</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.0.1 Released</title>
		<link>http://pronetbeans.com/archives/197?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-0-1-released</link>
		<comments>http://pronetbeans.com/archives/197#comments</comments>
		<pubDate>Mon, 18 Jul 2011 23:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.0]]></category>
		<category><![CDATA[7.0.1]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=197</guid>
		<description><![CDATA[http://netbeans.org/community/releases/70/]]></description>
				<content:encoded><![CDATA[<p><a href="http://netbeans.org/community/releases/70/" title="http://netbeans.org/community/releases/70/" target="_blank">http://netbeans.org/community/releases/70/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/197/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.0 Released</title>
		<link>http://pronetbeans.com/archives/194?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-0-released</link>
		<comments>http://pronetbeans.com/archives/194#comments</comments>
		<pubDate>Mon, 18 Apr 2011 23:02:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.0]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=194</guid>
		<description><![CDATA[http://netbeans.org/community/releases/70/]]></description>
				<content:encoded><![CDATA[<p><a href="http://netbeans.org/community/releases/70/" title="http://netbeans.org/community/releases/70/" target="_blank">http://netbeans.org/community/releases/70/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pronetbeans.com/archives/194/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
