David Katleman
1dcf806682
Added tag jdk9-b03 for changeset 0ce00b83a208
2014-02-21 11:39:18 -08:00
Phil Race
f00ad07a65
Merge
2014-02-21 10:03:49 -08:00
Miroslav Kos
b1348c736d
8026801: Enhance endpoint addressing
...
Caching data initialized via TCCL in static context; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin
Reviewed-by: ahgross, mgrebac, skoivu
2014-02-21 17:37:39 +01:00
Miroslav Kos
080a4bc77a
8026188: Enhance envelope factory
...
Avoiding caching data initialized via TCCL in static context; fix also reviewed by Alexander Fomin
Reviewed-by: ahgross, mgrebac, skoivu
2014-02-21 17:36:15 +01:00
Miroslav Kos
340602a342
8025030: Enhance stream handling
...
Avoiding caching data initialized via TCCL in static context; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin
Reviewed-by: ahgross, mgrebac, skoivu
2014-02-21 17:30:18 +01:00
Alejandro Murillo
fe929c4107
Merge
2014-02-21 08:09:15 -08:00
Anton Litvinov
4207a72caf
8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
...
Reviewed-by: pchelko, serb
2014-02-21 18:04:38 +04:00
Vladimir Ivanov
56bce7519d
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
...
8033278: Missed access checks for Lookup.unreflect* after 8032585
Reviewed-by: jrose, twisti
2014-02-21 17:12:23 +04:00
Erik Joelsson
0ce0cb0d53
8035187: Move fontconfig src files to make/data
...
Reviewed-by: tbell, ihse
2014-02-26 10:37:23 +01:00
Martin Buchholz
dfcc8f710d
7089615: Broken javadoc link in AbstractQueuedSynchronizer
...
Reviewed-by: chegar
2014-02-25 19:15:13 +00:00
Alejandro Murillo
210b1540d8
Merge
2014-02-25 10:25:32 -08:00
Chris Hegarty
490655441c
8034174: Remove use of JVM_* functions from java.net code
...
Reviewed-by: alanb, dsamersoff, michaelm
2014-02-25 12:35:14 +00:00
Mikael Vidstedt
c97996c573
8035054: JarFacade.c should not include ctype.h
...
Reviewed-by: alanb
2014-02-24 11:24:43 -08:00
Petr Pchelko
0390c16ac8
8035640: JNU_CHECK_EXCEPTION should support c++ JNI syntax
...
Reviewed-by: anthony, alanb
2014-02-25 11:51:25 +04:00
Joe Darcy
da7601aeec
8035453: Fix serial lint warnings in com.sun.tools and elsewhere
...
Reviewed-by: psandoz
2014-02-24 22:43:45 -08:00
Alejandro Murillo
a428afb96f
Merge
2014-02-21 08:22:54 -08:00
Staffan Larsen
3d29dc96b0
6952105: TEST_BUG: testcase failure, not very often, com/sun/jdi/SuspendThreadTest.java
...
Reviewed-by: dholmes, sspitsyn, dsamersoff
2014-02-21 16:26:22 +01:00
Jaroslav Bachorik
70f2238ba9
8035395: sun/management/jmxremote/startstop/JMXStartStopTest.java fails intermittently: Port already in use
...
Reviewed-by: sla, sjiang
2014-02-21 14:01:57 +01:00
Aleksei Efimov
2c18d040ba
8032909: XSLT string-length returns incorrect length when string includes complementary chars
...
Reviewed-by: joehw, dfuchs
2014-02-21 16:57:21 +04:00
Magnus Ihse Bursie
5d49f94272
8007897: Make creates file with illegal name in Windows
...
Reviewed-by: tbell
2014-02-21 13:52:39 +01:00
Sergey Malenkov
8fff62161c
8034085: Do not prefer indexed properties
...
Reviewed-by: alexsch
2014-02-21 15:34:05 +04:00
Jaroslav Bachorik
6005bfb33e
8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
...
Reviewed-by: dholmes
2014-02-21 12:31:29 +01:00
Sergey Malenkov
aaea8f4c7c
8035310: The line.separator property can be retrieved via public API
...
Reviewed-by: alexsch, serb
2014-02-21 15:28:09 +04:00
Yuri Nesterenko
98b44a020b
6457406: javadoc doesn't handle <a href='http://...'> properly in producing index pages
...
Reviewed-by: jjg, bpatel, ksrini
2014-02-21 15:14:09 +04:00
Jan Lahoda
facc03d9f4
6411385: Trees.getPath does not work for constructors
...
Enhancing TestTrees test to ensure proper function of Trees.getPath/getTree, fixing cases where getTree did not work properly.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: jjg
2014-02-21 10:35:19 +01:00
Stefan Karlsson
a235c50791
8035412: Cleanup ClassLoaderData::is_alive
...
Reviewed-by: coleenp, mgerdin
2014-02-21 10:19:09 +01:00
Stefan Karlsson
4248787654
8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
...
Reviewed-by: tschatzl, coleenp
2014-02-21 10:01:20 +01:00
Erik Helin
7b6d31b4a5
Merge
2014-02-21 10:00:46 +01:00
Stefan Johansson
90d8f00199
8035057: NewSize ergonomics wrong when setting small or unaligned size on command line
...
Making sure that if NewSize is set on the command line it should be used for both min and initial size even if it is re-aligned.
Reviewed-by: jwilhelm, jmasa
2014-02-21 09:48:52 +01:00
Stuart Marks
f0f5b3aa50
8027810: RMI CheckUsage tests should be deleted
...
Reviewed-by: mchung
2014-02-20 21:36:02 -08:00
Athijegannathan Sundararajan
ff64022738
8034962: Dynalink to handle superclasses more carefully
...
Reviewed-by: ahgross, attila, jlaskey
2014-02-21 10:31:40 +05:30
Athijegannathan Sundararajan
1110a73114
8033745: Reflect upon Nashorn reflection
...
Reviewed-by: ahgross, attila, jlaskey
2014-02-21 10:01:59 +05:30
Hannes Wallnöfer
2194adb36b
8030200: Wrong result for Number.prototype.toString() for certain radix/inputs
...
Reviewed-by: sundar, jlaskey, lagergren
2014-04-14 17:45:05 +02:00
Hannes Wallnöfer
08bec4bee8
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
...
Reviewed-by: sundar, jlaskey, lagergren
2014-04-14 17:43:38 +02:00
Lana Steuck
54988a3597
Merge
2014-02-20 20:00:48 -08:00
Lana Steuck
a6f4599cf5
Merge
2014-02-20 20:00:43 -08:00
Lana Steuck
81f8e33fcf
Merge
2014-02-20 20:00:11 -08:00
Lana Steuck
b171cb6f51
Merge
2014-02-20 19:59:51 -08:00
Lana Steuck
43d3e02a42
Merge
2014-02-20 19:59:46 -08:00
Lana Steuck
3f017cd6f2
Merge
2014-02-20 19:59:26 -08:00
Lana Steuck
bd6a4be1b6
Merge
2014-02-20 19:59:12 -08:00
Lana Steuck
81a0682daf
Merge
2014-02-20 19:59:06 -08:00
Phil Race
3b1cc58576
Merge
2014-02-20 16:27:08 -08:00
Phil Race
f2f5185ce1
Merge
2014-02-20 16:26:49 -08:00
Henry Jen
083589648a
8034998: Fix raw and unchecked lint warnings in javax.imageio
...
Reviewed-by: prr, darcy
2014-02-20 16:23:45 -08:00
Phil Race
aed611c5d2
Merge
2014-02-20 16:10:56 -08:00
George Triantafillou
70c77b3470
8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly
...
Use @ignore to exclude failing tests
Reviewed-by: coleenp, ctornqvi, mseledtsov
2014-02-20 16:38:45 -05:00
Vladimir Kozlov
4200d0d095
Merge
2014-02-20 12:20:56 -08:00
Sergei Kovalev
a1463e9062
8022203: Intermittent test failures in demo/jvmti/hprof
...
Added "file" options to separate hprof dump output
Reviewed-by: sla
2014-02-20 23:16:47 +04:00
Xueming Shen
65263943ae
Merge
2014-02-20 09:57:26 -08:00