Changeset: cdeb4234136d
Author:dbuck
Date: 2012-04-25 04:47 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/cdeb4234136d
7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size
limit issue)
Summary: Changed so that jcmd breaks input into individua
Changeset: 8bbe659db11e
Author:dbuck
Date: 2012-11-21 06:59 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/8bbe659db11e
7198904: (alt-rt) TreeMap.clone is broken
Summary: Test case for cr7198904. Issue only found in OracleJDK, but test case
is valid for OpenJDK as we
Changeset: d54b3da964d7
Author:vkempik
Date: 2013-09-25 17:35 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/d54b3da964d7
6889597: TEST_BUG: javax/management/remote/mandatory/URLTest.java test should
be updated in jdk7 Workspace
Reviewed-by: alanb
! test/javax/manag
Changeset: 8755db523adc
Author:vkempik
Date: 2014-03-25 14:11 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/8755db523adc
8036786: Update jdk7 testlibrary to match jdk8
Summary: Update testlibrary in jdk7, cumulative backport
Reviewed-by: alanb, sla
+ test/lib/testli
Changeset: 726e38af4020
Author:sla
Date: 2014-01-28 09:33 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/726e38af4020
7142035: assert in j.l.instrument agents during shutdown when daemon thread is
running
Reviewed-by: sla
Contributed-by: sunny.c...@gs.com
! src/shar
Changeset: a40c5b54f6b3
Author:kevinw
Date: 2014-04-02 18:40 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/a40c5b54f6b3
8033696: "assert(thread != NULL) failed: just checking" due to
Thread::current() and JNI pthread interaction
Reviewed-by: dholmes, dsamersoff
Changeset: 5232427d7b5c
Author:vkempik
Date: 2014-04-09 18:27 +0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/5232427d7b5c
8039368: Remove testcase from npt utf.c
Reviewed-by: dsamersoff, sla
! src/share/npt/utf.c
Changeset: cfea5eeb3a76
Author:sgabdura
Date: 2014-04-18 08:08 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/cfea5eeb3a76
8040664: Revert temporary fix JDK-8038785
Reviewed-by: kvn
! src/share/vm/opto/parse1.cpp
Changeset: 3a2cedafb805
Author:sgabdura
Date:
Changeset: 4cf0cf96701d
Author:sgabdura
Date: 2014-04-25 10:00 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/4cf0cf96701d
8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(! had_error)
failed: bad dominance
Summary: add missing is_mem() check when w
Changeset: 8f307c808d96
Author:vkempik
Date: 2014-04-25 13:59 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/8f307c808d96
8024677: [TESTBUG] Move tests for classes in /testlibrary
Reviewed-by: kvn, ctornqvi
+ test/testlibrary_tests/AssertsTest.java
+ test/testlib
Changeset: 5b145ed10803
Author:vkempik
Date: 2013-08-22 11:52 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/5b145ed10803
7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris
8023393: Need to suppress info message if -Xcheck:jni used with libjsig
Hi,
Seeking approval to push the following small change in an error message.
80244250 [1] is not a problem in JDK 8 and 9 due to the fix for [2],
but still occurs in JDK 7.
Webrev:http://cr.openjdk.java.net/~anoll/8042250/webrev.00/
Change has received an email Review and approval from kvn, t
Changeset: d29bba282b08
Author:kevinw
Date: 2014-05-06 16:15 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/d29bba282b08
8042250: Misleading command line output for ReservedCodeCacheSize validation
Reviewed-by: kvn
! src/share/vm/runtime/arguments.cpp
Vote: yes
On 30/04/14 16:08, Alexander Potochkin wrote:
I hereby nominate Vladimir Kempik to jdk7u Committer.
Vladimir is a member of the Java SE JVM sustaining team.
He has spent most of that time working on the hotspot and
serviceability issues.
He has contributed 10 changes to jdk7u so f
Changeset: 80218f5d83ec
Author:sgabdura
Date: 2014-05-12 12:23 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/80218f5d83ec
8039298: assert(base == NULL || t_adr->isa_rawptr() || !
phase->type(base)->higher_equal(TypePtr::NULL_PTR))
Summary: Convert the assert int
Vote: yes
On 12/05/14 18:01, Alexander Potochkin wrote:
I hereby nominate Sergey Gabdurakhmanov to jdk7u Committer.
Sergey is a member of the Java SE JVM sustaining team.
He has spent most of that time working on the hotspot and serviceability
issues.
He has contributed 11 changes to jdk7u so
Hi,
Please approve a simple backport of this hotspot fix that's in 9 and 8u.
bug:
https://bugs.openjdk.java.net/browse/JDK-8049684
7u webrev:
http://cr.openjdk.java.net/~kevinw/8049684/7u/
The 8u changeset imports cleanly into 7u/hotspot:
http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/fd9
Changeset: f0769f0382d7
Author:kevinw
Date: 2014-07-21 10:40 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/f0769f0382d7
8049684: pstack crashes on java core dump
Reviewed-by: sundar, sspitsyn
! src/os/bsd/dtrace/libjvm_db.c
! src/os/solaris/dtrace/libjvm_db.c
Hi,
Please approve this backport into 7u of changes to speed up access to
the classloader. There are hotspot and JDK components. Changes have
been in jdk9 for nearly 2 months, these for 7u are almost identical to
the 8u push which went in more recently.
bug:
https://bugs.openjdk.java.net/
Changeset: ac93f5941f48
Author:coleenp
Date: 2014-09-12 14:36 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/ac93f5941f48
6642881: Improve performance of Class.getClassLoader()
Summary: Add classLoader to java/lang/Class instance for fast access
Reviewed-by: fparain,
Changeset: e47086077559
Author:coleenp
Date: 2014-09-12 14:41 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/e47086077559
6642881: Improve performance of Class.getClassLoader()
Summary: Add classLoader to java/lang/Class instance for fast access
Reviewed-by: fpara
Changeset: 5d839e60d9f5
Author:aeriksso
Date: 2014-10-09 16:21 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/5d839e60d9f5
8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on
all platforms
Reviewed-by: sla, alanb
! make/bsd/makefiles/map
Changeset: d0f1aec5c8b4
Author:aeriksso
Date: 2014-10-09 16:20 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/d0f1aec5c8b4
6461635: [TESTBUG] BasicTests.sh test fails intermittently
Summary: Transform dummy class instead of BigInteger to avoid complication by
-Xshare
code looks good.
Coleen
On 10/13/14, 4:49 AM, Kevin Walls wrote:
Hi,
This is already in 8u, I'd like to get a review of this backport for
7u, as it isn't quite the same as the original fix.
webrev
http://cr.openjdk.java.net/~kevinw/8058927/webrev.00/
bug
https://bugs.openjdk.java.ne
Changeset: 8209313924a6
Author:kevinw
Date: 2014-10-17 12:34 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/8209313924a6
8058927: ATG throws ClassNotFoundException
Reviewed-by: coleenp
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/oops/arrayKlass.cpp
!
Hi,
I'd like to request approval to push this small proactive change to a
test into
http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot
The test contains an embedded utf8 character, to test a jmap/SA heap
dumping fix. The test is not broken here in 7u-dev, but in another
clone I saw this c
Changeset: 318d0a0b46da
Author:ccheung
Date: 2013-08-26 14:11 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/318d0a0b46da
8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
Summary: removed offending EXCEPTION_MARK calls and code cleanup
Kevin
Forwarded Message
Subject: Re: RFR: 8042235: redefining method used by multiple
MethodHandles crashes VM
Date: Wed, 14 Jan 2015 14:06:35 -0800
From: serguei.spit...@oracle.com
To: Kevin Walls , Coleen Phillimore
, hotspot-runtime-...@openjdk.java.net
Looks good
Thanks!
Changeset: e99b6986875c
Author:kevinw
Date: 2015-01-15 09:12 +
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/e99b6986875c
8042235: redefining method used by multiple MethodHandles crashes VM
Reviewed-by: coleenp, sspitsyn
! src/share/vm/classfile/javaClasses.cpp
!
30 matches
Mail list logo