Igor Ignatyev
3f21781299
Merge
2016-06-23 00:37:25 +02:00
Tom Rodriguez
1e3a876d37
8159856: [JVMCI] InterpreterFrameSizeTest.java failed compilation
...
Reviewed-by: kvn, iveresov
2016-06-22 21:13:52 +00:00
Xueming Shen
e922fb0afb
8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
...
Reviewed-by: rriggs
2016-06-22 11:31:07 -07:00
Leonid Mesnik
773a50bc6f
8158581: ciReplay can not be run w/ JFR enabled
...
Reviewed-by: iignatyev, kvn
2016-06-22 20:06:39 +03:00
Artem Smotrakov
5856fc0800
8152745: javax/net/ssl/TLS/TestJSSE.java fails intermittently: Unsupported or unrecognized SSL message
...
Reviewed-by: xuelei
2016-06-22 09:33:16 -07:00
Naoto Sato
5c227bfdae
8159781: jlink --include-locales fails with java.util.regex.PatternSyntaxException
...
Reviewed-by: mchung, okutsu
2016-06-22 08:51:32 -07:00
Hannes Wallnöfer
d172b7b70b
8159977: typeof operator does not see lexical bindings declared in other scripts
...
Reviewed-by: sundar
2016-06-22 16:30:41 +02:00
Erik Helin
109e24d96e
8155099: Remove duplicate comments from G1Policy
...
Reviewed-by: jmasa, drwhite
2016-06-22 14:03:01 +02:00
Alexander Kulyakhtin
8470799261
8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
...
Quarantining the failing tests
Reviewed-by: dholmes
2016-06-22 14:01:14 +03:00
Aleksey Shipilev
f6c1efe6ac
8156803: Turn StressLCM/StressGCM flags to diagnostic
...
Reviewed-by: kvn, ctornqvi
2016-06-22 13:29:09 +03:00
Thomas Schatzl
28bdc19b1b
Merge
2016-06-22 10:49:23 +02:00
Thomas Schatzl
423717c156
8152438: Threads may do significant work out of the non-shared overflow buffer
...
Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full.
Reviewed-by: jmasa, ehelin, sjohanss
2016-06-22 10:34:01 +02:00
Chris Hegarty
34f5b60b4a
8157166: Update spec to account for platforms that do not support multicast
...
Reviewed-by: alanb
2016-06-22 09:21:06 +01:00
Vyom Tewari
b75020a9b0
8071660: URLPermission not handling empty method lists correctly
...
Reviewed-by: chegar, dfuchs, prappo, rriggs
2016-06-22 09:01:34 +01:00
Masayoshi Okutsu
c213f457ce
8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
...
Reviewed-by: alanb, mchung, naoto
2016-06-22 16:12:39 +09:00
Felix Yang
193d350e55
8157530: Remove intermittent key from javax/net/ssl/DTLS/WeakCipherSuite.java
...
Reviewed-by: xuelei
2016-06-21 20:20:14 -07:00
Yasumasa Suenaga
161976b05f
8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro
...
Reviewed-by: dholmes, zgu
2016-06-21 19:29:39 -04:00
Martin Doerr
afc9349c93
8155949: Support relaxed semantics in cmpxchg
...
Co-authored-by: Hiroshi H Horii <horii@jp.ibm.com>
Reviewed-by: dholmes, kbarrett, goetz, aph
2016-06-21 19:25:41 -04:00
David Dehaven
cadb9794d9
8022291: Mac OS: Unexpected JavaLaunchHelper message displaying
...
Reviewed-by: serb, ksrini
2016-06-21 15:46:22 -07:00
Ajit Ghaisas
035a4b7b98
8065861: Pressing Esc does not set 'canceled' property of ProgressMonitor
...
Reviewed-by: alexsch, prr
2016-06-28 16:17:08 +05:30
Phil Race
ec03057889
Merge
2016-06-27 10:01:23 -07:00
Prasanta Sadhukhan
267d644dc6
8159068: The rendering of JTable is broken
...
Reviewed-by: alexsch, rchamyal
2016-06-27 16:10:06 +05:30
Dmitry Markov
349451667b
8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method
...
Reviewed-by: ssadetsky, alexp
2016-06-27 11:31:21 +03:00
Phil Race
62f4383578
4497648: TextLayout equals method is not implemented
...
Reviewed-by: serb, psadhukhan
2016-06-23 16:54:19 -07:00
Prasanta Sadhukhan
1d8080cca9
6601097: Margins are not reset to hardware margins when width/height is 0 or -ve alongwith x, y
...
Reviewed-by: prr, jdv
2016-06-23 16:46:13 +05:30
Anton Litvinov
69128416e4
8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
...
Reviewed-by: alexp, serb
2016-06-23 12:53:56 +03:00
Manajit Halder
76cbe40b08
8155740: [macosx] robot.keyPress and robot.keyRelease do not generate key event for Alt-Graph key VK_ALT_GRAPH
...
Reviewed-by: ssadetsky, serb
2016-06-22 16:10:36 +05:30
Semyon Sadetsky
1357181c55
8139189: Review request for 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED
...
Reviewed-by: alexsch
2016-06-22 12:36:18 +03:00
Semyon Sadetsky
c5d53536bd
8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
...
Reviewed-by: alexsch, serb
2016-06-22 12:26:30 +03:00
Naoto Sato
e18eaa2e9b
8159548: Formatter returns unexpected strings if locale is null
...
Reviewed-by: sherman
2016-06-21 15:15:05 -07:00
Igor Ignatyev
23e0d96f6e
8132920: use package in compiler testlibraries
...
Reviewed-by: kvn, psandoz
2016-06-22 00:29:32 +03:00
Igor Ignatyev
300dc664ff
8160025: compiler/testlibrary/uncommontrap/Verifier doesn't close FileReader
...
Reviewed-by: kvn
2016-06-22 21:24:07 +03:00
Jan Lahoda
6f94a3f4bf
8136453: Parameter name indices array size not updated correctly
...
Correctly resizing ClassReader.parameterNameIndices array.
Reviewed-by: mcimadamore
2016-06-21 21:06:54 +02:00
Erik Joelsson
f255690f01
8157253: Fix compare script for html files
...
Reviewed-by: tbell
2016-06-21 20:28:12 +02:00
Erik Joelsson
7be41495c2
8159628: Bundles contain extra /./ path element for all files
...
Reviewed-by: tbell
2016-06-21 20:00:20 +02:00
Pavel Rappo
e0c6d91241
8156742: Miscellaneous WebSocket API improvements
...
Reviewed-by: chegar, rriggs
2016-06-21 18:51:18 +01:00
Jesper Wilhelmsson
f2490e9194
8024137: Flags should be set using the proper macro
...
Reviewed-by: sangheki, drwhite, jmasa
2016-06-21 19:37:30 +02:00
Jesper Wilhelmsson
464bfe497d
8048093: Explicitly setting := vs = in the -XX:+PrintFlagsFinal output
...
Reviewed-by: kvn, gziemski
2016-06-21 19:35:39 +02:00
Andrew Dinn
6c974f899f
8160006: Fix AArch64 after changes made by 8151661
...
Reviewed-by: kvn
2016-06-21 13:15:56 -04:00
Rahul Raghavan
f8e4173a4e
8151661: Performance regression on Solaris-SPARC in 9-b103
...
Reviewed-by: kvn, aph
2016-06-21 13:14:33 -04:00
Vyom Tewari
6ae11043e9
8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
...
Reviewed-by: chegar, prappo
2016-06-21 16:52:16 +01:00
Vyom Tewari
bb15c9c8bf
8154234: Remove netdoc URL protocol Handler
...
Reviewed-by: chegar
2016-06-21 16:42:33 +01:00
Vladimir Kvashin
f842de1dd2
8028162: Update Netbeans / Solaris Studio project files on Mac
...
8028163: Update Netbeans / Solaris Studio project files on Linux
8028164: Update Netbeans / Solaris Studio project files on Solaris
Reviewed-by: jwilhelm, erikj
2016-06-21 18:10:22 +03:00
Ivan Gerasimov
c49eb0c2b6
8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
...
Reviewed-by: rriggs, coffeys
2016-06-21 17:48:29 +03:00
Dmitry Fazunenko
708c94be94
8151283: Implement setting jtreg @requires property vm.isG1Supported
...
Reviewed-by: tschatzl, iignatyev, mchernov
2016-06-21 18:37:04 +04:00
Dmitry Fazunenko
b66265312c
8151283: Implement setting jtreg @requires property vm.isG1Supported
...
Reviewed-by: tschatzl, iignatyev, mchernov
2016-06-21 18:36:37 +04:00
Maurizio Cimadamore
0d9142bf89
8159834: Add some support for jtreg test headers in IntelliJ langtools project
...
Add live templates to help creation of jtreg tests
Reviewed-by: jlahoda
2016-06-21 15:31:08 +01:00
Athijegannathan Sundararajan
e011bbd371
8159593: Plugin Set<Category> getType() should return a Category
...
Reviewed-by: jlaskey
2016-06-21 19:05:34 +05:30
Erik Helin
3895ad9e00
8159370: Add FlagGuard for easier modification of flags for unit tests
...
Reviewed-by: kbarrett, jwilhelm
2016-06-21 15:02:45 +02:00
Vyom Tewari
47ade5bbb9
8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying
...
Reviewed-by: chegar, rriggs
2016-06-21 14:00:59 +01:00