Re: Bug 8028627

2014-02-24 Thread Bradford Wetmore

Are you referring to

8014369: Intermittently only some components refresh

This was submitted May 2013.

> For a
> general non-security bug, how can one add comments and updates?

If you are a OpenJDK contributor with a userid, you should be able to 
add directly to it using the JIRA instance, but if not, then I'd suggest 
writing to the appropriate group.  This is a AWT bug, so probably awt-dev?


http://mail.openjdk.java.net/mailman/listinfo

Brad



On 2/23/2014 10:20 AM, Mickey Segal wrote:

There used to be a way to add such comments directly to bug reports.  For a
general non-security bug, how can one add comments and updates?  I have bugs
submitted 4 years ago (e.g. http://bugs.java.com/view_bug.do?bug_id=8014369)
that are still listed as "In progress" and I don't see any way to add a
comment.

Bradford Wetmore wrote:

I've added the stack trace to the report.




Re: Dup content in java.security-platform files

2014-02-24 Thread Sean Mullan

On 02/24/2014 08:57 AM, Sean Mullan wrote:

On 02/23/2014 06:57 PM, Wang Weijun wrote:

A somehow related question: is there a proposal to specify a security
property on the command line?


I agree that would be useful. A workaround:

echo "property=foo" > /tmp/props; java
-Djava.security.properties=/tmp/foo ...


Oops, I mean:

echo "property=foo" > /tmp/props; java
-Djava.security.properties=/tmp/props ...

--Sean


Re: Dup content in java.security-platform files

2014-02-24 Thread Sean Mullan

On 02/23/2014 06:57 PM, Wang Weijun wrote:

A somehow related question: is there a proposal to specify a security property 
on the command line?


I agree that would be useful. A workaround:

echo "property=foo" > /tmp/props; java 
-Djava.security.properties=/tmp/foo ...


--Sean