Yumin Qi
f4fdc03167
7175133: jinfo failed to get system properties after 6924259
...
String offset and count fields as fix of 6924259 were removed, and become optional. SA still use offset and count fields to read String contents and failed. Fix if they exist, use them other then use value field only to read, this keeps consistent with the changes in 6924259.
Reviewed-by: dholmes, mikael
2012-06-22 15:35:30 -07:00
Jonathan Gibbons
3005c7daac
7178763: javadoc OutOfMemory error results in several jdk8 tl nightly failures
...
Reviewed-by: ksrini
2012-06-22 14:40:30 -07:00
Jiangli Zhou
1a35ed23d9
7177409: Perf regression in JVM_GetClassDeclaredFields after generic signature changes
...
In fieldDescriptor::generic_signature() returns NULL immediately if the field has no generic signature.
Reviewed-by: dholmes, coleenp, jcoomes
2012-06-22 14:00:39 -04:00
Vladimir Kozlov
6bc673930f
7178280: Failed new vector regression tests
...
When looking for the same value in an other register check that all parts of that register has the same value.
Reviewed-by: johnc, twisti
2012-06-22 10:40:48 -07:00
Dmitry Samersoff
5e84600efc
7169888: Narrowing resource definitions in JMX RMI connector
...
CPU bug, we can't put offending calls outside doPrivileged, but narrow granted permissions.
Reviewed-by: ahgross, fparain
2012-06-22 18:19:48 +04:00
Marco Dinacci
7572cbd5aa
7170716: JVM crash when opening an AWT app from a registered file
...
Copy the queued blocks to prevent their deallocation
Reviewed-by: anthony, swingler
2012-06-22 16:32:39 +04:00
Dmitry Samersoff
9a307c8287
7158796: Tighten properties checking in EnvHelp
...
Move getProperty call out of computeBooleanFromString
Reviewed-by: skoivu, sla
2012-06-22 16:22:22 +04:00
David Katleman
8e267289d5
Added tag jdk8-b44 for changeset 96e306b8f5e5
2012-06-21 17:08:31 -07:00
David Katleman
8e301e97d2
Added tag jdk8-b44 for changeset 5a7d295a9b76
2012-06-21 17:08:14 -07:00
David Katleman
e37f1e9435
Added tag jdk8-b44 for changeset fc9fe83a8a52
2012-06-21 17:07:59 -07:00
David Katleman
df2b1220d4
Added tag jdk8-b44 for changeset b52db8219e73
2012-06-21 17:07:57 -07:00
David Katleman
769bc4a420
Added tag jdk8-b44 for changeset 1531e68c3b60
2012-06-21 17:07:40 -07:00
David Katleman
bae02fa6d9
Added tag jdk8-b44 for changeset fab97dcc43bb
2012-06-21 17:07:30 -07:00
David Katleman
04f6e27361
Added tag jdk8-b44 for changeset 053c1b820253
2012-06-21 17:07:24 -07:00
Jonathan Gibbons
8731495395
7178297: provide mapping from doc comment position to source file position
...
Reviewed-by: mcimadamore, ksrini
2012-06-21 13:22:21 -07:00
Roland Westrelin
470db77b36
7129715: MAC: SIGBUS in nsk stress test
...
StackOverflowError may get lost on OSX.
Reviewed-by: kvn, dcubed
2012-06-21 09:52:38 +02:00
Stuart Marks
63cf10e500
7093490: adjust package access in rmiregistry
...
Reviewed-by: ahgross, coffeys, dmocek
2012-06-21 00:20:49 -07:00
Gary Collins
3675d9eacb
7178483: Change version string for Embedded releases
...
Reviewed-by: dholmes, lancea
2012-06-20 22:40:32 -04:00
David Katleman
5555fb3341
Merge
2012-06-20 15:22:12 -07:00
Daniel D. Daugherty
93e9a184a3
Merge
2012-06-20 14:29:23 -07:00
Daniel D. Daugherty
4189d0802f
7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips)
...
Fix bad paths in client/64 and server/64 debug info and symlink creation
Reviewed-by: ohair, dholmes
2012-06-20 14:18:25 -07:00
Jonathan Gibbons
f2cefcbfad
7174143: encapsulate doc comment table
...
Reviewed-by: ksrini, mcimadamore
2012-06-20 13:23:26 -07:00
Gary Collins
8b20e7af53
7178113: build environment change
...
Simple change to enable proper builds of arm target
Reviewed-by: ohair, dholmes
2012-06-19 21:16:20 -07:00
Xue-Lei Andrew Fan
563f4546ff
7166487: checkSequenceNumber method never called within readRecord of SSLEngineImpl
...
Reviewed-by: weijun
2012-06-19 17:28:06 -07:00
Vladimir Kozlov
b5b10846c2
7177923: SIGBUS on sparc in compiled code for java.util.Calendar.clear()
...
Disable vectorization of a memory access with more elements per vector than one which is used for alignment on sparc
Reviewed-by: twisti
2012-06-19 15:12:56 -07:00
Misha Bykov
dfe111a085
7178241: Basic script for JDK source code legal headers conformance verification
...
A new script lic_check.sh to check license headers in JDK source code
Reviewed-by: ohair, darcy
2012-06-19 14:24:45 -07:00
Alexander Zuev
0930b183d6
7172430: [macosx] debug message in non debug jdk build
...
Reviewed-by: anthony, serb
2012-06-19 21:09:03 +04:00
Sergey Malenkov
386367a03f
7162476: XMLDecoder security issue via ClassFinder
...
Reviewed-by: art, ahgross
2012-06-19 20:34:06 +04:00
Phil Race
cc6e343055
7124536: [macosx] PrintServiceLookup.lookupDefaultPrintService() return null
...
Reviewed-by: bae, igor
2012-06-19 09:07:31 -07:00
Maurizio Cimadamore
288480e312
7177701: error: Filling jar message during javax/imageio/metadata/IIOMetadataFormatImpl compilation
...
Recent JDK hash changes affected order in which files are returned from JavacFileManager.list()
Reviewed-by: jjg
2012-06-19 13:25:58 +01:00
Diego Belfer
c0679a0902
6901992: InvalidJarIndexException due to bug in sun.misc.JarIndex.merge()
...
Reviewed-by: chegar
2012-06-19 10:20:45 +01:00
Masayoshi Okutsu
94a6496726
6380549: (rb) ResourceBundle.Control global binding support
...
Reviewed-by: naoto
2012-06-19 16:21:17 +09:00
Christian Thalinger
ed2051c861
7157365: jruby/bench.bench_timeout crashes with JVM internal error
...
Reviewed-by: jrose, kvn
2012-06-18 15:17:30 -07:00
Krystal Mok
3927b8d331
7176856: add the JRE name to the error log
...
Reviewed-by: coleenp, jrose, kvn, twisti
2012-06-18 12:29:21 -07:00
Sean Mullan
d87e57ac8a
7172522: Improve DomainCombiner checking
...
Reviewed-by: vinnie, ahgross
2012-06-18 10:00:55 -04:00
Alexander Scherbatiy
4406545ed5
7174970: NLS [ccjk] Extra mnemonic keys at standard filechooserdialog (open and save) in metal L&F
...
Reviewed-by: rupashka
2012-06-18 15:39:27 +04:00
Alan Bateman
83f975cf42
7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)
...
Reviewed-by: chegar, coffeys
2012-06-18 11:19:48 +01:00
Staffan Larsen
cafacdf6dc
Merge
2012-06-18 11:33:17 +02:00
Roland Westrelin
118f552a6e
7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
...
Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length.
Reviewed-by: kvn, twisti
2012-06-18 09:52:31 +02:00
Lana Steuck
3429bf2b41
Merge
2012-06-17 22:07:44 -07:00
Lana Steuck
17081c700e
Merge
2012-06-17 22:03:26 -07:00
Lana Steuck
dcfcb3cfc6
Merge
2012-06-17 21:37:21 -07:00
Lana Steuck
d27529f4ab
Merge
2012-06-17 21:34:42 -07:00
Lana Steuck
89add82f07
Merge
2012-06-17 21:29:12 -07:00
Lana Steuck
02ad771443
Merge
2012-06-17 21:27:22 -07:00
Bradford Wetmore
48cefbd960
7177556: Put TestProviderLeak.java on the ProblemList until test can be reworked
...
Reviewed-by: khazra
2012-06-15 17:42:16 -07:00
Alejandro Murillo
18fce99e63
7175515: new hotspot build - hs24-b15
...
Reviewed-by: jcoomes
2012-06-15 14:17:28 -07:00
Alejandro Murillo
9c6ac94d37
Added tag hs24-b14 for changeset 812bed29656a
2012-06-15 14:07:01 -07:00
Alejandro Murillo
50bd95aadf
Merge
2012-06-15 14:07:00 -07:00
Mike Duigou
36dbbfde4b
7175758: Improve unit test of Map iterators and Iterator.remove()
...
Adds additional tests of Map iterators and Iterator.remove()
Reviewed-by: lancea
2012-06-15 13:01:38 -07:00