From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- .../lib/javax/management/openmbean/ArrayType.class | Bin 0 -> 9867 bytes .../lib/javax/management/openmbean/CompositeData.class | Bin 0 -> 595 bytes .../openmbean/CompositeDataInvocationHandler.class | Bin 0 -> 2879 bytes .../management/openmbean/CompositeDataSupport.class | Bin 0 -> 5710 bytes .../lib/javax/management/openmbean/CompositeType.class | Bin 0 -> 5233 bytes .../javax/management/openmbean/InvalidKeyException.class | Bin 0 -> 563 bytes .../management/openmbean/InvalidOpenTypeException.class | Bin 0 -> 578 bytes .../management/openmbean/KeyAlreadyExistsException.class | Bin 0 -> 581 bytes .../javax/management/openmbean/OpenDataException.class | Bin 0 -> 551 bytes .../management/openmbean/OpenMBeanAttributeInfo.class | Bin 0 -> 380 bytes .../openmbean/OpenMBeanAttributeInfoSupport.class | Bin 0 -> 8111 bytes .../management/openmbean/OpenMBeanConstructorInfo.class | Bin 0 -> 373 bytes .../openmbean/OpenMBeanConstructorInfoSupport.class | Bin 0 -> 2540 bytes .../lib/javax/management/openmbean/OpenMBeanInfo.class | Bin 0 -> 568 bytes .../management/openmbean/OpenMBeanInfoSupport.class | Bin 0 -> 3313 bytes .../management/openmbean/OpenMBeanOperationInfo.class | Bin 0 -> 548 bytes .../openmbean/OpenMBeanOperationInfoSupport.class | Bin 0 -> 3841 bytes .../management/openmbean/OpenMBeanParameterInfo.class | Bin 0 -> 793 bytes .../openmbean/OpenMBeanParameterInfoSupport.class | Bin 0 -> 7528 bytes .../lib/javax/management/openmbean/OpenType.class | Bin 0 -> 3588 bytes .../lib/javax/management/openmbean/SimpleType.class | Bin 0 -> 4795 bytes .../lib/javax/management/openmbean/TabularData.class | Bin 0 -> 966 bytes .../javax/management/openmbean/TabularDataSupport.class | Bin 0 -> 8271 bytes .../lib/javax/management/openmbean/TabularType.class | Bin 0 -> 3850 bytes 24 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/javax/management/openmbean/ArrayType.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/CompositeData.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/CompositeDataInvocationHandler.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/CompositeDataSupport.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/CompositeType.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/InvalidKeyException.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/InvalidOpenTypeException.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/KeyAlreadyExistsException.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenDataException.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfo.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfoSupport.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfo.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfoSupport.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfo.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfoSupport.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfo.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfoSupport.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfo.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfoSupport.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/OpenType.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/SimpleType.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/TabularData.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/TabularDataSupport.class create mode 100644 libjava/classpath/lib/javax/management/openmbean/TabularType.class (limited to 'libjava/classpath/lib/javax/management/openmbean') diff --git a/libjava/classpath/lib/javax/management/openmbean/ArrayType.class b/libjava/classpath/lib/javax/management/openmbean/ArrayType.class new file mode 100644 index 000000000..4f1b3656e Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/ArrayType.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/CompositeData.class b/libjava/classpath/lib/javax/management/openmbean/CompositeData.class new file mode 100644 index 000000000..94cf24ec7 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/CompositeData.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/CompositeDataInvocationHandler.class b/libjava/classpath/lib/javax/management/openmbean/CompositeDataInvocationHandler.class new file mode 100644 index 000000000..3531ed5d0 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/CompositeDataInvocationHandler.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/CompositeDataSupport.class b/libjava/classpath/lib/javax/management/openmbean/CompositeDataSupport.class new file mode 100644 index 000000000..ea38f78ee Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/CompositeDataSupport.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/CompositeType.class b/libjava/classpath/lib/javax/management/openmbean/CompositeType.class new file mode 100644 index 000000000..9404e76d6 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/CompositeType.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/InvalidKeyException.class b/libjava/classpath/lib/javax/management/openmbean/InvalidKeyException.class new file mode 100644 index 000000000..6b0b1fec5 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/InvalidKeyException.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/InvalidOpenTypeException.class b/libjava/classpath/lib/javax/management/openmbean/InvalidOpenTypeException.class new file mode 100644 index 000000000..4fba7ac43 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/InvalidOpenTypeException.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/KeyAlreadyExistsException.class b/libjava/classpath/lib/javax/management/openmbean/KeyAlreadyExistsException.class new file mode 100644 index 000000000..7ec6ca786 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/KeyAlreadyExistsException.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenDataException.class b/libjava/classpath/lib/javax/management/openmbean/OpenDataException.class new file mode 100644 index 000000000..076ed20e9 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenDataException.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfo.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfo.class new file mode 100644 index 000000000..0ac220955 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfo.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfoSupport.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfoSupport.class new file mode 100644 index 000000000..27ec44ab0 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanAttributeInfoSupport.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfo.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfo.class new file mode 100644 index 000000000..2a6a62650 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfo.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfoSupport.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfoSupport.class new file mode 100644 index 000000000..edbde5648 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanConstructorInfoSupport.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfo.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfo.class new file mode 100644 index 000000000..8d04a395e Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfo.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfoSupport.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfoSupport.class new file mode 100644 index 000000000..32a250b35 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanInfoSupport.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfo.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfo.class new file mode 100644 index 000000000..3dc9e0a25 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfo.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfoSupport.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfoSupport.class new file mode 100644 index 000000000..53e0fd084 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanOperationInfoSupport.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfo.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfo.class new file mode 100644 index 000000000..304612604 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfo.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfoSupport.class b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfoSupport.class new file mode 100644 index 000000000..1a89639dd Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenMBeanParameterInfoSupport.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/OpenType.class b/libjava/classpath/lib/javax/management/openmbean/OpenType.class new file mode 100644 index 000000000..24152712d Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/OpenType.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/SimpleType.class b/libjava/classpath/lib/javax/management/openmbean/SimpleType.class new file mode 100644 index 000000000..d61fccc31 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/SimpleType.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/TabularData.class b/libjava/classpath/lib/javax/management/openmbean/TabularData.class new file mode 100644 index 000000000..3526546b3 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/TabularData.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/TabularDataSupport.class b/libjava/classpath/lib/javax/management/openmbean/TabularDataSupport.class new file mode 100644 index 000000000..8437c101f Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/TabularDataSupport.class differ diff --git a/libjava/classpath/lib/javax/management/openmbean/TabularType.class b/libjava/classpath/lib/javax/management/openmbean/TabularType.class new file mode 100644 index 000000000..ddb15b723 Binary files /dev/null and b/libjava/classpath/lib/javax/management/openmbean/TabularType.class differ -- cgit v1.2.3