/hg/release/icedtea6-1.11: 5 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Jan 20 00:52:39 PST 2014
changeset 407a06b6d350 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=407a06b6d350
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 07:16:23 2014 +0000
S7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8
S6763340: memory leak in com.sun.corba.se.* classes
S6873605: Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04
S6980681: CORBA deadlock in Java SE believed to be related to CR 6238477
2012-10-30 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am: Add new patches.
* NEWS: List new backports.
* patches/openjdk/6763340-corba_memory_leak.patch,
* patches/openjdk/6980681-corba_deadlock.patch,
* patches/openjdk/7162902-corba_fixes.patch:
Add a series of CORBA backports, already applied
to the proprietary JDK6 release.
* patches/traceable.patch: Fix
GenerateBreakIteratorData tool so that crashes
have stack traces.
changeset 42ad2c13804d in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=42ad2c13804d
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 07:58:58 2014 +0000
Update pre-generated CORBA files from latest build.
2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
* generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
* generated/com/sun/corba/se/impl/logging/IORSystemException.java,
* generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java,
* generated/com/sun/corba/se/impl/logging/LogStrings.properties,
* generated/com/sun/corba/se/impl/logging/NamingSystemException.java,
* generated/com/sun/corba/se/impl/logging/OMGSystemException.java,
* generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java,
* generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource,
* generated/com/sun/corba/se/impl/logging/POASystemException.java,
* generated/com/sun/corba/se/impl/logging/UtilSystemException.java:
Update from latest build, following CORBA changes.
changeset f49400e164aa in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=f49400e164aa
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 08:34:11 2014 +0000
Enhanced garbage collection dtrace/systemtap instrumentation.
2012-11-01 Lukas Berk <lberk at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Add patches/systemtap.patch.
(EXTRA_DIST): Add tapset/hotspot_gc.stp.in.
(add-systemtap): Build tapset/hotspot_gc.stp.
(add-systemtap-debug): Likewise.
(add-systemtap-ecj): Likewise.
* configure.ac: Generate tapset/hotspot_gc.stp.
* patches/systemtap_gc.patch:
Add Garbage Collection dtrace/systemtap probes to hotspot.
* tapset/hotspot_gc.stp.in:
Systemtap tapset allowing use of GC probes more comfortablely.
changeset cc6317dd8081 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=cc6317dd8081
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 21 19:56:33 2013 +0000
Only copy tz.properties if the destination exists. Do it verbosely.
2013-01-14 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
(add-tzdata-support): Only copy tz.properties if
destination exists. Do it verbosely.
(clean-add-tzdata-support): Only remove tz.properties
if present and do so verbosely.
(add-tzdata-support-debug): Same as add-tzdata-support
but for debug.
(clean-add-tzdata-support-debug): Same as
clean-add-tzdata-support but for debug.
(add-tzdata-support-ecj): Same as add-tzdata-support
but for bootstrap.
(clean-add-tzdata-support-ecj): Same as
clean-add-tzdata-support but for bootstrap.
changeset c982036ea4b3 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=c982036ea4b3
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 08:52:16 2014 +0000
Fix TCK regression caused by backport of 7162902.
2013-08-28 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Add new backport.
* patches/openjdk/6893617-cnctx_always_uses_default_orb.patch:
Fixes TCK regression caused by 7162902.
diffstat:
ChangeLog | 66 +-
Makefile.am | 49 +-
NEWS | 4 +
configure.ac | 1 +
generated/com/sun/corba/se/impl/logging/ActivationSystemException.java | 2 +-
generated/com/sun/corba/se/impl/logging/IORSystemException.java | 2 +-
generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java | 2 +-
generated/com/sun/corba/se/impl/logging/LogStrings.properties | 16 +
generated/com/sun/corba/se/impl/logging/NamingSystemException.java | 2 +-
generated/com/sun/corba/se/impl/logging/OMGSystemException.java | 2 +-
generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java | 478 ++-
generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource | 16 +
generated/com/sun/corba/se/impl/logging/POASystemException.java | 2 +-
generated/com/sun/corba/se/impl/logging/UtilSystemException.java | 2 +-
patches/openjdk/6763340-corba_memory_leak.patch | 409 +
patches/openjdk/6893617-cnctx_always_uses_default_orb.patch | 234 +
patches/openjdk/6980681-corba_deadlock.patch | 69 +
patches/openjdk/7162902-corba_fixes.patch | 2258 ++++++++++
patches/systemtap_gc.patch | 369 +
patches/traceable.patch | 12 +
tapset/hotspot_gc.stp.in | 534 ++
21 files changed, 4510 insertions(+), 19 deletions(-)
diffs (truncated from 4800 to 500 lines):
diff -r a3249839270a -r c982036ea4b3 ChangeLog
--- a/ChangeLog Wed Jan 15 12:52:12 2014 -0500
+++ b/ChangeLog Mon Jan 20 08:52:16 2014 +0000
@@ -1,3 +1,67 @@
+2013-08-28 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add new backport.
+ * patches/openjdk/6893617-cnctx_always_uses_default_orb.patch:
+ Fixes TCK regression caused by 7162902.
+
+2013-01-14 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * Makefile.am:
+ (add-tzdata-support): Only copy tz.properties if
+ destination exists. Do it verbosely.
+ (clean-add-tzdata-support): Only remove tz.properties
+ if present and do so verbosely.
+ (add-tzdata-support-debug): Same as add-tzdata-support
+ but for debug.
+ (clean-add-tzdata-support-debug): Same as
+ clean-add-tzdata-support but for debug.
+ (add-tzdata-support-ecj): Same as add-tzdata-support
+ but for bootstrap.
+ (clean-add-tzdata-support-ecj): Same as
+ clean-add-tzdata-support but for bootstrap.
+
+2012-11-01 Lukas Berk <lberk at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add patches/systemtap.patch.
+ (EXTRA_DIST): Add tapset/hotspot_gc.stp.in.
+ (add-systemtap): Build tapset/hotspot_gc.stp.
+ (add-systemtap-debug): Likewise.
+ (add-systemtap-ecj): Likewise.
+ * configure.ac: Generate tapset/hotspot_gc.stp.
+ * patches/systemtap_gc.patch:
+ Add Garbage Collection dtrace/systemtap probes to hotspot.
+ * tapset/hotspot_gc.stp.in:
+ Systemtap tapset allowing use of GC probes more comfortablely.
+
+2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/IORSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/LogStrings.properties,
+ * generated/com/sun/corba/se/impl/logging/NamingSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/OMGSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java,
+ * generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource,
+ * generated/com/sun/corba/se/impl/logging/POASystemException.java,
+ * generated/com/sun/corba/se/impl/logging/UtilSystemException.java:
+ Update from latest build, following CORBA changes.
+
+2012-10-30 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am: Add new patches.
+ * NEWS: List new backports.
+ * patches/openjdk/6763340-corba_memory_leak.patch,
+ * patches/openjdk/6980681-corba_deadlock.patch,
+ * patches/openjdk/7162902-corba_fixes.patch:
+ Add a series of CORBA backports, already applied
+ to the proprietary JDK6 release.
+ * patches/traceable.patch: Fix
+ GenerateBreakIteratorData tool so that crashes
+ have stack traces.
+
2014-01-15 Omair Majid <omajid at redhat.com>
* Makefile (SECURITY_PATCHES): Add patches.
@@ -37,7 +101,7 @@
2014-01-10 Omair Majid <omajid at redhat.com>
- * patches/nss-not-enabled-config.patch: Fix path
+ * patches/nss-not-enabled-config.patch: Fix path
to java.security.
2013-11-13 Andrew John Hughes <gnu.andrew at redhat.com>
diff -r a3249839270a -r c982036ea4b3 Makefile.am
--- a/Makefile.am Wed Jan 15 12:52:12 2014 -0500
+++ b/Makefile.am Mon Jan 20 08:52:16 2014 +0000
@@ -808,7 +808,12 @@
patches/openjdk/7038711-fix_no-clobber_usage.patch \
patches/disable-cc-incompatible-sanity-checks.patch \
patches/rh995488-rhel_tz_fix.patch \
- patches/openjdk/8025255-tzdata2013g.patch
+ patches/openjdk/8025255-tzdata2013g.patch \
+ patches/openjdk/6763340-corba_memory_leak.patch \
+ patches/openjdk/6980681-corba_deadlock.patch \
+ patches/openjdk/7162902-corba_fixes.patch \
+ patches/traceable.patch \
+ patches/openjdk/6893617-cnctx_always_uses_default_orb.patch
if WITH_RHINO
ICEDTEA_PATCHES += \
@@ -841,6 +846,7 @@
if ENABLE_SYSTEMTAP
ICEDTEA_PATCHES += patches/systemtap.patch \
+ patches/systemtap_gc.patch \
patches/systemtap-gcc-4.5.patch \
patches/systemtap-alloc-size-workaround.patch
endif
@@ -1026,6 +1032,7 @@
autogen.sh \
tapset/hotspot.stp.in \
tapset/hotspot_jni.stp.in \
+ tapset/hotspot_gc.stp.in \
scripts/jni_create_stap.c \
scripts/jni_desc \
rewriter/agpl-3.0.txt \
@@ -1794,6 +1801,9 @@
< $(abs_top_builddir)/tapset/hotspot.stp \
> $(BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
+ < $(abs_top_builddir)/tapset/hotspot_gc.stp \
+ > $(BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_gc.stp; \
+ sed -e '/\/client\/libjvm.so/d' \
< $(abs_top_builddir)/tapset/hotspot_jni.stp \
> $(BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_jni.stp; \
else \
@@ -1825,6 +1835,8 @@
else \
cp $(abs_top_builddir)/tapset/hotspot.stp \
$(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot.stp; \
+ cp $(abs_top_builddir)/tapset/hotspot_gc.stp \
+ $(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_gc.stp; \
cp $(abs_top_builddir)/tapset/hotspot_jni.stp \
$(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_jni.stp; \
fi
@@ -1909,24 +1921,32 @@
stamps/add-tzdata-support.stamp: stamps/icedtea.stamp
if WITH_TZDATA_DIR
- cp $(abs_top_builddir)/tz.properties \
- $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib
+ if [ -e $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib ] ; then \
+ cp -v $(abs_top_builddir)/tz.properties \
+ $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib ; \
+ fi
endif
touch stamps/add-tzdata-support.stamp
clean-add-tzdata-support:
- rm -f $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties
+ if [ -e $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties ] ; then \
+ rm -vf $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties ; \
+ fi
rm -f stamps/add-tzdata-support.stamp
stamps/add-tzdata-support-debug.stamp: stamps/icedtea-debug.stamp
if WITH_TZDATA_DIR
- cp $(abs_top_builddir)/tz.properties \
- $(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib;
+ if [ -e $(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib ] ; then \
+ cp -v $(abs_top_builddir)/tz.properties \
+ $(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib; \
+ fi
endif
touch stamps/add-tzdata-support-debug.stamp
clean-add-tzdata-support-debug:
- rm -f $(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties
+ if [ -e $(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties ] ; then \
+ rm -vf $(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties ; \
+ fi
rm -f stamps/add-tzdata-support-debug.stamp
# OpenJDK ecj Targets
@@ -1966,11 +1986,16 @@
< $(abs_top_builddir)/tapset/hotspot.stp \
> $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
+ < $(abs_top_builddir)/tapset/hotspot_gc.stp \
+ > $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_gc.stp; \
+ sed -e '/\/client\/libjvm.so/d' \
< $(abs_top_builddir)/tapset/hotspot_jni.stp \
> $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_jni.stp; \
else \
cp $(abs_top_builddir)/tapset/hotspot.stp \
$(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot.stp; \
+ cp $(abs_top_builddir)/tapset/hotspot_gc.stp \
+ $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_gc.stp; \
cp $(abs_top_builddir)/tapset/hotspot_jni.stp \
$(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/tapset/hotspot_jni.stp; \
fi
@@ -2020,13 +2045,17 @@
stamps/add-tzdata-support-ecj.stamp: stamps/icedtea-ecj.stamp
if WITH_TZDATA_DIR
- cp $(abs_top_builddir)/tz.properties \
- $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib;
+ if [ -e $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib ] ; then \
+ cp -v $(abs_top_builddir)/tz.properties \
+ $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib; \
+ fi
endif
touch stamps/add-tzdata-support-ecj.stamp
clean-add-tzdata-support-ecj:
- rm -f $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties
+ if [ -e $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties ] ; then \
+ rm -vf $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties ; \
+ fi
rm -f stamps/add-tzdata-support-ecj.stamp
# Rebuild targets
diff -r a3249839270a -r c982036ea4b3 NEWS
--- a/NEWS Wed Jan 15 12:52:12 2014 -0500
+++ b/NEWS Mon Jan 20 08:52:16 2014 +0000
@@ -47,7 +47,11 @@
* Bug fixes
- S8026826: JDK 7 fix for 8010935 broke the build
* Backports
+ - S6763340: memory leak in com.sun.corba.se.* classes
+ - S6873605: Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04
+ - S6980681: CORBA deadlock in Java SE believed to be related to CR 6238477
- S6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
+ - S7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8
New in release 1.11.14 (2013-11-13):
diff -r a3249839270a -r c982036ea4b3 configure.ac
--- a/configure.ac Wed Jan 15 12:52:12 2014 -0500
+++ b/configure.ac Mon Jan 20 08:52:16 2014 +0000
@@ -307,6 +307,7 @@
AC_CONFIG_FILES([tapset/hotspot.stp])
AC_CONFIG_FILES([tapset/hotspot_jni.stp])
AC_CONFIG_FILES([tapset/jstack.stp])
+ AC_CONFIG_FILES([tapset/hotspot_gc.stp])
fi
dnl Check for libpng headers and libraries.
diff -r a3249839270a -r c982036ea4b3 generated/com/sun/corba/se/impl/logging/ActivationSystemException.java
--- a/generated/com/sun/corba/se/impl/logging/ActivationSystemException.java Wed Jan 15 12:52:12 2014 -0500
+++ b/generated/com/sun/corba/se/impl/logging/ActivationSystemException.java Mon Jan 20 08:52:16 2014 +0000
@@ -1,7 +1,7 @@
// Log wrapper class for Sun private system exceptions in group ACTIVATION
//
// Generated by MC.java version 1.0, DO NOT EDIT BY HAND!
-// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Activation.mc on Fri Dec 05 17:29:35 GMT 2008
+// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Activation.mc on Wed Oct 31 09:48:31 GMT 2012
package com.sun.corba.se.impl.logging ;
diff -r a3249839270a -r c982036ea4b3 generated/com/sun/corba/se/impl/logging/IORSystemException.java
--- a/generated/com/sun/corba/se/impl/logging/IORSystemException.java Wed Jan 15 12:52:12 2014 -0500
+++ b/generated/com/sun/corba/se/impl/logging/IORSystemException.java Mon Jan 20 08:52:16 2014 +0000
@@ -1,7 +1,7 @@
// Log wrapper class for Sun private system exceptions in group IOR
//
// Generated by MC.java version 1.0, DO NOT EDIT BY HAND!
-// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/IOR.mc on Fri Dec 05 17:29:35 GMT 2008
+// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/IOR.mc on Wed Oct 31 09:48:31 GMT 2012
package com.sun.corba.se.impl.logging ;
diff -r a3249839270a -r c982036ea4b3 generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java
--- a/generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java Wed Jan 15 12:52:12 2014 -0500
+++ b/generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java Mon Jan 20 08:52:16 2014 +0000
@@ -1,7 +1,7 @@
// Log wrapper class for Sun private system exceptions in group INTERCEPTORS
//
// Generated by MC.java version 1.0, DO NOT EDIT BY HAND!
-// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Interceptors.mc on Fri Dec 05 17:29:35 GMT 2008
+// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Interceptors.mc on Wed Oct 31 09:48:31 GMT 2012
package com.sun.corba.se.impl.logging ;
diff -r a3249839270a -r c982036ea4b3 generated/com/sun/corba/se/impl/logging/LogStrings.properties
--- a/generated/com/sun/corba/se/impl/logging/LogStrings.properties Wed Jan 15 12:52:12 2014 -0500
+++ b/generated/com/sun/corba/se/impl/logging/LogStrings.properties Mon Jan 20 08:52:16 2014 +0000
@@ -241,6 +241,7 @@
ORBUTIL.isLocalRequiresStub="IOP01210243: (BAD_OPERATION) Call to StubAdapter.isLocal did not pass a stub"
ORBUTIL.requestRequiresStub="IOP01210244: (BAD_OPERATION) Call to StubAdapter.request did not pass a stub"
ORBUTIL.badActivateTieCall="IOP01210245: (BAD_OPERATION) Call to StubAdapter.activateTie did not pass a valid Tie"
+ORBUTIL.ioExceptionOnClose="IOP01210246: (BAD_OPERATION) Useless exception on call to Closeable.close()"
ORBUTIL.nullParam="IOP00110201: (BAD_PARAM) Null parameter"
ORBUTIL.unableFindValueFactory="IOP00110202: (BAD_PARAM) Unable to find value factory"
ORBUTIL.abstractFromNonAbstract="IOP00110203: (BAD_PARAM) Abstract interface derived from non-abstract interface"
@@ -421,6 +422,21 @@
ORBUTIL.javaStreamInitFailed="IOP00710295: (INTERNAL) Java stream initialization failed"
ORBUTIL.duplicateOrbVersionServiceContext="IOP00710296: (INTERNAL) An ORBVersionServiceContext was already in the service context list"
ORBUTIL.duplicateSendingContextServiceContext="IOP00710297: (INTERNAL) A SendingContextServiceContext was already in the service context list"
+ORBUTIL.workQueueThreadInterrupted="IOP00710298: (INTERNAL) Worker Thread from thread pool {0} was interrupted: closeCalled is {1}."
+ORBUTIL.workerThreadCreated="IOP00710304: (INTERNAL) Worker thread {0} has been created with ClassLoader {1}"
+ORBUTIL.workerThreadThrowableFromRequestWork="IOP00710309: (INTERNAL) Worker thread {0} caught throwable {1} when requesting work from work queue {2}."
+ORBUTIL.workerThreadNotNeeded="IOP00710310: (INTERNAL) Worker thread {0} will exit; current thread count, {1}, greater than minunum worker threads needed, {2}."
+ORBUTIL.workerThreadDoWorkThrowable="IOP00710311: (INTERNAL) Worker thread {0} caught throwable {1} while executing work."
+ORBUTIL.workerThreadCaughtUnexpectedThrowable="IOP00710312: (INTERNAL) Worker thread {0} caught unexpected throwable {1}."
+ORBUTIL.workerThreadCreationFailure="IOP00710313: (INTERNAL) Worker thread creation failure; cause {0}."
+ORBUTIL.workerThreadSetNameFailure="IOP00710314: (INTERNAL) Unable to set worker thread {0} name to {1}; cause {2}."
+ORBUTIL.workQueueRequestWorkNoWorkFound="IOP00710316: (INTERNAL) Ignoring unexpected {0} when retrieving of work from work queue, {1}."
+ORBUTIL.threadPoolCloseError="IOP00710326: (INTERNAL) Error in closing ThreadPool"
+ORBUTIL.threadGroupIsDestroyed="IOP00710327: (INTERNAL) ThreadGroup {0} is already destroyed: can't destroy it"
+ORBUTIL.threadGroupHasActiveThreadsInClose="IOP00710328: (INTERNAL) ThreadGroup {0} has {1} active threads: destroy may cause exception"
+ORBUTIL.threadGroupHasSubGroupsInClose="IOP00710329: (INTERNAL) ThreadGroup {0} has {1} sub-thread groups: destroy may cause exception"
+ORBUTIL.threadGroupDestroyFailed="IOP00710330: (INTERNAL) ThreadGroup {0} could not be destroyed"
+ORBUTIL.interruptedJoinCallWhileClosingThreadPool="IOP00710331: (INTERNAL) Join was interrupted on thread {0} while closing ThreadPool {1}"
ORBUTIL.chunkOverflow="IOP00810201: (MARSHAL) Data read past end of chunk without closing the chunk"
ORBUTIL.unexpectedEof="IOP00810202: (MARSHAL) Grow buffer strategy called underflow handler"
ORBUTIL.readObjectException="IOP00810203: (MARSHAL) Error in reading marshalled object"
diff -r a3249839270a -r c982036ea4b3 generated/com/sun/corba/se/impl/logging/NamingSystemException.java
--- a/generated/com/sun/corba/se/impl/logging/NamingSystemException.java Wed Jan 15 12:52:12 2014 -0500
+++ b/generated/com/sun/corba/se/impl/logging/NamingSystemException.java Mon Jan 20 08:52:16 2014 +0000
@@ -1,7 +1,7 @@
// Log wrapper class for Sun private system exceptions in group NAMING
//
// Generated by MC.java version 1.0, DO NOT EDIT BY HAND!
-// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Naming.mc on Fri Dec 05 17:29:35 GMT 2008
+// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Naming.mc on Wed Oct 31 09:48:31 GMT 2012
package com.sun.corba.se.impl.logging ;
diff -r a3249839270a -r c982036ea4b3 generated/com/sun/corba/se/impl/logging/OMGSystemException.java
--- a/generated/com/sun/corba/se/impl/logging/OMGSystemException.java Wed Jan 15 12:52:12 2014 -0500
+++ b/generated/com/sun/corba/se/impl/logging/OMGSystemException.java Mon Jan 20 08:52:16 2014 +0000
@@ -1,7 +1,7 @@
// Log wrapper class for standard exceptions
//
// Generated by MC.java version 1.0, DO NOT EDIT BY HAND!
-// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/OMG.mc on Fri Dec 05 17:29:35 GMT 2008
+// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/OMG.mc on Wed Oct 31 09:48:31 GMT 2012
package com.sun.corba.se.impl.logging ;
diff -r a3249839270a -r c982036ea4b3 generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java
--- a/generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java Wed Jan 15 12:52:12 2014 -0500
+++ b/generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java Mon Jan 20 08:52:16 2014 +0000
@@ -1,7 +1,7 @@
// Log wrapper class for Sun private system exceptions in group ORBUTIL
//
// Generated by MC.java version 1.0, DO NOT EDIT BY HAND!
-// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc on Fri Dec 05 17:29:35 GMT 2008
+// Generated from input file ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc on Wed Oct 31 09:48:32 GMT 2012
package com.sun.corba.se.impl.logging ;
@@ -1089,6 +1089,34 @@
return badActivateTieCall( CompletionStatus.COMPLETED_NO, null ) ;
}
+ public static final int IO_EXCEPTION_ON_CLOSE = SUNVMCID.value + 246 ;
+
+ public BAD_OPERATION ioExceptionOnClose( CompletionStatus cs, Throwable t ) {
+ BAD_OPERATION exc = new BAD_OPERATION( IO_EXCEPTION_ON_CLOSE, cs ) ;
+ if (t != null)
+ exc.initCause( t ) ;
+
+ if (logger.isLoggable( Level.FINE )) {
+ Object[] parameters = null ;
+ doLog( Level.FINE, "ORBUTIL.ioExceptionOnClose",
+ parameters, ORBUtilSystemException.class, exc ) ;
+ }
+
+ return exc ;
+ }
+
+ public BAD_OPERATION ioExceptionOnClose( CompletionStatus cs ) {
+ return ioExceptionOnClose( cs, null ) ;
+ }
+
+ public BAD_OPERATION ioExceptionOnClose( Throwable t ) {
+ return ioExceptionOnClose( CompletionStatus.COMPLETED_NO, t ) ;
+ }
+
+ public BAD_OPERATION ioExceptionOnClose( ) {
+ return ioExceptionOnClose( CompletionStatus.COMPLETED_NO, null ) ;
+ }
+
///////////////////////////////////////////////////////////
// BAD_PARAM
///////////////////////////////////////////////////////////
@@ -6236,6 +6264,454 @@
return duplicateSendingContextServiceContext( CompletionStatus.COMPLETED_NO, null ) ;
}
+ public static final int WORK_QUEUE_THREAD_INTERRUPTED = SUNVMCID.value + 298 ;
+
+ public INTERNAL workQueueThreadInterrupted( CompletionStatus cs, Throwable t, Object arg0, Object arg1) {
+ INTERNAL exc = new INTERNAL( WORK_QUEUE_THREAD_INTERRUPTED, cs ) ;
+ if (t != null)
+ exc.initCause( t ) ;
+
+ if (logger.isLoggable( Level.FINE )) {
+ Object[] parameters = new Object[2] ;
+ parameters[0] = arg0 ;
+ parameters[1] = arg1 ;
+ doLog( Level.FINE, "ORBUTIL.workQueueThreadInterrupted",
+ parameters, ORBUtilSystemException.class, exc ) ;
+ }
+
+ return exc ;
+ }
+
+ public INTERNAL workQueueThreadInterrupted( CompletionStatus cs, Object arg0, Object arg1) {
+ return workQueueThreadInterrupted( cs, null, arg0, arg1 ) ;
+ }
+
+ public INTERNAL workQueueThreadInterrupted( Throwable t, Object arg0, Object arg1) {
+ return workQueueThreadInterrupted( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
+ }
+
+ public INTERNAL workQueueThreadInterrupted( Object arg0, Object arg1) {
+ return workQueueThreadInterrupted( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
+ }
+
+ public static final int WORKER_THREAD_CREATED = SUNVMCID.value + 304 ;
+
+ public INTERNAL workerThreadCreated( CompletionStatus cs, Throwable t, Object arg0, Object arg1) {
+ INTERNAL exc = new INTERNAL( WORKER_THREAD_CREATED, cs ) ;
+ if (t != null)
+ exc.initCause( t ) ;
+
+ if (logger.isLoggable( Level.FINE )) {
+ Object[] parameters = new Object[2] ;
+ parameters[0] = arg0 ;
+ parameters[1] = arg1 ;
+ doLog( Level.FINE, "ORBUTIL.workerThreadCreated",
+ parameters, ORBUtilSystemException.class, exc ) ;
+ }
+
+ return exc ;
+ }
+
+ public INTERNAL workerThreadCreated( CompletionStatus cs, Object arg0, Object arg1) {
+ return workerThreadCreated( cs, null, arg0, arg1 ) ;
+ }
+
+ public INTERNAL workerThreadCreated( Throwable t, Object arg0, Object arg1) {
+ return workerThreadCreated( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
+ }
+
+ public INTERNAL workerThreadCreated( Object arg0, Object arg1) {
+ return workerThreadCreated( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
+ }
+
+ public static final int WORKER_THREAD_THROWABLE_FROM_REQUEST_WORK = SUNVMCID.value + 309 ;
+
+ public INTERNAL workerThreadThrowableFromRequestWork( CompletionStatus cs, Throwable t, Object arg0, Object arg1, Object arg2) {
+ INTERNAL exc = new INTERNAL( WORKER_THREAD_THROWABLE_FROM_REQUEST_WORK, cs ) ;
+ if (t != null)
+ exc.initCause( t ) ;
+
+ if (logger.isLoggable( Level.FINE )) {
+ Object[] parameters = new Object[3] ;
+ parameters[0] = arg0 ;
+ parameters[1] = arg1 ;
+ parameters[2] = arg2 ;
+ doLog( Level.FINE, "ORBUTIL.workerThreadThrowableFromRequestWork",
+ parameters, ORBUtilSystemException.class, exc ) ;
+ }
+
+ return exc ;
+ }
+
+ public INTERNAL workerThreadThrowableFromRequestWork( CompletionStatus cs, Object arg0, Object arg1, Object arg2) {
+ return workerThreadThrowableFromRequestWork( cs, null, arg0, arg1, arg2 ) ;
+ }
+
+ public INTERNAL workerThreadThrowableFromRequestWork( Throwable t, Object arg0, Object arg1, Object arg2) {
+ return workerThreadThrowableFromRequestWork( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
+ }
+
+ public INTERNAL workerThreadThrowableFromRequestWork( Object arg0, Object arg1, Object arg2) {
+ return workerThreadThrowableFromRequestWork( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
+ }
+
+ public static final int WORKER_THREAD_NOT_NEEDED = SUNVMCID.value + 310 ;
+
+ public INTERNAL workerThreadNotNeeded( CompletionStatus cs, Throwable t, Object arg0, Object arg1, Object arg2) {
+ INTERNAL exc = new INTERNAL( WORKER_THREAD_NOT_NEEDED, cs ) ;
+ if (t != null)
+ exc.initCause( t ) ;
+
+ if (logger.isLoggable( Level.FINE )) {
+ Object[] parameters = new Object[3] ;
+ parameters[0] = arg0 ;
+ parameters[1] = arg1 ;
+ parameters[2] = arg2 ;
+ doLog( Level.FINE, "ORBUTIL.workerThreadNotNeeded",
+ parameters, ORBUtilSystemException.class, exc ) ;
+ }
+
+ return exc ;
+ }
+
+ public INTERNAL workerThreadNotNeeded( CompletionStatus cs, Object arg0, Object arg1, Object arg2) {
+ return workerThreadNotNeeded( cs, null, arg0, arg1, arg2 ) ;
+ }
+
+ public INTERNAL workerThreadNotNeeded( Throwable t, Object arg0, Object arg1, Object arg2) {
+ return workerThreadNotNeeded( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
+ }
+
+ public INTERNAL workerThreadNotNeeded( Object arg0, Object arg1, Object arg2) {
+ return workerThreadNotNeeded( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
+ }
More information about the distro-pkg-dev
mailing list