Leonid Romanov
63a30e3268
7185280: Jre7cert: focusgained does not get called for all focus req when do alt + tab
...
Reviewed-by: anthony
2012-10-09 18:00:58 +04:00
Lance Andersen
2a3853c1b9
7197395: Add @Deprecated to all deprecated methods to eliminate compiler warnings in JDBC
...
Reviewed-by: alanb, smarks
2012-10-09 08:58:27 -04:00
Alan Bateman
511c6abf08
7173494: some jdk tests are not run in test/Makefile
...
Reviewed-by: chegar, mchung, mduigou, iris
2012-10-09 13:28:32 +01:00
Alan Bateman
b807a9bf59
7173494: some jdk tests are not run in test/Makefile
...
Reviewed-by: chegar, mchung, mduigou, iris
2012-10-09 13:25:27 +01:00
Sean Coffey
fb1294fec5
7196533: TimeZone.getDefault() slow due to synchronization bottleneck
...
Reviewed-by: okutsu
2012-10-09 12:50:52 +01:00
Roland Westrelin
61eb5a0549
7054512: Compress class pointers after perm gen removal
...
Support of compress class pointers in the compilers.
Reviewed-by: kvn, twisti
2012-10-09 10:11:38 +02:00
Mark Wielaard
ec0a9ee8a6
8000622: Forgot to hg add and check in test for JDK-7170638
...
Add the test
Reviewed-by: coleenp, kamg
2012-10-09 02:42:16 -04:00
David Holmes
183fdef181
8000461: Top level build doesn't pass OPENJDK=true through to the hotspot build
...
Add OPENJDK to the COMMON_BUILD_ARGUMENTS
Reviewed-by: tbell
2012-10-09 02:08:54 -04:00
Rickard Bäckman
25e07fb041
Merge
2012-10-09 07:41:27 +02:00
Christian Thalinger
7162ad011c
8000263: JSR 292: signature types may appear to be unloaded
...
Reviewed-by: kvn, jrose
2012-10-08 17:04:00 -07:00
Yumin Qi
92e727c8e4
Merge
2012-10-08 16:59:44 -07:00
Yumin Qi
b2cf8c4cb0
8000332: SA ClassDump throws exception after permgen removal
...
In ClassWrite.writeFields(), fields count was mistakenly set to fields length which overflow the array index. Also removed a file which is leftover from 6879063 changeset.
Reviewed-by: coleenp, sspitsyn
2012-10-08 16:48:52 -07:00
Lana Steuck
babd792880
Merge
2012-10-08 15:40:27 -07:00
Lana Steuck
703702096b
Merge
2012-10-08 15:39:33 -07:00
Lana Steuck
e99b3f4ffe
Merge
2012-10-08 15:38:19 -07:00
Lana Steuck
e86fa474a7
Merge
2012-10-08 15:37:37 -07:00
Lana Steuck
6bf8610fc8
Merge
2012-10-08 15:36:02 -07:00
Vladimir Ivanov
b1d745897b
8000313: C2 should use jlong for 64bit values
...
Replace all occurrences of long with jlong in C2 code.
Reviewed-by: kvn, twisti
2012-10-08 13:02:13 -07:00
Mikael Gerdin
845106af13
8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file
...
Missing call to MetaspaceAux::print_on() in G1CollectedHeap::print_on().
Reviewed-by: azeemj, jmasa
2012-10-08 09:12:31 -07:00
Mark Wielaard
959d0a9ebb
7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field
...
Don't use HS_DTRACE_PROBE_CDECL_N and HS_DTRACE_PROBE_N directly.
Reviewed-by: coleenp, kamg, dholmes, sspitsyn
2012-10-08 09:18:54 -04:00
Weijun Wang
a5312cbadb
7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
...
Reviewed-by: mullan
2012-10-08 10:42:43 +08:00
Alan Bateman
18688c3a56
8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
...
Reviewed-by: mchung, forax
2012-10-06 13:56:16 +01:00
Maurizio Cimadamore
319150fde0
7177386: Add attribution support for method references
...
Add type-checking/lookup routines for method references
Reviewed-by: jjg, dlsmith
2012-10-06 10:35:38 +01:00
Kaushik Srenevasan
fd15ca5e44
7127708: G1: change task num types from int to uint in concurrent mark
...
Change the type of various task num fields, parameters etc to unsigned and rename them to be more consistent with the other collectors. Code changes were also reviewed by Vitaly Davidovich.
Reviewed-by: johnc
2012-10-06 01:17:44 -07:00
Vladimir Ivanov
2467d2f247
8000485: Hotspot build fails in Solaris Studio IDE when building dtrace
...
Prepend '.' to the existing native library path
Reviewed-by: kvn, sspitsyn
2012-10-05 19:44:49 -07:00
Vladimir Ivanov
81be4b2f15
8000232: NPG: SIGSEGV in Dependencies::DepStream::check_klass_dependency on solaris-x64
...
Move decoding into Dependencies::DepStream::argument, so no caller could see encoded context value (NULL) anymore.
Reviewed-by: twisti, kvn
2012-10-05 19:29:29 -07:00
Vladimir Ivanov
822deb6ee6
7177003: C1: LogCompilation support
...
Add LogCompilation support in C1 - both client and tiered mode.
Reviewed-by: twisti, kvn
2012-10-05 18:57:10 -07:00
Bhavesh Patel
83042670bb
4696488: javadoc doesn't handle UNC paths for destination directory
...
Reviewed-by: jjg
2012-10-05 14:21:09 -07:00
Bhavesh Patel
8949fccef9
7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked
...
Reviewed-by: jjg
2012-10-05 14:16:32 -07:00
Bhavesh Patel
b32f33b69a
7132631: The help-doc.html generates an invalid link to constant-values.html
...
Reviewed-by: jjg
2012-10-05 14:13:47 -07:00
Alejandro Murillo
9e9db7f831
8000498: new hotspot build - hs25-b05
...
Reviewed-by: jcoomes
2012-10-05 13:37:08 -07:00
Alejandro Murillo
10f5782aff
Added tag hs25-b04 for changeset 21b044417a2e
2012-10-05 13:28:17 -07:00
Alejandro Murillo
81a35920fd
Merge
2012-10-05 13:28:16 -07:00
Vladimir Kozlov
85e21b3a30
Merge
2012-10-05 10:03:56 -07:00
Naoto Sato
eeac68872b
7198834: HOST Adapter: one extra empty space in the end of the pattern string
...
Reviewed-by: okutsu
2012-10-05 09:57:50 -07:00
Jaroslav Bachorik
496da3014d
7195779: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently, NPE in tie class
...
Reviewed-by: alanb, coffeys
2012-10-05 15:08:10 +01:00
Maurizio Cimadamore
72f39bf20c
7177385: Add attribution support for lambda expressions
...
Add support for function descriptor lookup, functional interface inference and lambda expression type-checking
Reviewed-by: jjg, dlsmith
2012-10-05 14:35:24 +01:00
Vadim Pakhnushev
4e6d9a8f7e
8000176: Need automated test for checking scale quality
...
Reviewed-by: prr, bae
2012-10-05 16:21:01 +04:00
Naoto Sato
0dcbdaafba
Merge
2012-10-04 21:05:06 -07:00
Naoto Sato
efea116274
7200119: Collator.getAvailableLocales() doesn't return Locale.US
...
Reviewed-by: okutsu
2012-10-04 21:03:36 -07:00
David Holmes
5ad6116c61
Merge
2012-10-04 20:09:46 -04:00
David Holmes
363fac131c
7199186: runtime/7194254/Test7194254.java fails - wrong test name on @run
...
Reviewed-by: kvn, twisti
2012-10-04 19:52:09 -04:00
David Katleman
01465313ff
Added tag jdk8-b59 for changeset aded5e617602
2012-10-04 14:36:14 -07:00
David Katleman
ab2c8f811a
Added tag jdk8-b59 for changeset 6408a49a3a6b
2012-10-04 14:35:38 -07:00
David Katleman
c12876f991
Added tag jdk8-b59 for changeset 6fa036b39eb9
2012-10-04 14:35:15 -07:00
David Katleman
56e12ecc3a
Added tag jdk8-b59 for changeset e31f9b0d349f
2012-10-04 14:35:10 -07:00
David Katleman
a09b38f3e4
Added tag jdk8-b59 for changeset 22fa34424aa9
2012-10-04 14:34:51 -07:00
David Katleman
f67940dd4b
Added tag jdk8-b59 for changeset 173d83d9c9d7
2012-10-04 14:34:34 -07:00
David Katleman
447af5923f
Added tag jdk8-b59 for changeset ba9e9ff8d8ef
2012-10-04 14:34:31 -07:00
Jon Masamitsu
f33eb9a9bd
Merge
2012-10-04 14:01:07 -07:00