/hg/release/icedtea7-2.2: 6 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed May 30 17:59:47 PDT 2012
changeset d1be68ac65c5 in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=d1be68ac65c5
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 30 22:34:45 2012 +0100
Sync changesets/checksums to 2.2 forest tag.
2012-05-30 Andrew John Hughes <ahughes at redhat.com>
Include 2.2 tag.
* Makefile.am:
(CORBA_CHANGESET): Update to 2.2 forest head.
(HOTSPOT_CHANGESET): Likewise.
(JAXP_CHANGESET): Likewise.
(JAXWS_CHANGESET): Likewise.
(JDK_CHANGESET): Likewise.
(LANGTOOLS_CHANGESET): Likewise.
(OPENJDK_CHANGESET): Likewise.
(CORBA_SHA256SUM): Likewise.
(HOTSPOT_SHA256SUM): Likewise.
(JAXP_SHA256SUM): Likewise.
(JAXWS_SHA256SUM): Likewise.
(JDK_SHA256SUM): Likewise.
(LANGTOOLS_SHA256SUM): Likewise.
(OPENJDK_SHA256SUM): Likewise.
changeset 842df9bcefbd in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=842df9bcefbd
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 30 22:01:15 2012 +0100
Fix make distcheck broken by addition of SystemTap tests.
2012-05-30 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
(EXTRA_DIST): Add test/tapset.
(clean-tests): Add clean-jtreg-reports.
(clean-local): Remove clean-jtreg-reports.
(clean-jtreg): Remove test/jtreg if empty.
changeset 6ab510483077 in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=6ab510483077
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 30 23:20:07 2012 +0100
List forest changes in NEWS.
2012-05-30 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Update with changes in
the forest.
changeset 6e616621a65e in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=6e616621a65e
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 30 23:21:53 2012 +0100
Set version to 2.2 and set release date of 2.2.
2012-05-30 Andrew John Hughes <ahughes at redhat.com>
* configure.ac: Set to 2.2 proper.
* NEWS: Set release date of 2.2
changeset 2833d66bbe16 in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=2833d66bbe16
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu May 31 01:20:52 2012 +0100
Fix OPENJDK_VERSION to match forest being compiled.
2012-05-30 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
(OPENJDK_VERSION): Bump to b21 (latest in
2.2 tree).
changeset c91bd5e54f2c in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=c91bd5e54f2c
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu May 31 01:59:41 2012 +0100
Added tag icedtea-2.2 for changeset 2833d66bbe16
diffstat:
.hgtags | 1 +
ChangeLog | 43 +++
Makefile.am | 41 ++-
NEWS | 653 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
configure.ac | 2 +-
5 files changed, 719 insertions(+), 21 deletions(-)
diffs (truncated from 824 to 500 lines):
diff -r 099cd72b4611 -r c91bd5e54f2c .hgtags
--- a/.hgtags Wed May 23 19:59:19 2012 +0100
+++ b/.hgtags Thu May 31 01:59:41 2012 +0100
@@ -33,3 +33,4 @@
e4c9d9bd4a99ee2993e6737a84ccb9792fa7c4d1 icedtea-2.0-branchpoint
d35c742babc02eb874684ea7cb647ef5eda55c75 icedtea-2.1-branchpoint
2917541bbda4f6745b157f39d7bd39472cae5235 icedtea-2.2-branchpoint
+2833d66bbe167cb9e184a67559aec7ae655f9e75 icedtea-2.2
diff -r 099cd72b4611 -r c91bd5e54f2c ChangeLog
--- a/ChangeLog Wed May 23 19:59:19 2012 +0100
+++ b/ChangeLog Thu May 31 01:59:41 2012 +0100
@@ -1,3 +1,46 @@
+2012-05-30 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (OPENJDK_VERSION): Bump to b21 (latest in
+ 2.2 tree).
+
+2012-05-30 Andrew John Hughes <ahughes at redhat.com>
+
+ * configure.ac: Set to 2.2 proper.
+ * NEWS: Set release date of 2.2
+
+2012-05-30 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Update with changes in
+ the forest.
+
+2012-05-30 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (EXTRA_DIST): Add test/tapset.
+ (clean-tests): Add clean-jtreg-reports.
+ (clean-local): Remove clean-jtreg-reports.
+ (clean-jtreg): Remove test/jtreg if empty.
+
+2012-05-30 Andrew John Hughes <ahughes at redhat.com>
+
+ Include 2.2 tag.
+ * Makefile.am:
+ (CORBA_CHANGESET): Update to 2.2 forest head.
+ (HOTSPOT_CHANGESET): Likewise.
+ (JAXP_CHANGESET): Likewise.
+ (JAXWS_CHANGESET): Likewise.
+ (JDK_CHANGESET): Likewise.
+ (LANGTOOLS_CHANGESET): Likewise.
+ (OPENJDK_CHANGESET): Likewise.
+ (CORBA_SHA256SUM): Likewise.
+ (HOTSPOT_SHA256SUM): Likewise.
+ (JAXP_SHA256SUM): Likewise.
+ (JAXWS_SHA256SUM): Likewise.
+ (JDK_SHA256SUM): Likewise.
+ (LANGTOOLS_SHA256SUM): Likewise.
+ (OPENJDK_SHA256SUM): Likewise.
+
2012-05-23 Andrew John Hughes <ahughes at redhat.com>
Use 2.2 forest.
diff -r 099cd72b4611 -r c91bd5e54f2c Makefile.am
--- a/Makefile.am Wed May 23 19:59:19 2012 +0100
+++ b/Makefile.am Thu May 31 01:59:41 2012 +0100
@@ -1,24 +1,24 @@
# Dependencies
-OPENJDK_VERSION = b13
+OPENJDK_VERSION = b21
JDK_UPDATE_VERSION = 04
COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(OPENJDK_VERSION)
-CORBA_CHANGESET = b165245a9c91
-HOTSPOT_CHANGESET = b11130d646c2
-JAXP_CHANGESET = a98d6a2f14a1
-JAXWS_CHANGESET = 78ae35b1ed35
-JDK_CHANGESET = ca871dbdbd7b
-LANGTOOLS_CHANGESET = 2176128e2f57
-OPENJDK_CHANGESET = 8beaec91886d
+CORBA_CHANGESET = 3231f3e9c517
+HOTSPOT_CHANGESET = bfe5efd70bce
+JAXP_CHANGESET = 0036fe6fe7dc
+JAXWS_CHANGESET = abfb890c262a
+JDK_CHANGESET = 839d0155f7cc
+LANGTOOLS_CHANGESET = f855bdb37537
+OPENJDK_CHANGESET = 49a6fc8f712f
-CORBA_SHA256SUM = 51d173f91fd719ead1a7e9ba37a58601c6bc294e45274b0d00e7691faa73a3f8
-HOTSPOT_SHA256SUM = f1295ad94fd3e5ba3a880703ce97b2e4274c4c3b0fc7f23ef9a3eb9de3043d31
-JAXP_SHA256SUM = 16e23d8a721fa7e5fc0ca4c83f8a0cc300a2b6f2682597b48e31ca18d2e05ae3
-JAXWS_SHA256SUM = ab49c561624694504aeafe0996a760c577b50c21c89eb741932e3ec22c0ec426
-JDK_SHA256SUM = 0db1a01ce9035032854c6f8d76403d4edf8bb76f0afa31377f400063f4a18df8
-LANGTOOLS_SHA256SUM = b277f274fe5c830dbb735d0193bdb739bd4d716c00891cc1e58c25a0dd97c567
-OPENJDK_SHA256SUM = 087ff5687b568ab2395eedef1310edd940259425ce385573ccb2c0406db13062
+CORBA_SHA256SUM = 9e26ea18aff308f636199e9cd822a1af078570221e8b76bbce1dea90d8ac6274
+HOTSPOT_SHA256SUM = 86d2f78025d5781222bcab985b93c97af7a114bdf7ac03b2a7abf7e0fce8a514
+JAXP_SHA256SUM = 245b30d3ac0fe45aa4c2a3d451029107b16fd0b74830d432b45448676aa86ee2
+JAXWS_SHA256SUM = e800972666fadd0235d9a4d30df7778ec502a4761dc33467e9c80fffc6289c8a
+JDK_SHA256SUM = 19dbbf2e370ee89703305c561b3fdd174e949b041484ab515138b72d16fbd7e7
+LANGTOOLS_SHA256SUM = d46ab00352ee74b9d18e5daf38a10f6a31288e38583675c2b2eb58a16e154d19
+OPENJDK_SHA256SUM = 26b9a5b546dfa66ae070ed7863a6580e054d7c5691472273540009cf3f172b54
CACAO_VERSION = a567bcb7f589
CACAO_SHA256SUM = d49f79debc131a5694cae6ab3ba2864e7f3249ee8d9dc09aae8afdd4dc6b09f9
@@ -724,7 +724,7 @@
scripts/jni_desc \
rewriter/agpl-3.0.txt \
$(REWRITER_SRCS) \
- THANKYOU
+ THANKYOU test/tapset
# Top-Level Targets
# =================
@@ -733,14 +733,14 @@
check-local: jtregcheck check-tapset
-clean-tests: clean-jtreg clean-tapset-report
+clean-tests: clean-jtreg clean-tapset-report clean-jtreg-reports
if [ $(abs_top_srcdir) != $(abs_top_builddir) ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
-clean-local: clean-tests clean-jtreg-reports clean-pulse-java \
+clean-local: clean-tests clean-pulse-java \
clean-icedtea clean-icedtea-boot clean-clone clean-clone-boot \
clean-bootstrap-directory-stage1 clean-bootstrap-directory-stage2 \
clean-bootstrap-directory-symlink-stage1 clean-bootstrap-directory-symlink-stage2 \
@@ -2228,6 +2228,11 @@
clean-jtreg:
rm -rf test/jtreg/classes
+ if [ $(abs_top_srcdir) != $(abs_top_builddir) ] ; then \
+ if [ -e test/jtreg ] ; then \
+ rmdir test/jtreg ; \
+ fi ; \
+ fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
diff -r 099cd72b4611 -r c91bd5e54f2c NEWS
--- a/NEWS Wed May 23 19:59:19 2012 +0100
+++ b/NEWS Thu May 31 01:59:41 2012 +0100
@@ -10,14 +10,13 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 2.2 (2012-XX-XX):
+New in release 2.2 (2012-05-30):
* Bug fixes
- PR885: IcedTea7 does not build scripting support
- Support glib >= 2.32.
- Fix build on GCC 4.7.
- Allow downloading to be disabled.
- - Generalise new ucrypto cryptography tests.
- Stop libraries being stripped in the OpenJDK build.
- PR817: Support kernels that require PaX marking on the JDK binaries.
* PulseAudio
@@ -35,6 +34,656 @@
- Change symbolOopDesc to Symbol to accomodate S6990754.
- Add tapset tests.
- jstaptest.pl: thread_start and stop thread id can be any positive number.
+* OpenJDK
+ - Don't create debuginfo files if not stripping.
+ - Fix bug whereby JPEG_LIBS were not set by jdk_generic_profile.sh
+ - Generalise ucrypto cryptography tests.
+ - Make {HOST,BUILD}_{GCC,CPP} work again, post build-infra changes. Rename {HOST_BUILD}_CPP to {HOST_BUILD}_CXX.
+ - Sync JAXP 1.4.5 update 1 for 7u4 to existing sources
+ - Remove duplicate JAXP sources from upstream and move our JAXP sources into same position.
+ - Normalise whitespace following test changes.
+ - Rename GIO typedef header to avoid conflicts with system GIO header pulled in by Gtk+.
+ - Skip wrap mode tests if wrap mode is not available.
+ - Zero fails to build in hsx22+, fix for hsx22 after runs gamma OK, hsx23 still nogo.
+ - Support systems with outdated versions of gio 2.0.
+ - Turn off strict aliasing for ExtensionSubtables.cpp
+ - S6205776: Some KeyboardFocusManager methods are unsafe
+ - S6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
+ - S6351654: (tz) java.util.TimeZone.setDefault() should be controlled by a security manager
+ - S6484965: G1: piggy-back liveness accounting phase on marking
+ - S6484982: G1: process references during evacuation pauses
+ - S6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
+ - S6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
+ - S6636110: unaligned stackpointer leads to crash during deoptimization
+ - S6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
+ - S6679764: enable parallel compaction by default
+ - S6802962: java/awt/FontClass/CreateFont/fileaccess/FontFile.java failed on 5u8b01 and 6u13b01
+ - S6865265: JVM crashes with "missing exception handler" error
+ - S6868690: TEST:java/awt/FontClass/CreateFont/BigFont.java test should be modified in jdk7&8 to run via jtreg
+ - S6879539: enable empty password support for pkcs12 keystore
+ - S6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
+ - S6890673: Eliminate allocations immediately after EA
+ - S6972759: Step over not working after thrown exception and Pop
+ - S6976060: G1: humongous object allocations should initiate marking cycles when necessary
+ - S7003454: order constants in constant table by number of references in code
+ - S7003595: IncompatibleClassChangeError with unreferenced local class with subclass
+ - S7005808: G1: re-enable ReduceInitialCardMarks for G1
+ - S7009098: SA cannot open core files larger than 2GB on Linux 32-bit
+ - S7010561: Tab text position with Synth based LaF is different to Java 5/6
+ - S7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
+ - S7013347: allow crypto functions to be called inline to enhance performance
+ - S7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException
+ - S7021322: assert(object_end <= top()) failed: Object crosses promotion LAB boundary
+ - S7022100: Method annotations are incorrectly set when redefining classes
+ - S7022407: Spinning CPU in LocaleObjectCache.get()
+ - S7027061: Testcase failure: java/util/Locale/Bug6989440.java - java.util.ConcurrentModificationException
+ - S7030453: JSR 292 ClassValue.get method is too slow
+ - S7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
+ - S7045132: sun.security.util.Resources_pt_BR.java translation error
+ - S7045232: G1: pool names are inconsistent with other collectors (don't have 'Space')
+ - S7046238: new InitialContext(); hangs
+ - S7046929: tools/javac/api/T6397104.java fails
+ - S7047200: keytool safe store
+ - S7050298: ARM: SIGSEGV in JNIHandleBlock::allocate_handle
+ - S7051189: Need to suppress info message if -xcheck:jni used with libjsig.so
+ - S7051769: java.text.Bidi.toString() output is wrong
+ - S7053252: New regression test does not compile on windows-amd64
+ - S7053556: An implementation-specific feature in Oracle's JAXP: to allow disable the use of services mechanism
+ - S7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces
+ - S7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
+ - S7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
+ - S7059019: G1: add G1 support to the SA
+ - S7059039: EA: don't change non-escaping state of NULL pointer
+ - S7059047: EA: can't find initializing store with several CheckCastPP
+ - S7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV
+ - S7064302: JDK7 build 147 crashed after testing my java 6-compiled web app
+ - S7064927: retransformClasses() does not pass in LocalVariableTable of a method
+ - S7066129: GarbageCollectorMXBean#getLastGcInfo leaks native memory
+ - S7068215: G1: Print reference processing time during remark
+ - S7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked
+ - S7069991: Setup make/jprt.properties files for jdk8
+ - S7071311: Decoder enhancement
+ - S7073906: Locale.getDefault() returns wrong Locale for Java SE 7
+ - S7075646: G1: fix inconsistencies in the monitoring data
+ - S7076523: TEST_BUG: test/java/net/NetworkInterface/NetParamsTest.java can fail with NPE
+ - S7077172: KerberosTime does not take into account system clock adjustement
+ - S7077312: Provide a CALL effect for instruct declaration in the ad file
+ - S7077640: gss wrap for cfx doesn't handle rrc != 0
+ - S7077646: gssapi wrap for CFX per-message tokens always set FLAG_ACCEPTOR_SUBKEY
+ - S7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init
+ - S7078460: JDialog is shown as separate icon on the taskbar
+ - S7078465: G1: Don't use the undefined value (-1) for the G1 old memory pool max size
+ - S7078816: /test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failure
+ - S7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
+ - S7079904: corba issue
+ - S7080203: JTree.getSelectionPaths() now returns empty array instead of null
+ - S7081670: Disposing an AppContext can lead to a spinning EventDispatchThread
+ - S7081783: jarsigner error when no $HOME/.keystore
+ - S7081842: assert(Compile::current()->unique() < (uint)MaxNodeLimit) failed: Node limit exceeded
+ - S7081933: Use zeroing elimination optimization for large array
+ - S7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
+ - S7082294: nsk/regression/b4265661 crashes on windows
+ - S7082299: AtomicReferenceArray should ensure that array is Object[]
+ - S7082443: JComboBox not backward compatible (with Java 6)
+ - S7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11
+ - S7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
+ - S7085024: internal error; cannot instantiate Foo
+ - S7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
+ - S7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
+ - S7086586: Inference producing null type argument
+ - S7086595: Error message bug: name of initializer is 'null'
+ - S7086601: Error message bug: cause for method mismatch is 'null'
+ - S7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use
+ - S7088367: JavaSound security issue (12865443)
+ - S7088680: G1: Cleanup in the G1CollectorPolicy class
+ - S7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
+ - S7089790: integrate bsd-port changes
+ - S7089889: Krb5LoginModule.login() throws an exception if used without a keytab
+ - S7090832: Some locale info are not localized for some languages.
+ - S7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop
+ - S7090968: Allow adlc register class to depend on runtime conditions
+ - S7090976: Eclipse/CDT causes a JVM crash while indexing C++ code
+ - S7091003: ScheduledExecutorService never executes Runnable with corePoolSize of zero
+ - S7091032: G1: assert failure when NewRatio is used
+ - S7091366: re-enable quicksort tests
+ - S7091388: Regular unexplained npe's from corba libs after few days
+ - S7091417: recvfrom's 6th input should be of type socklen_t
+ - S7091545: hs23 - set hotspot version & build number
+ - S7091764: Tiered: enable aastore profiling
+ - S7092236: java/util/EnumSet/EnumSetBash.java fails
+ - S7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output
+ - S7092245: G1: Wrong format specifier in G1PrintRegionLivenessInfo header output
+ - S7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
+ - S7092309: G1: introduce old region set
+ - S7092412: G1: Some roots not marked during an initial mark that gets an evacuation failure
+ - S7092627: use agentvm mode instead of samevm in regtests
+ - S7092712: JSR 292: unloaded invokedynamic call sites can lead to a crash with signature types not on BCP
+ - S7092744: XMLEncoder fails to encode and breaks backward compatibility
+ - S7092825: javax.crypto.Cipher.Transform.patternCache is synchronizedMap and became scalability bottleneck.
+ - S7093090: Reduce synchronization in java.security.Policy.getPolicyNoCheck
+ - S7093690: JSR292: SA-JDI AssertionFailure: Expected raw sp likely got real sp, value was
+ - S7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
+ - S7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM
+ - S7094377: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps.
+ - S7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
+ - S7095236: G1: _markedRegions never contains NULL regions
+ - S7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
+ - S7095949: java/net/URLConnection/RedirectLimit.java and Redirect307Test fail intermittently
+ - S7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
+ - S7096010: c2: running with +PrintOptoAssembly crashes the VM when $constanttablebase is used
+ - S7096016: SA build still produces "arg list too long" errors
+ - S7096030: G1: PrintGCDetails enhancements
+ - S7096124: Bump the hs23 build number to 02
+ - S7096278: Update the VM name to indicate it is an embedded build
+ - S7096366: PPC: corruption of floating-point values with DeoptimizeALot
+ - S7096639: Tiered: Incorrect counter overflow handling for inlined methods
+ - S7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class
+ - S7097048: G1: extend the G1 SA changes to print per-heap space information
+ - S7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054
+ - S7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
+ - S7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range.
+ - S7097546: Optimize use of CMOVE instructions
+ - S7097586: G1: improve the per-space output when using jmap -heap
+ - S7097679: Tiered: events with bad bci to Gotos reduced from Ifs
+ - S7098085: G1: partially-young GCs not initiated under certain circumstances
+ - S7098194: integrate macosx-port changes
+ - S7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76
+ - S7098528: crash with java -XX:+ExtendedDTraceProbes
+ - S7098530: tools/javac/javazip/Test.sh can fail on Windows
+ - S7099017: jdk7u2-dev does not build
+ - S7099228: Use a PKCS11 config attribute to control encoding of an EC point
+ - S7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
+ - S7099658: Properties.loadFromXML fails with ClassCastException
+ - S7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
+ - S7099824: G1: we should take the pending list lock before doing the remark pause
+ - S7099849: G1: include heap region information in hs_err files
+ - S7100165: JSR 292: leftover printing code in methodHandleWalk.cpp
+ - S7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
+ - S7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
+ - S7101096: Bump the hs23 build number to 03
+ - S7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
+ - S7101882: 2 tests fail in 7u4 workspace with new inference change
+ - S7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
+ - S7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
+ - S7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely
+ - S7102776: Pack instanceKlass boolean fields into single u1 field
+ - S7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
+ - S7103261: crash with jittester on sparc
+ - S7103380: assertion failure with -XX:+PrintNativeNMethods
+ - S7103619: Bump the hs23 build number to 04
+ - S7103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,bool)+0x97
+ - S7103784: enable some flags by default
+ - S7104173: sun/tools tests fail with debug build after 7012206
+ - S7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation
+ - S7104561: UseRDPCForConstantTableBase doesn't work after shorten branches changes
+ - S7104625: sun.awt.X11.XEvent is creating 600 MB of char[] for no good reason
+ - S7104647: Adding a diagnostic command framework
+ - S7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer
+ - S7105040: [macosx] closed/javax/swing/JPopupMenu/4966112/bug4966112.java deadlocks on MacOS
+ - S7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
+ - S7105275: wrong tag added to jdk7u master repos
+ - S7105305: assert check_method_context proper context
+ - S7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"
+ - S7105529: XAWT: Optimize getFieldsAsString() methods generated by WrapperGenerator
+ - S7105605: Use EA info to optimize pointers compare
+ - S7105611: Set::print() is broken
+ - S7105890: closed/javax/swing/JScrollBar/4708809/bug4708809.java deadlocks on MacOS
+ - S7106024: CMS: Removed unused code for precleaning in remark phase
+ - S7106092: Bump the hs23 build number to 05
+ - S7106277: Brokenness in the seqNumberOverflow of MAC
+ - S7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
+ - S7106766: Move the precompiled header from the src/share/vm directory
+ - S7106773: 512 bits RSA key cannot work with SHA384 and SHA512
+ - S7106774: JSR 292: nightly test inlineMHTarget fails with wrong result
+ - S7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java
+ - S7106944: assert(_pc == *pc_addr) failed may be too strong
+ - S7107042: assert(no_dead_loop) failed: dead loop detected
+ - S7107063: Fork hs22.1 hsx from hs22.0 for 7u3 and reinitialize build number
+ - S7107099: JScrollBar does not show up even if there are enough lebgth of textstring in textField
+ - S7107585: Test incorrect calculate position of object on frame
+ - S7108242: jinfo -permstat shouldn't report interned strings as part of perm
+ - S7108264: Fix for 7104173 is insufficient
+ - S7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not
+ - S7108553: Bump the hs23 build number to 06
+ - S7109063: JSR 292: fix for 7085860 is incomplete
+ - S7109085: Test use hotkeys not intended for Mac
+ - S7109092: Wrong computation results with double at armsflt
+ - S7109617: Test was writed for Metal L&F but not set it
+ - S7109837: Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
+ - S7109885: security baseline for 7u2 or above is not set correctly
+ - S7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot
+ - S7109962: [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS
+ - S7110017: is_headless_jre should be updated to reflect the new location of awt toolkit libraries
+ - S7110058: change default for ScavengeRootsInCode to 2
+ - S7110104: It should be possible to stop and start JMX Agent at runtime
+ - S7110152: assert(size_in_words <= (julong)max_jint) failed: no overflow
+ - S7110173: GCNotifier::pushNotification publishes stale data.
+ - S7110190: GCCause::to_string missing case for _adaptive_size_policy
+ - S7110428: Crash during HeapDump operation
+ - S7110440: closed/javax/swing/JScrollBar/4865918/bug4865918.java fails on Aqua L&F
+ - S7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable
+ - S7110586: C2 generates incorrect results
+ - S7110700: Enhance exception throwing mechanism in ObjectStreamClass
+ - S7110718: -XX:MarkSweepAlwaysCompactCount=0 crashes the JVM
+ - S7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
+ - S7110824: ctw/jarfiles/GUI3rdParty_jar/ob_mask_DateField crashes VM
+ - S7110832: ctw/.../org_apache_avalon_composition_util_StringHelper crashes the VM
+ - S7111138: delete the obsolete flag -XX:+UseRicochetFrames
+ - S7111795: G1: Various cleanups identified during walk through of changes for 6484965
+ - S7111903: (tz) Windows-only: tzmappings needs update for KB2570791
+ - S7112034: Parallel CMS fails to properly mark reference objects
+ - S7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks
+ - S7112298: remove security baseline sanity check
+ - S7112308: Fix Visual Studio build for precompiled header
+ - S7112413: JVM Crash, possibly GC-related
+ - S7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
+ - S7112642: Incorrect checking for graphics rendering object
+ - S7112743: G1: Reduce overhead of marking closure during evacuation pauses
+ - S7112854: [macosx] closed/javax/swing/JPopupMenu/Test6827786.java unstable on MacOS
+ - S7112925: closed/javax/swing/JTabbedPane/4624207/bug4624207.java fails on MacOS
+ - S7112931: closed/javax/swing/JTabbedPane/6416920/bug6416920.java fails on MacOS
+ - S7112997: Remove obsolete code ResetObjectsClosure and VerifyUpdateClosure
+ - S7113006: G1: excessive ergo output when an evac failure happens
+ - S7113012: G1: rename not-fully-young GCs as "mixed"
+ - S7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
+ - S7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
+ - S7113337: Swing closed test tries to click in the area reserved for resize by Mac OS X
+ - S7113349: Initial changset for Macosx port to jdk7u
+ - S7113503: Bump the hs23 build number to 07
+ - S7113740: hotspot_version file has wrong JDK_MINOR_VER
+ - S7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
+ - S7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now
+ - S7114303: G1: assert(_g1->mark_in_progress()) failed: shouldn't be here otherwise
+ - S7114376: Make system dictionary hashtable bucket array size configurable
+ - S7114611: (fs) DirectoryStream fails with SIGBUS on some embedded platforms, dirent alignment
+ - S7115199: Add event tracing hooks and Java Flight Recorder infrastructure
+ - S7115357: closed/javax/swing/JTable/6263446/bug6263446Table.java fails on MacOS
+ - S7115524: Regression: keytool -printcert -sslserver failure
+ - S7115586: (so) Suppress creation of SocketImpl in SocketAdaptor's constructor
+ - S7116050: C2/ARM: memory stomping error with DivideMcTests
+ - S7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
+ - S7116189: Export JVM_SetNativeThreadName from Hotspot
+ - S7116216: StackOverflow GC crash
+ - S7116384: backout the unallowed changes in the KeyboardFocusManager.java javadoc
+ - S7116452: Add support for AVX instructions
+ - S7116462: Bump the hs21.1 build number to 02
+ - S7116481: Commercial features in Hotspot must be gated by a switch
+ - S7116634: [macosx] closed/javax/swing/JTree/6263446/bug6263446Tree.java fails on MacOS
+ - S7116730: Revert 7116481: Commercial features in Hotspot must be gated by a switch
+ - S7116795: Tiered: enable by default for server
+ - S7117052: instanceKlass::_init_state can be u1 type
+ - S7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
+ - S7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)
+ - S7117303: VM uses non-monotonic time source and complains that it is non-monotonic
+ - S7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
+ - S7117469: Warning cleanup for j.u.Currency and j.u.Locale related classes
+ - S7117536: new hotspot build - hs23-b08
+ - S7117748: SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
+ - S7118094: Use of printf on Mac cannot accept format string starting with --
+ - S7118095: Add macosx targets to make/jprt.properties file
+ - S7118202: G1: eden size unnecessarily drops to a minimum
+ - S7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode
+ - S7118283: Better input parameter checking in zip file processing
+ - S7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
+ - S7118773: Fix jdk/test/makefile so it works on the mac
+ - S7118809: rcache deadlock
+ - S7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
+ - S7119027: G1: use atomics to update RS length / predict time of inc CSet
+ - S7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c
+ - S7119294: Two command line options cause JVM to crash
+ - S7119584: UseParallelGC barrier task can be overwritten.
+ - S7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop)
+ - S7119760: [macosx] The OpenGL queue flusher thread is created in the wrong thread group
+ - S7119908: G1: Cache CSet start region for each worker for subsequent reuse
+ - S7120038: G1: ParallelGCThreads==0 is broken
+ - S7120448: Fix FP values for compiled frames in frame::describe
+ - S7120450: complete information dumped by frame_describe
+ - S7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
+ - S7120511: Add diagnostic commands
+ - S7120869: javax/swing/JScrollBar/4708809/bug4708809.java fails on Windows
+ - S7120875: fix macos ipv6 issue and update multiple test scripts
+ - S7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type
+ - S7121110: JAXP 1.4.5 update 1 for 7u4
+ - S7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
+ - S7121140: Allocation paths require explicit memory synchronization operations for RMO systems
+ - S7121368: Remove jdbc-odbc bridge from macosx build
+ - S7121373: Clean up CollectedHeap::is_in
+ - S7121482: some sun/java2d and sun/awt tests failed with InvalidPipeException since 1.7.0_03b02, 6u31b02
+ - S7121496: G1: do the per-region evacuation failure handling work in parallel
+ - S7121547: G1: High number mispredicted branches while iterating over the marking bitmap
+ - S7121600: Instrumentation.redefineClasses() leaks class bytes
+ - S7121618: Change type of number of GC workers to unsigned int.
+ - S7121623: G1: always be able to reliably calculate the length of a forwarded chunked array
+ - S7121648: Use 3-operands SIMD instructions on x86 with AVX
+ - S7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F
+ - S7121961: javadoc is missing a resource property
+ - S7122001: new hotspot build - hs23-b09
+ - S7122054: (tz) Windows-only: tzmappings needs update for KB2633952
+ - S7122138: IAE thrown because Introspector ignores synthetic methods
+ - S7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
+ - S7122173: [macosx] Several Regression tests fail on MacOS
+ - S7122246: [macosx] JCK swing test CaretTests fails in b205
+ - S7122250: [macosx] mouseMoved Events test do not respond in JCK-runtime-7 interactive
+ - S7122253: Instrumentation.retransformClasses() leaks class bytes
+ - S7122256: scrollbar thumb is not full height in SThumbTest0001
+ - S7122780: (macosx) JVMTI Test DemoRun.java doesn't understand macosx .dylibs
+ - S7122794: (macosx) DatagramSocket.disconnect() not working
+ - S7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
+ - S7122880: Extend vendor-specific command interface to include manageable switches
+ - S7122939: TraceBytecodes broken with UseCompressedOops
+ - S7123022: Fixing some Mac sanity checks
More information about the distro-pkg-dev
mailing list