Discussion:
openJDK bug filing?
Brian Bouterse
2015-08-26 15:15:39 UTC
Permalink
I have a bug that I would like to file. I think openJDK bugs are
tracker here [0], but I do not know how to login to that system to
make a bug. I see here [1] that self-service account creation is not
available. How can I file a bug so I can then discuss it on this dev lis
t?

[0]: https://bugs.openjdk.java.net/browse/JDK
[1]: https://wiki.openjdk.java.net/display/general/JBS+Overview

Thanks,
Brian
dalibor topic
2015-08-26 15:40:05 UTC
Permalink
Quoting from [1]

"Users without an account can also use bugs.sun.com to submit an issue."

cheers,
dalibor topic
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
I have a bug that I would like to file. I think openJDK bugs are
tracker here [0], but I do not know how to login to that system to
make a bug. I see here [1] that self-service account creation is not
available. How can I file a bug so I can then discuss it on this dev lis
t?
[0]: https://bugs.openjdk.java.net/browse/JDK
[1]: https://wiki.openjdk.java.net/display/general/JBS+Overview
Thanks,
Brian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAEBCAAGBQJV3dgXAAoJEK48cdELyEfygwQH/1pbh1j9nhiv/31ny6UYM3Xl
W/grQk5ZNsb2Zh6z5cNRaJyelNJhzkGl3dLKETi+gMjIXrC8GwntbBt4Wml3hXjS
7iMCq3GWWw6u2F31WBV0HINmN4RXPKd+vXG3ABLz6tVaR49QpYo3K4jVP3ZZpeWO
q+vkN7ItLdZQTyhg7/46DcVl+XAM/QVWUQnCZwLwb6IIWhR6+XTHDjSMMr0D/IxW
HHMG7iXvDCw7IZ5OYFnpVbaafrKjfxlX/DlrZ3El+Qvt0Ggs5yL+pNnDoYm0ana7
Zl1GUl1sRXCtVXiEwpprFrr+mIDsGwCgCohi2aRoia3H8Q4BgxycK/vCCHbeTHM=
=g4Is
-----END PGP SIGNATURE-----
--
<http://www.oracle.com> Dalibor Topic | Principal Product Manager
Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961
<tel:+491737185961>

ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher

<http://www.oracle.com/commitment> Oracle is committed to developing
practices and products that help protect the environment
Mario Torre
2015-08-26 16:13:27 UTC
Permalink
Post by Brian Bouterse
I have a bug that I would like to file. I think openJDK bugs are
tracker here [0], but I do not know how to login to that system to
make a bug. I see here [1] that self-service account creation is not
available. How can I file a bug so I can then discuss it on this dev lis
t?
[0]: https://bugs.openjdk.java.net/browse/JDK
[1]: https://wiki.openjdk.java.net/display/general/JBS+Overview
Unfortunately the situation is a bit chaotic if you lack Jira super
powers.

For *JDK 8 and 9, what Dalibor suggested is an option, although is not
an optimal solution at all... like none of the alternatives
unfortunately.

If the bug is specific to 7 or 6, you would need to file in the IcedTea
bug system (again, in case you don't have Jira powers), which is even
more confusing for end users because those external trackers are not
really related.

You could have better luck filing the issue with the relative downstream
Java and let the maintainers propagate the bug upstream, that means,
again, bugs.sun.com if you are using an Oracle JDK, or Red Hat bugzilla
if your using a Red Hat package, or even IcedTea directly, etc...

Another alternative which still require some substantial work from
OpenJDK members is to try to make a case and get somebody file the bug
for you, in this case the mailing list is a better place.

If it's a security bug, discussing on the mailing list is not the best
approach, you should contact Oracle and let them guide you.

But if you have a patch you may try to submit to the relevant mailing
list for discussing the fix directly, it doesn't make things magically
easier, but it helps a little bit.

Cheers,
Mario
Brian Bouterse
2015-08-26 18:01:55 UTC
Permalink
Thanks Mario and Dalibor for the replies. Is there someone out there
who is willing to file this poorly written bug:

PyCharm is unusable with openJDK 1.8.0 on fedora 22. It works great
with the Oracle JDK and it worked well enough with openJDK 1.7.x.

I'm using the latest patched fedora 22, openJDK 1.8.0, and PyCharm
4.5.3 (the latest as of this writing). Before upgrading to fedora 22 I
was using fedora 20 which came with openJDK 1.7.x, and things worked
well enough. Not nearly as well the Oracle JDK, but well enough. After
upgrading to openJDK 1.8.0 pyCharm (same version as before) is
completely unusable. The program regularly sits at between 150 - 500%
of my cpu and freezes for minutes at a time. It's all CPU bound
although the application appears to be doing nothing useful.

- From the PyCharm logs, PyCharm support indicates that the threads of
PyCharm are significantly slower for "read actions from the file
system and loading classes from the classpath". PyCharm starts 50+
threads which isn't great, but the same PyCharm (and its threads)
worked on the openJDK 1.7.x. What changed in between 1.7.x and 1.8.0
that could have made this unusable? What can be done to fix this?

Anyone who installs f22, installs the latest pycharm will find it
totally unusable. This is a very easy bug to reproduce. If no one is
willing to file this for me then I'll eventually file it at bugs.sun.com
.

Thanks!
Brian
Post by Mario Torre
Post by Brian Bouterse
I have a bug that I would like to file. I think openJDK bugs are
tracker here [0], but I do not know how to login to that system
to make a bug. I see here [1] that self-service account creation
is not available. How can I file a bug so I can then discuss it
on this dev lis t?
https://wiki.openjdk.java.net/display/general/JBS+Overview
Unfortunately the situation is a bit chaotic if you lack Jira
super powers.
For *JDK 8 and 9, what Dalibor suggested is an option, although is
not an optimal solution at all... like none of the alternatives
unfortunately.
If the bug is specific to 7 or 6, you would need to file in the
IcedTea bug system (again, in case you don't have Jira powers),
which is even more confusing for end users because those external
trackers are not really related.
You could have better luck filing the issue with the relative
downstream Java and let the maintainers propagate the bug upstream,
that means, again, bugs.sun.com if you are using an Oracle JDK, or
Red Hat bugzilla if your using a Red Hat package, or even IcedTea
directly, etc...
Another alternative which still require some substantial work from
OpenJDK members is to try to make a case and get somebody file the
bug for you, in this case the mailing list is a better place.
If it's a security bug, discussing on the mailing list is not the
best approach, you should contact Oracle and let them guide you.
But if you have a patch you may try to submit to the relevant
mailing list for discussing the fix directly, it doesn't make
things magically easier, but it helps a little bit.
Cheers, Mario
Andrew Haley
2015-08-26 18:34:14 UTC
Permalink
Post by Brian Bouterse
Thanks Mario and Dalibor for the replies. Is there someone out there
PyCharm is unusable with openJDK 1.8.0 on fedora 22. It works great
with the Oracle JDK and it worked well enough with openJDK 1.7.x.
If you create a Fedora bug with the best info you can about how to
reproduce it we will then copy that info to an OpenJDK bug.

Thanks,
Andrew.

Loading...