22906 Commits

Author SHA1 Message Date
James Laskey
5900e641b0 8007545: jjs input evalinput need to be NOT_ENUMERABLE
Reviewed-by: sundar, lagergren
2013-02-06 08:42:19 -04:00
Athijegannathan Sundararajan
c95d492268 8007619: Add support for deprecated properties of RegExp constructor
Reviewed-by: lagergren, hannesw
2013-02-06 17:56:12 +05:30
Chris Hegarty
dab327e501 8007625: race with nested repos in /common/bin/hgforest.sh
Reviewed-by: dholmes, ohair, ohrstrom
2013-02-06 11:36:19 +00:00
Hannes Wallnöfer
4eee363f14 8007273: Creation of ScriptFunctions can be refactored
Reviewed-by: lagergren, attila
2013-02-06 10:31:58 +01:00
Mandy Chung
e84e88f4c9 8007393: Possible race condition after JDK-6664509
Reviewed-by: alanb, jgish
2013-02-05 22:56:47 -08:00
Erik Helin
919ef8e0df 8004924: NPG: jmap -heap output should contain ClassMetaspaceSize value
Reviewed-by: stefank, mgerdin
2013-02-06 07:48:02 +01:00
Erik Helin
8f73f7d041 Merge 2013-02-26 22:31:35 +01:00
Poonam Bajaj
3720c9565f Merge 2013-02-26 08:58:20 -08:00
Bengt Rutisson
2023570fb1 Merge 2013-02-26 11:52:06 +01:00
Poonam Bajaj
62634823f9 Merge 2013-02-23 17:40:33 -08:00
John Cuthbertson
fb8617f293 8007221: G1: concurrent phase durations do not state the time units ("secs")
Add timer units to concurrent marking phases where the units were missing.

Reviewed-by: jmasa, ysr
2013-02-22 11:01:01 -08:00
Vladimir Kempik
050d7c9d90 8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
Reviewed-by: brutisso, johnc
2013-02-21 23:58:05 -08:00
Jesper Wilhelmsson
ceb2baae92 8008314: Unimplemented() Atomic::load breaks the applications
Jlong atomics isn't fully implemented om all 32-bit platforms so we try to avoid it. In this case the atomic add wasn't needed.

Reviewed-by: dholmes, dlong
2013-02-21 11:16:50 +01:00
Erik Helin
2a4bf8ddd8 8008536: Add HotSpot support for printing class loader statistics for JMap
Reviewed-by: sla, brutisso
2013-02-20 16:41:23 +01:00
John Cuthbertson
ce66b0aad0 Merge 2013-02-05 22:24:36 -08:00
Jonathan Gibbons
23ca241597 8007485: test creates .class files in the test/ directory
Reviewed-by: mcimadamore
2013-02-05 21:55:41 -08:00
David Katleman
36a5ccb73f Merge 2013-02-05 18:55:24 -08:00
David Katleman
873c276a26 Merge 2013-02-05 18:54:59 -08:00
David Katleman
a0a52a2b85 Merge 2013-02-05 18:54:27 -08:00
David Katleman
67dea32d8c Merge 2013-02-05 18:54:24 -08:00
David Katleman
d9a61c7ea3 Merge 2013-02-05 18:54:11 -08:00
David Katleman
076aeb3106 Merge 2013-02-05 18:54:09 -08:00
Lana Steuck
bab241d2e7 Merge 2013-02-05 11:11:53 -08:00
Lana Steuck
750e587f23 Merge 2013-02-05 11:10:07 -08:00
Jim Holmlund
8985a7c2ac 8007504: Remove @ignore from tests that no longer need it
Reviewed-by: mcimadamore
2013-02-05 18:55:13 +00:00
John Cuthbertson
c2bb152e6c 8005032: G1: Cleanup serial reference processing closures in concurrent marking
Reuse the parallel reference processing oop closures during serial reference processing.

Reviewed-by: brutisso
2013-02-05 09:13:05 -08:00
Athijegannathan Sundararajan
292a819b53 8007523: VerifyError on script that uses regular expression literals with ternary operator
Reviewed-by: lagergren
2013-02-05 22:07:04 +05:30
Igor Ignatyev
014d9489bb 8006613: adding reason to made_not_compilable
Reviewed-by: kvn, vlivanov
2013-02-05 08:25:51 -08:00
Sergey Malenkov
ac95e3f1ed 8006790: Improve checking for windows
Reviewed-by: art, mschoene
2013-02-05 20:07:54 +04:00
Phil Race
05882c2a52 8001031: Better font processing
Reviewed-by: srl, vadim
2013-03-07 10:02:20 -08:00
Phil Race
ae2454b3e5 8004986: Better handling of glyph table
8004987: Improve font layout
8004994: Improve checking of glyph table

Reviewed-by: srl, jgodinez
2013-02-26 10:07:26 -08:00
Phil Race
ae5b3c9310 8008249: Sync ICU into JDK
Reviewed-by: bae, jgodinez
2013-02-15 13:07:17 -08:00
Stuart Marks
3a4936696c 8009857: Problem with plugin
Reviewed-by: jdn, mchung
2013-03-18 18:15:59 -07:00
Lance Andersen
d059d367eb 8009814: Better driver management
Reviewed-by: alanb, skoivu
2013-03-18 13:30:20 -04:00
Valerie Peng
c5d72546c0 8009610: Blacklist certificate used with malware
Updated the black list and the reg test with the new cert.

Reviewed-by: weijun
2013-03-11 20:18:32 -07:00
Alexey Utkin
28441d3ff3 8009463: Regression test test\java\lang\Runtime\exec\ArgWithSpaceAndFinalBackslash.java failing
Reviewed-by: alanb, ahgross
2013-03-08 13:35:15 +04:00
Daniel Fuchs
78478633f9 8009305: Improve AWT data transfer
Reviewed-by: art, skoivu, smarks, ant
2013-03-14 18:41:42 +01:00
Chris Hegarty
046d36e089 8009063: Improve reliability of ConcurrentHashMap
Reviewed-by: alanb, ahgross
2013-03-03 10:07:52 +00:00
Andrew Brygin
b15549ed0b 8007918: Better image writing
Reviewed-by: mschoene, prr, jgodinez
2013-02-26 01:41:36 +04:00
Andrew Brygin
57d870834f 8007667: Better image reading
Reviewed-by: prr, jgodinez, mschoene
2013-02-26 00:41:40 +04:00
Andrew Brygin
243470f47e 8007617: Better validation of images
Reviewed-by: prr, mschoene, jgodinez
2013-02-19 11:47:42 +04:00
Phil Race
46a46798f1 8006795: Improve font warning messages
Reviewed-by: bae, jgodinez
2013-02-08 09:15:01 -08:00
Dmitry Samersoff
e3fdd3983d 8006435: Improvements in JMX
Improvements in JMX

Reviewed-by: dfuchs, skoivu, alanb, mchung
2013-03-05 00:02:24 +04:00
Alexey Utkin
3c0be232be 8005942: (process) Improved Runtime.exec
Reviewed-by: alanb, ahgross
2013-02-22 17:49:15 +04:00
Sergey Bylokhov
0c8b65724a 8004261: Improve input validation
Reviewed-by: art, mschoene, amenkov
2013-02-15 13:49:38 +04:00
Erik Joelsson
99468dc6c0 8007524: build-infra: Incremental build of tools.jar broken
Reviewed-by: tbell
2013-02-05 16:50:05 +01:00
Athijegannathan Sundararajan
ac9ca521ad 8007522: IllegalStateException thrown from String.prototype.search function
Reviewed-by: jlaskey
2013-02-05 21:00:04 +05:30
Eric McCorkle
3d09f6b621 8007389: Remove uses of _ as identifier in jaxp
Reviewed-by: lancea, joehw
2013-02-05 14:56:34 +00:00
Edvard Wendelin
11036fb4d5 Merge 2013-02-05 15:35:35 +01:00
Vinnie Ryan
85c0519ca6 8007483: attributes are ignored when loading keys from a PKCS12 keystore
Reviewed-by: mullan
2013-02-05 14:25:47 +00:00