[Bug 1611598]

2016-11-17 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-2.6?cmd=changeset;node=a2edcfab7d93
author: Andrew John Hughes 
date: Fri Nov 11 06:11:16 2016 +

PR3134: JamVM is broken due to 2 new native methods in
sun.misc.Unsafe (from S8158260)

2016-08-10  Tiago Stuermer Daitx  

PR3134: JamVM is broken due to 2 new native
methods in sun.misc.Unsafe (from S8158260)
* Makefile.am:
(ICEDTEA_PATCHES): Add JamVM patch for PR3134.
* NEWS: Updated.
* patches/jamvm/pr3134-unsafe_methods.patch:
Add implementation of isBigEndian0 and unalignedAccess0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1611598

Title:
  jamvm is broken due to missing native methods in sun.misc.Unsafe

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1611598/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1611598]

2016-11-12 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=3f1ac6eef871
author: Andrew John Hughes 
date: Fri Nov 11 05:51:16 2016 +

PR3134: JamVM is broken due to 2 new native methods in
sun.misc.Unsafe (from S8158260)

2016-08-10  Tiago Stuermer Daitx  

PR3134: JamVM is broken due to 2 new native
methods in sun.misc.Unsafe (from S8158260)
* Makefile.am:
(ICEDTEA_PATCHES): Add JamVM patch for PR3134.
* NEWS: Updated.
* patches/jamvm/pr3134-unsafe_methods.patch:
Add implementation of isBigEndian0 and unalignedAccess0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1611598

Title:
  jamvm is broken due to missing native methods in sun.misc.Unsafe

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1611598/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157721]

2016-04-15 Thread Mercurial
details: 
http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=9eb354106424
author: Lillian Angel  
date: Wed Dec 12 10:57:37 2007 -0500

2007-12-12  Lillian Angel 

Fixes Bug #76
* gcjwebplugin.cc
(GCJ_SetWindow): Passes width and height with handle.
* patches/icedtea-plugin.patch
(PluginMain.java): Fixed to accept width and height, and change 
size
of plugin when required.
(PluginAppletViewer.java): Added listeners to window, change
attributes of applet when required.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/157721

Title:
  Error starting homebanking Applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/157721/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 440841]

2016-04-15 Thread Mercurial
details: 
http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=23684054d4dc
author: Matthias Klose 
date: Mon Apr 12 22:37:35 2010 +0200

Fix PR icedtea/461, plugin working for NSS enabled builds
working together with firefox including a private NSS copy

2010-04-12  Matthias Klose  

PR icedtea/461
* plugin/icedteanp/IcedTeaNPPlugin.cc 
(plugin_filter_ld_library_path):
New, filter out paths in LD_LIBRARY_PATH which start with
MOZILLA_FIVE_HOME.
(plugin_filter_environment): New, build environment to pass to 
the
appletviewer process.
(plugin_test_appletviewer, plugin_start_appletviewer): Start 
the new
process with the filtered environment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/440841

Title:
  IcedTea Plugin Dont work APPLET

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/440841/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255149]

2016-04-15 Thread Mercurial
details: 
http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=8dc6e1ff8ccf
author: Andrew John Hughes 
date: Thu May 20 14:37:32 2010 +0100

Fix a number of issues and enable the Rhino rewriter in the
build.

2010-02-17 Andrew John Hughes  

PR icedtea/179
* ChangeLog: Remove rogue whitespace highlighted
by emacs.
* Makefile.am:
(REWRITER_SRCS): Sources for class file rewriter.
Only set RHINO_JAR when WITH_RHINO is set.  Point
to rewritten JAR file in build directory.  Add
rewriter and license to EXTRA_DIST.  Make icedtea,
icedtea-debug and icedtea-boot depend on rewrite-rhino.stamp.
(stamps/rewriter.stamp): Build the class file rewriter.
(stamps/rewrite-rhino.stamp): Rewrite the system Rhino JAR
file to use the sun.org.mozilla namespace to avoid conflicts.
(rewriter): New alias for stamps/rewriter.stamp.
(rewrite-rhino): Likewise for stamps/rewrite-rhino.stamp.
* patches/icedtea-rhino.patch:
Copy rather than symlink the JAR file.  Only drop the
internal suffix on the javascript package names.
* rewriter/com/redhat/rewriter/ClassRewriter.java:
(executor): Use a single threaded executor when
debugging is enabled.
(tasks): Store the Futures returned by the executor
for later checking.
(main(String[])): Log what happens when processFile
returns and handle any exceptions using Futures.
(call()): Ensure srcDir/destDir replacement always
matches with a trailing slash to avoid odd rewrites.
Loop directory creation to avoid possible race issues.
Increase logging and fix a number of issues with the rewrite:
  * Fix off-by-one loop bug so final entry is inspected.
  * Handle double entries which occur with 8-byte entries
(doubles and longs):

http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#16628

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/255149

Title:
  javascript script support through rhino should not be on bootclasspath

To manage notifications about this bug go to:
https://bugs.launchpad.net/openbravo/+bug/255149/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 238569]

2016-04-15 Thread Mercurial
details: 
http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=59259282a3ae
author: gnu_and...@member.fsf.org
date: Wed Jun 25 22:46:25 2008 +0100

PR141: Apply fix to licensing of IDL files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/238569

Title:
  Move OpenJDK to multiverse

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/238569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157721]

2016-04-15 Thread Mercurial
details: 
http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=208a6277eb21
author: Lillian Angel  
date: Wed Dec 12 10:57:37 2007 -0500

2007-12-12  Lillian Angel 

Fixes Bug #76
* gcjwebplugin.cc
(GCJ_SetWindow): Passes width and height with handle.
* patches/icedtea-plugin.patch
(PluginMain.java): Fixed to accept width and height, and change 
size
of plugin when required.
(PluginAppletViewer.java): Added listeners to window, change
attributes of applet when required.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/157721

Title:
  Error starting homebanking Applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/157721/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527139]

2016-04-15 Thread Mercurial
details: 
http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=aca7e8363025
author: Omair Majid 
date: Thu Jul 08 14:25:02 2010 -0400

PR460: Add ForbiddenTargetException for legacy support.

2010-07-08  Omair Majid  

PR icedtea/460
* 
plugin/icedteanp/java/netscape/security/ForbiddenTargetException.java:
New file. Some applets, for legacy support, expect this class to be
present.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/527139

Title:
  IcedTea does not work with Piraeus Online Banking (Ukraine)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/527139/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 561124]

2016-04-15 Thread Mercurial
details: 
http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=23684054d4dc
author: Matthias Klose 
date: Mon Apr 12 22:37:35 2010 +0200

Fix PR icedtea/461, plugin working for NSS enabled builds
working together with firefox including a private NSS copy

2010-04-12  Matthias Klose  

PR icedtea/461
* plugin/icedteanp/IcedTeaNPPlugin.cc 
(plugin_filter_ld_library_path):
New, filter out paths in LD_LIBRARY_PATH which start with
MOZILLA_FIVE_HOME.
(plugin_filter_environment): New, build environment to pass to 
the
appletviewer process.
(plugin_test_appletviewer, plugin_start_appletviewer): Start 
the new
process with the filtered environment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/561124

Title:
  firefox sets LD_LIBRARY_PATH which breaks the icedtea6-plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/561124/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932274]

2016-01-25 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea6-1.13?cmd=changeset;node=8554f062d23d
author: Andrew John Hughes 
date: Thu Jan 21 01:22:57 2016 +

Add new backports for issues to be fixed in 1.13.10.

S7169111, PR2757: Unreadable menu bar with Ambiance theme in GTK L
S8140620, PR2711: Find and load default.sf2 as the default soundbank on 
Linux

2016-01-19  Andrew John Hughes  

* Makefile.am:
(ICEDTEA_PATCHES): Add new patches.
* NEWS: Updated.
* 
patches/openjdk/7169111-pr2757-unreadable_menu_bar_with_ambiance_theme.patch,
* patches/openjdk/8140620-pr2711-find_default.sf2.patch:
New backports for issues to be fixed in 1.13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932274

Title:
  Regression: Unreadable menu bar with Ambiance theme in Java/Swing GTK
  L

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/932274/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932274]

2016-01-20 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea6?cmd=changeset;node=eab534910a1a
author: Andrew John Hughes 
date: Wed Jan 20 03:36:30 2016 +

Add new backports for issues to be fixed in 1.13.10.

S7169111, PR2757: Unreadable menu bar with Ambiance theme in GTK L
S8140620, PR2711: Find and load default.sf2 as the default soundbank on 
Linux

2016-01-19  Andrew John Hughes  

* Makefile.am:
(ICEDTEA_PATCHES): Add new patches.
* NEWS: Updated.
* 
patches/openjdk/7169111-pr2757-unreadable_menu_bar_with_ambiance_theme.patch,
* patches/openjdk/8140620-pr2711-find_default.sf2.patch:
New backports for issues to be fixed in 1.13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932274

Title:
  Regression: Unreadable menu bar with Ambiance theme in Java/Swing GTK
  L

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/932274/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-2.6?cmd=changeset;node=723ef630c332
author: Andrew John Hughes 
date: Tue Oct 20 04:30:23 2015 +0100

Bump to icedtea-2.6.2pre02.

Upstream changes:
  - Bump to icedtea-2.6.2pre01
  - Bump to icedtea-2.6.2pre02
  - PR2512: Reset success following calls in LayoutManager.cpp
  - PR2568: openjdk causes a full desktop crash on RHEL 6 i586
  - S6880559, PR2674: Enable PKCS11 64-bit windows builds
  - S6904403, PR2674: assert(f == 
k-has_finalizer(),inconsistent has_finalizer) with debug VM
  - S7011441, PR2674: jndi/ldap/Connection.java needs to avoid spurious 
wakeup
  - S7059542, PR2674: JNDI name operations should be locale independent
  - S7105461, PR2571: Large JTables are not rendered correctly with 
Xrender pipeline
  - S7105883, PR2560: JDWP: agent crash if there exists a ThreadGroup 
with null name
  - S7107611, PR2674: sun.security.pkcs11.SessionManager is scalability 
blocker
  - S7127066, PR2674: Class verifier accepts an invalid class file
  - S7150092, PR2674: NTLM authentication fail if user specified a 
different realm
  - S7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine 
fails with OOM for jdk8 with XRender pipeline
  - S7152582, PR2674: PKCS11 tests should use the NSS libraries 
available in the OS
  - S7156085, PR2674: ArrayIndexOutOfBoundsException throws in 
UTF8Reader of SAXParser
  - S7177045, PR2674: Rework the TestProviderLeak.java regression test, 
it is too fragile to low memory errors.
  - S7190945, PR2674: pkcs11 problem loading NSS libs on Ubuntu
  - S8005226, PR2674: 
java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails 
intermittently
  - S8009438, PR2674: sun/security/pkcs11/Secmod tests failing on 
Ubuntu 12.04
  - S8011709, PR2509: [parfait] False positive: memory leak in 
jdk/src/share/native/sun/font/layout/CanonShaping.cpp
  - S8012971, PR2674: PKCS11Test hiding exception failures
  - S8016105, PR2560: Add complementary RETURN_NULL allocation macros 
in allocation.hpp
  - S8020424, PR2674: The NSS version should be detected before running 
crypto tests
  - S8020443, PR2674: Frame is not created on the specified 
GraphicsDevice with two monitors
  - S8021897, PR2560: EXCEPTION_ACCESS_VIOLATION on debugging 
String.contentEquals()
  - S8022683, PR2560: JNI GetStringUTFChars should return NULL on 
allocation failure not abort the VM
  - S8023052, PR2509: JVM crash in native layout
  - S8025922, PR2560: JNI access to Strings need to check if the value 
field is non-null
  - S8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh 
Failed to initialize connector
  - S8027624, PR2674: 
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
  - S8033069, PR2674: mouse wheel scroll closes combobox popup
  - S8035150, PR2674: ShouldNotReachHere() in 
ConstantPool::copy_entry_to
  - S8039212, PR2674: SecretKeyBasic.sh needs to avoid NSS libnss3 and 
libsoftokn3 version mismatches
  - S8042855, PR2509: [parfait] Potential null pointer dereference in 
IndicLayoutEngine.cpp
  - S8044364, PR2674: runtime/RedefineFinalizer test fails on windows
  - S8048194: GSSContext.acceptSecContext fails when a supported mech 
is not initiator preferred
  - S8048353: jstack -l crashes VM when a Java mirror for a primitive 
type is locked
  - S8050123, PR2674: Incorrect property name documented in CORBA 
InputStream API
  - S8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
  - S8056124, PR2674: Hotspot should use PICL interface to get 
cacheline size on SPARC
  - S8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
  - S8059200, PR2674: Promoted JDK9 b31 for Solaris-amd64 fails (Error: 
dl failure on line 744, no picl library) on Solaris 11.1
  - S8059588, PR2674: deadlock in java/io/PrintStream when verbose 
java.security.debug flags are set
  - S8062518, PR2674: AIOBE occurs when accessing to document function 
in extended function in JAXP
  - S8062591, PR2674: SPARC PICL causes significantly longer startup 
times
  - S8072863, PR2674: Replace fatal() with 
vm_exit_during_initialization() when an incorrect class is found on the 
bootclasspath
  - S8073453, PR2674: Focus doesn't move when pressing Shift + Tab keys
  - S8073773: Presume path preparedness
  - S8073894: Getting to the root of certificate chains
  - S8074098: 2D_Font/Bug8067699 test fails with SIGBUS crash on 
Solaris Sparc
  - S8074297: substring in XSLT returns wrong character if string 
contains supplementary chars
  - S8074330: Set font anchors 

[Bug 913434]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=d33d77131673
author: simonis
date: Wed Sep 10 11:01:59 2014 +0200

8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
Reviewed-by: prr, serb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=2ee1950a8d08
author: prr
date: Thu Jun 11 12:23:47 2015 -0700

8081756, PR1896: Mastering Matrix Manipulations
Reviewed-by: serb, bae, mschoene

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=8199f031c28c
author: prr
date: Mon May 11 09:14:03 2015 -0700

8078331, PR1896: Upgrade JDK to use LittleCMS 2.7
Reviewed-by: serb, bae

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=8228c96258df
author: prr
date: Thu Sep 04 13:00:55 2014 -0700

8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
Reviewed-by: bae, jgodinez

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101348]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-2.6?cmd=changeset;node=723ef630c332
author: Andrew John Hughes 
date: Tue Oct 20 04:30:23 2015 +0100

Bump to icedtea-2.6.2pre02.

Upstream changes:
  - Bump to icedtea-2.6.2pre01
  - Bump to icedtea-2.6.2pre02
  - PR2512: Reset success following calls in LayoutManager.cpp
  - PR2568: openjdk causes a full desktop crash on RHEL 6 i586
  - S6880559, PR2674: Enable PKCS11 64-bit windows builds
  - S6904403, PR2674: assert(f == 
k-has_finalizer(),inconsistent has_finalizer) with debug VM
  - S7011441, PR2674: jndi/ldap/Connection.java needs to avoid spurious 
wakeup
  - S7059542, PR2674: JNDI name operations should be locale independent
  - S7105461, PR2571: Large JTables are not rendered correctly with 
Xrender pipeline
  - S7105883, PR2560: JDWP: agent crash if there exists a ThreadGroup 
with null name
  - S7107611, PR2674: sun.security.pkcs11.SessionManager is scalability 
blocker
  - S7127066, PR2674: Class verifier accepts an invalid class file
  - S7150092, PR2674: NTLM authentication fail if user specified a 
different realm
  - S7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine 
fails with OOM for jdk8 with XRender pipeline
  - S7152582, PR2674: PKCS11 tests should use the NSS libraries 
available in the OS
  - S7156085, PR2674: ArrayIndexOutOfBoundsException throws in 
UTF8Reader of SAXParser
  - S7177045, PR2674: Rework the TestProviderLeak.java regression test, 
it is too fragile to low memory errors.
  - S7190945, PR2674: pkcs11 problem loading NSS libs on Ubuntu
  - S8005226, PR2674: 
java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails 
intermittently
  - S8009438, PR2674: sun/security/pkcs11/Secmod tests failing on 
Ubuntu 12.04
  - S8011709, PR2509: [parfait] False positive: memory leak in 
jdk/src/share/native/sun/font/layout/CanonShaping.cpp
  - S8012971, PR2674: PKCS11Test hiding exception failures
  - S8016105, PR2560: Add complementary RETURN_NULL allocation macros 
in allocation.hpp
  - S8020424, PR2674: The NSS version should be detected before running 
crypto tests
  - S8020443, PR2674: Frame is not created on the specified 
GraphicsDevice with two monitors
  - S8021897, PR2560: EXCEPTION_ACCESS_VIOLATION on debugging 
String.contentEquals()
  - S8022683, PR2560: JNI GetStringUTFChars should return NULL on 
allocation failure not abort the VM
  - S8023052, PR2509: JVM crash in native layout
  - S8025922, PR2560: JNI access to Strings need to check if the value 
field is non-null
  - S8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh 
Failed to initialize connector
  - S8027624, PR2674: 
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
  - S8033069, PR2674: mouse wheel scroll closes combobox popup
  - S8035150, PR2674: ShouldNotReachHere() in 
ConstantPool::copy_entry_to
  - S8039212, PR2674: SecretKeyBasic.sh needs to avoid NSS libnss3 and 
libsoftokn3 version mismatches
  - S8042855, PR2509: [parfait] Potential null pointer dereference in 
IndicLayoutEngine.cpp
  - S8044364, PR2674: runtime/RedefineFinalizer test fails on windows
  - S8048194: GSSContext.acceptSecContext fails when a supported mech 
is not initiator preferred
  - S8048353: jstack -l crashes VM when a Java mirror for a primitive 
type is locked
  - S8050123, PR2674: Incorrect property name documented in CORBA 
InputStream API
  - S8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
  - S8056124, PR2674: Hotspot should use PICL interface to get 
cacheline size on SPARC
  - S8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
  - S8059200, PR2674: Promoted JDK9 b31 for Solaris-amd64 fails (Error: 
dl failure on line 744, no picl library) on Solaris 11.1
  - S8059588, PR2674: deadlock in java/io/PrintStream when verbose 
java.security.debug flags are set
  - S8062518, PR2674: AIOBE occurs when accessing to document function 
in extended function in JAXP
  - S8062591, PR2674: SPARC PICL causes significantly longer startup 
times
  - S8072863, PR2674: Replace fatal() with 
vm_exit_during_initialization() when an incorrect class is found on the 
bootclasspath
  - S8073453, PR2674: Focus doesn't move when pressing Shift + Tab keys
  - S8073773: Presume path preparedness
  - S8073894: Getting to the root of certificate chains
  - S8074098: 2D_Font/Bug8067699 test fails with SIGBUS crash on 
Solaris Sparc
  - S8074297: substring in XSLT returns wrong character if string 
contains supplementary chars
  - S8074330: Set font anchors 

[Bug 1101348]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=71619972
author: ceisserer
date: Mon Apr 09 15:49:33 2012 -0700

7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine fails 
with OOM for jdk8 with XRender pipeline
Reviewed-by: prr

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101348

Title:
  xrender pipeline creates graphics corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1101348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101348]

2015-10-23 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=4a4982b866b6
author: ceisserer
date: Tue Nov 13 16:12:10 2012 -0800

7105461, PR2571: Large JTables are not rendered correctly with Xrender 
pipeline
Reviewed-by: flar, prr

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101348

Title:
  xrender pipeline creates graphics corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1101348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-05 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=55e6b27c9e62
author: Andrew John Hughes 
date: Sun Oct 04 01:34:28 2015 +0100

Bump to icedtea-2.7.0pre02.

2015-10-03  Andrew John Hughes  

* Makefile.am:
(CORBA_CHANGESET): Update to icedtea-2.7.0pre02.
(JAXP_CHANGESET): Likewise.
(JAXWS_CHANGESET): Likewise.
(JDK_CHANGESET): Likewise.
(LANGTOOLS_CHANGESET): Likewise.
(OPENJDK_CHANGESET): Likewise.
(CORBA_SHA256SUM): Likewise.
(JAXP_SHA256SUM): Likewise.
(JAXWS_SHA256SUM): Likewise.
(JDK_SHA256SUM): Likewise.
(LANGTOOLS_SHA256SUM): Likewise.
(OPENJDK_SHA256SUM): Likewise.
* NEWS: Updated.
* configure.ac: Bump to 2.7.0pre02.
* hotspot.map.in: Update to icedtea-2.7.0pre02.

Upstream changes:
  - Bump to icedtea-2.7.0pre02
  - PR2512: Reset success following calls in LayoutManager.cpp
  - S7105461, PR2571: Large JTables are not rendered correctly with 
Xrender pipeline
  - S7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine 
fails with OOM for jdk8 with XRender pipeline
  - S8011709, PR2509: [parfait] False positive: memory leak in 
jdk/src/share/native/sun/font/layout/CanonShaping.cpp
  - S8023052, PR2509: JVM crash in native layout
  - S8042855, PR2509: [parfait] Potential null pointer dereference in 
IndicLayoutEngine.cpp
  - S8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
  - S8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
  - S8078331, PR1896: Upgrade JDK to use LittleCMS 2.7
  - S8081756, PR1896: Mastering Matrix Manipulations
  - S8087120, RH1206656, PR2553: [GCC5] java.lang.StackOverflowError on 
Zero JVM initialization on non x86 platforms.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-05 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=2f4ec76e886c
author: prr
date: Thu Sep 04 13:00:55 2014 -0700

8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
Reviewed-by: bae, jgodinez

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-05 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=a5d72541512e
author: simonis
date: Wed Sep 10 11:01:59 2014 +0200

8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
Reviewed-by: prr, serb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-05 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=ad4f5afc21dc
author: prr
date: Mon May 11 09:14:03 2015 -0700

8078331, PR1896: Upgrade JDK to use LittleCMS 2.7
Reviewed-by: serb, bae

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913434]

2015-10-05 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=96f40a21d715
author: prr
date: Thu Jun 11 12:23:47 2015 -0700

8081756, PR1896: Mastering Matrix Manipulations
Reviewed-by: serb, bae, mschoene

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913434

Title:
  ImageIO crashes (core dumped) while reading many image files

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/913434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101348]

2015-10-04 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=96b5c3822ce9
author: ceisserer
date: Tue Nov 13 16:12:10 2012 -0800

7105461, PR2571: Large JTables are not rendered correctly with Xrender 
pipeline
Reviewed-by: flar, prr

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101348

Title:
  xrender pipeline creates graphics corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1101348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101348]

2015-10-04 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=55e6b27c9e62
author: Andrew John Hughes 
date: Sun Oct 04 01:34:28 2015 +0100

Bump to icedtea-2.7.0pre02.

2015-10-03  Andrew John Hughes  

* Makefile.am:
(CORBA_CHANGESET): Update to icedtea-2.7.0pre02.
(JAXP_CHANGESET): Likewise.
(JAXWS_CHANGESET): Likewise.
(JDK_CHANGESET): Likewise.
(LANGTOOLS_CHANGESET): Likewise.
(OPENJDK_CHANGESET): Likewise.
(CORBA_SHA256SUM): Likewise.
(JAXP_SHA256SUM): Likewise.
(JAXWS_SHA256SUM): Likewise.
(JDK_SHA256SUM): Likewise.
(LANGTOOLS_SHA256SUM): Likewise.
(OPENJDK_SHA256SUM): Likewise.
* NEWS: Updated.
* configure.ac: Bump to 2.7.0pre02.
* hotspot.map.in: Update to icedtea-2.7.0pre02.

Upstream changes:
  - Bump to icedtea-2.7.0pre02
  - PR2512: Reset success following calls in LayoutManager.cpp
  - S7105461, PR2571: Large JTables are not rendered correctly with 
Xrender pipeline
  - S7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine 
fails with OOM for jdk8 with XRender pipeline
  - S8011709, PR2509: [parfait] False positive: memory leak in 
jdk/src/share/native/sun/font/layout/CanonShaping.cpp
  - S8023052, PR2509: JVM crash in native layout
  - S8042855, PR2509: [parfait] Potential null pointer dereference in 
IndicLayoutEngine.cpp
  - S8056122, PR1896: Upgrade JDK to use LittleCMS 2.6
  - S8057934, PR1896: Upgrade to LittleCMS 2.6 breaks AIX build
  - S8078331, PR1896: Upgrade JDK to use LittleCMS 2.7
  - S8081756, PR1896: Mastering Matrix Manipulations
  - S8087120, RH1206656, PR2553: [GCC5] java.lang.StackOverflowError on 
Zero JVM initialization on non x86 platforms.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101348

Title:
  xrender pipeline creates graphics corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1101348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101348]

2015-10-04 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=b0194003cf27
author: ceisserer
date: Mon Apr 09 15:49:33 2012 -0700

7150134, PR2571: JCK api/java_awt/Graphics/index.html#DrawLine fails 
with OOM for jdk8 with XRender pipeline
Reviewed-by: prr

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101348

Title:
  xrender pipeline creates graphics corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1101348/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283828]

2014-10-15 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea6-1.13?cmd=changeset;node=a934b804b555
author: Andrew John Hughes gnu.and...@redhat.com
date: Thu Oct 09 02:30:41 2014 +0100

S8017173, PR1688: XMLCipher with RSA_OAEP Key Transport
algorithm can't be instantiated

2014-10-09  Andrew John Hughes  gnu.and...@redhat.com

* Makefile.am:
(ICEDTEA_PATCHES): Add new patch.
* NEWS: Updated.
* 
patches/openjdk/8017173-xml_cipher_rsa_oaep_cant_be_instantiated.patch:
Backport of regression fix from 7u for PR1688.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283828

Title:
  Cannot find any  provider supporting RSA/ECB/OAEPPadding error after
  upgrading to openjdk-6 6b27-1.12.6-1ubuntu0.12.04.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/1283828/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1283828]

2014-10-10 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea6?cmd=changeset;node=98216d6a48cf
author: Andrew John Hughes gnu.and...@redhat.com
date: Thu Oct 09 01:39:15 2014 +0100

S8017173, PR1688: XMLCipher with RSA_OAEP Key Transport
algorithm can't be instantiated

2014-10-09  Andrew John Hughes  gnu.and...@redhat.com

* Makefile.am:
(ICEDTEA_PATCHES): Add new patch.
* NEWS: Updated.
* 
patches/openjdk/8017173-xml_cipher_rsa_oaep_cant_be_instantiated.patch:
Backport of regression fix from 7u for PR1688.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283828

Title:
  Cannot find any  provider supporting RSA/ECB/OAEPPadding error after
  upgrading to openjdk-6 6b27-1.12.6-1ubuntu0.12.04.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/1283828/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1338897]

2014-08-03 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=8cc9f91d6085
author: Andrew John Hughes gnu_and...@member.fsf.org
date: Fri Aug 01 15:31:11 2014 +0100

Update to icedtea-2.6pre05.
Fix merge duplication in com.sun.script.javascript.RhinoTopLevel
PR1736: AWT loads gtk3 in all the look and feel configurations
PR1781: NSS PKCS11 provider fails to handle multipart AES encryption
PR1786: Allow x86 build to occur on x86_64 using a previously built 
x86_64 build
PR1808: Type-punning Warnings in Demos on PPC
PR1839, G478960: Provide Infinality Support via fontconfig
PR1853: Revert PR729 from minor release
PR1864: PCSC + OpenJDK 1.7 crash on Fedora 20
PR1868: Avoid x86 workaround when running Zero rather than a JIT
PR729: GTKLookAndFeel should be the system lookfeel on all GNU/Linux 
desktops
RH1059925: RFE: Version Java libraries to allow using multiple Java 
versions with Linux capabilities enabled
RH905128: [CRASH] OpenJDK-1.7.0 while using NSS security provider and 
kerberos
S8012224: 
AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails 
on Ubuntu 12.04 Unity shell
S8038392, RH1064383: Generating prelink cache breaks JAVA 'jinfo' 
utility normal behavior
S8042309: Some bugfixes for the ppc64 port

2014-07-31  Andrew John Hughes  gnu.and...@member.fsf.org

* Makefile.am:
(CORBA_CHANGESET): Update to icedtea-2.6pre05 tag.
(JAXP_CHANGESET): Likewise.
(JAXWS_CHANGESET): Likewise.
(JDK_CHANGESET): Likewise.
(LANGTOOLS_CHANGESET): Likewise.
(OPENJDK_CHANGESET): Likewise.
(CORBA_SHA256SUM): Likewise.
(JAXP_SHA256SUM): Likewise.
(JAXWS_SHA256SUM): Likewise.
(JDK_SHA256SUM): Likewise.
(LANGTOOLS_SHA256SUM): Likewise.
(OPENJDK_SHA256SUM): Likewise.
* NEWS: Updated.
* configure.ac: Bump to pre05.
* hotspot.map: Update to icedtea-2.6pre05tag. Set
type of default to drop and aarch64 to hg.
* patches/rhino.patch: Regenerated following
removal of merge artefact.

2014-06-12  Andrew John Hughes  gnu.and...@member.fsf.org

* AUTHORS:
Add authors of infinality patch. Websites are used
as present as couldn't find any e-mail addresses.
* INSTALL: Document --enable-infinality.
* Makefile.am:
(DROP_URL): Added to point to drops on IcedTea server.
(CACAO_BASE_URL): Reference DROP_URL.
(JAMVM_BASE_URL): Likewise.
(ICEDTEA_MAJOR): Split out major release name ('IcedTea7')
(ICEDTEA_PREFIX): Use ICEDTEA_MAJOR.
(ICEDTEA_URL): Path to drops.
(OPENJDK_URL): Removed.
(CORBA_URL): Likewise.
(JAXP_URL): Likewise.
(JAXWS_URL): Likewise.
(JDK_URL): Likewise.
(LANGTOOLS_URL): Likewise.
(HS_TYPE): Added. Differentiate between a drop tarball
and a hg archive in hotspot.map.
(HS_URL): Bump field number by 1 following addition of type.
(HS_CHANGESET): Likewise.
(HS_SHA256SUM): Likewise.
(OPENJDK_SRC_ZIP): Change suffix to bz2.
(CORBA_SRC_ZIP): Likewise.
(JAXP_SRC_ZIP): Likewise.
(JAXWS_SRC_ZIP): Likewise.
(JDK_SRC_ZIP): Likewise.
(LANGTOOLS_SRC_ZIP): Likewise.
(HOTSPOT_SRC_ZIP): Likewise.
(ICEDTEA_ENV): Set INFINALITY_SUPPORT=true when
infinality is enabled.
(download-openjdk): Use ICEDTEA_URL for all drops.
(download-hotspot); Support HS_TYPE, appending
archive/$(HS_CHANGESET) to hg archive URLs and
$(HOTSPOT_SRC_ZIP) to drop URLs.
(ADD_ZERO_CONFIGURE_ARGS): Change suffix to bz2.
* acinclude.m4:
(IT_ENABLE_INFINALITY): Macro for new option.
* configure.ac: Invoke IT_ENABLE_INFINALITY instead
of its dependency, IT_CHECK_FOR_FONTCONFIG.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1338897

Title:
  Broken fonts after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/1338897/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1338897]

2014-07-12 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=9ff90d1818b1
author: andrew
date: Thu Jun 12 21:14:44 2014 +0100

PR1839, G478960: Provide Infinality Support via fontconfig
Summary: Adapt fontfix patch, which uses fontconfig for font rendering, 
to apply only when INFINALITY_SUPPORT=true
Contributed-by: Trustin Lee, Aleksandar Antok (fontfix patch from 
https://gist.github.com/aleksandara/2963640)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1338897

Title:
  Broken fonts after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/1338897/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777425]

2013-10-09 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.3/jdk?cmd=changeset;node=7764e0491978
author: andrew
date: Tue Oct 08 16:37:50 2013 +0100

PR1400: Menu of maximized AWT window not working in Mate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777425

Title:
  Menus unusable with gnome3 when windows maximised

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/777425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777425]

2013-10-09 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-forest-2.4/jdk?cmd=changeset;node=e4ea4c3db76c
author: andrew
date: Tue Oct 08 16:37:50 2013 +0100

PR1400: Menu of maximized AWT window not working in Mate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777425

Title:
  Menus unusable with gnome3 when windows maximised

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/777425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777425]

2013-10-09 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7-forest/jdk?cmd=changeset;node=0ff397456868
author: andrew
date: Tue Oct 08 16:37:50 2013 +0100

PR1400: Menu of maximized AWT window not working in Mate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777425

Title:
  Menus unusable with gnome3 when windows maximised

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/777425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 850433]

2013-01-28 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea6?cmd=changeset;node=bc8359665940
author: Andrew John Hughes gnu.and...@redhat.com
date: Tue Jan 22 13:53:18 2013 +

JamVM PR1155: Do not put version number in libjvm.so SONAME

2012-09-25  Xerxes Ranby  xer...@zafena.se

JamVM
PR1155: Do not put version number in libjvm.so SONAME
* NEWS: Updated.
* Makefile.am
(JAMVM_VERSION): Updated JamVM to 2012-09-25 revision.
(JAMVM_SHA256SUM): Updated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850433

Title:
  java -jamvm fails to run; couldn't open libjava.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/850433/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 850433]

2012-10-04 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea7?cmd=changeset;node=1603e47bf631
author: Xerxes Ranby xer...@zafena.se
date: Tue Sep 25 14:34:52 2012 +0200

JamVM PR1155: Do not put version number in libjvm.so SONAME

2012-09-25  Xerxes Ranby  xer...@zafena.se

JamVM
PR1155: Do not put version number in libjvm.so SONAME
* NEWS: Updated.
* Makefile.am
(JAMVM_VERSION): Updated JamVM to 2012-09-25 revision.
(JAMVM_SHA256SUM): Updated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850433

Title:
  java -jamvm fails to run; couldn't open libjava.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/850433/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 850433]

2012-10-04 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/release/icedtea7-2.3?cmd=changeset;node=b5dcc4ea49a8
author: Xerxes Ranby xer...@zafena.se
date: Wed Sep 26 12:05:38 2012 +0200

JamVM PR1155: Do not put version number in libjvm.so SONAME

2012-09-26  Xerxes Ranby  xer...@zafena.se

JamVM
PR1155: Do not put version number in libjvm.so SONAME
* NEWS: Updated.
* Makefile.am
(JAMVM_VERSION): Updated JamVM to 2012-09-25 revision.
(JAMVM_SHA256SUM): Updated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850433

Title:
  java -jamvm fails to run; couldn't open libjava.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/850433/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 883598]

2012-09-02 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea-web?cmd=changeset;node=e7d3c75b2656
author: Adam Domurad adomu...@redhat.com
date: Tue Aug 28 14:32:12 2012 -0400

Reproducer for PR920, linkage error sometimes occurs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883598

Title:
  Various applets don't load in browser but work in appletviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/883598/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 883598]

2012-09-02 Thread Mercurial
details: 
http://icedtea.classpath.org//hg/icedtea-web?cmd=changeset;node=855087771e7e
author: Adam Domurad adomu...@redhat.com
date: Tue Aug 28 14:36:06 2012 -0400

Fix for PR920: Classes attempted to load twice when class
extends from outside jar

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883598

Title:
  Various applets don't load in browser but work in appletviewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/icedtea/+bug/883598/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs