Dmitrij Pochepko
8189de5608
8159730: compiler/jvmci/compilerToVM/IsMatureTest failed with "Multiple times invoked method should have method data (assert failed: 0 != 0)"
...
Reviewed-by: kvn
2016-06-23 17:40:20 +03:00
Dmitrij Pochepko
3ad2ec4ed4
8159803: Jittester: FileAlreadyExists exception during tests generation
...
Reviewed-by: iignatyev
2016-06-23 17:39:49 +03:00
Dmitrij Pochepko
7aca8d6fe4
8158650: [jittester] when generating tests with default parameters, generation hangs after 98 test
...
Reviewed-by: kvn, iignatyev
2016-06-23 17:39:06 +03:00
Paul Sandoz
3f0273a3c4
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
...
Reviewed-by: shade
2016-06-23 13:46:48 +02:00
Sergey Kuksenko
8b5cbab0f5
8158980: Memory leak in HTTP2Connection.streams
...
Reviewed-by: chegar
2016-06-23 10:25:04 +01:00
Athijegannathan Sundararajan
0f137a3deb
8160141: removed deprecated method calls in nashorn code
...
Reviewed-by: mhaupt, hannesw
2016-06-23 12:39:33 +05:30
Doug Simon
46fa7d986a
8159613: [Findbugs] various warnings reported for JVMCI sources
...
Reviewed-by: kvn, twisti
2016-06-23 05:13:55 +00:00
Jonathan Gibbons
5791bf6bd6
8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard
...
8159096: Expose (new) Standard doclet class
Reviewed-by: alanb, erikj, ksrini
2016-06-22 17:20:53 -07:00
Jonathan Gibbons
98f7893e83
8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard
...
8159096: Expose (new) Standard doclet class
Reviewed-by: alanb, erikj, ksrini
2016-06-22 17:20:53 -07:00
Tom Rodriguez
5cfae90755
Merge
2016-06-22 23:31:33 +00:00
Artem Smotrakov
f2b622bfb3
8074580: sun/security/pkcs11/rsa/TestKeyPairGenerator.java fails due to PKCS11Exception: CKR_FUNCTION_FAILED
...
Reviewed-by: valeriep
2016-06-22 15:58:08 -07:00
Tom Rodriguez
d64a4e7df3
8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations
...
Reviewed-by: kvn
2016-06-22 22:39:32 +00:00
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