Srikanth Adayapalam
ab5510e51f
8146167: Anonymous type declarations drop supertype type parameter annotations
...
Reviewed-by: mcimadamore
2016-06-02 15:22:34 +05:30
Prasanta Sadhukhan
e110eecba2
6842011: StackOverflowError printing landscape with scale and transform
...
Reviewed-by: prr, flar
2016-06-02 15:20:31 +05:30
Ajit Ghaisas
a9834530de
8139192: Custom ImageFilters return blank images in Java 8(.45) while working in 7
...
Reviewed-by: flar, prr
2016-06-02 15:16:07 +05:30
Athijegannathan Sundararajan
2c1f125385
8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null
...
Reviewed-by: mhaupt, hannesw
2016-06-02 14:56:20 +05:30
Avik Niyogi
db25371672
8132771: [TEST_BUG][macosx] Test javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java fails for MacOSX
...
Reviewed-by: rchamyal, alexsch
2016-06-02 13:15:00 +05:30
Stefan Johansson
277d5f6f08
8152239: hotspot/test/gc/TestSmallHeap.java failed in jdk9
...
Reviewed-by: mgerdin, dfazunen, mchernov
2016-06-02 09:44:41 +02:00
Phil Race
1ce5faedb7
8158408: Font2DTest demo needs to use FontPanel resolution matching the screen
...
Reviewed-by: ssadetsky
2016-06-01 20:40:11 -07:00
Joe Darcy
7cc6c1d553
8158451: Problem list IncludeLocalesPluginTest.java
...
Reviewed-by: naoto
2016-06-01 15:28:05 -07:00
David Dehaven
1b4250a9fd
Merge
2016-06-01 15:27:52 -07:00
David Dehaven
1733b64041
Merge
2016-06-01 15:27:51 -07:00
David Dehaven
ae2458e1c0
Merge
2016-06-01 15:27:49 -07:00
David Dehaven
bb9fd9e817
Merge
2016-06-01 15:27:49 -07:00
Stuart Marks
fae6e03a9b
8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec
...
Reviewed-by: mchung
2016-06-01 13:47:55 -07:00
Joe Darcy
e48c0f85b2
8158430: Push tests for JDK-5040830
...
Reviewed-by: psandoz
2016-06-01 11:22:06 -07:00
Joe Darcy
b589f49334
5040830: (ann) please improve toString() for annotations containing exception proxies
...
Reviewed-by: psandoz
2016-06-01 11:16:58 -07:00
Xueming Shen
d17f9b96fe
8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS
...
Reviewed-by: psandoz
2016-06-01 09:52:08 -07:00
Ramanand Patil
78bb28e4af
8151876: (tz) Support tzdata2016d
...
Reviewed-by: okutsu, coffeys
2016-06-01 14:33:44 +01:00
Maurizio Cimadamore
8fb837a1bf
8145489: NPE while compiling annotations with qualified names in package-info.java
...
Spurious method reference check in Attr.visitSelect is causing NPE
Reviewed-by: vromero
2016-06-01 12:39:24 +01:00
Athijegannathan Sundararajan
3c9941bd80
8158338: Nashorn's ScriptLoader split delegation has to be adjusted
...
Reviewed-by: lagergren, hannesw
2016-06-01 15:17:37 +05:30
Weijun Wang
65360411bb
8152108: Correct jarsigner warning message about missing timestamp
...
Reviewed-by: mullan
2016-06-01 15:35:38 +08:00
Igor Ignatyev
4dad69bb2e
8149043: Fix code indentation in test/compiler/stable tests
...
Reviewed-by: vlivanov
2016-06-01 09:13:10 +03:00
Zoltan Majo
cdc436922a
8157181: Compilers accept modification of final fields outside initializer methods
...
Track initialized final field updates; disable constant folding if an update is detected. Enforce final field update rules introduced by JVMS-7 (but only for JDK 9).
Reviewed-by: vlivanov, dnsimon, forax, never, kvn, coleenp
2016-06-15 14:27:58 +02:00
Michihiro Horie
2ade029123
8158232: PPC64: improve byte, int and long array copy stubs by using VSX instructions
...
Reviewed-by: goetz, mdoerr
2016-06-15 13:47:17 +02:00
Aleksey Shipilev
c6c73deca4
8157726: VarHandles/Unsafe should support sub-word atomic ops
...
Reviewed-by: psandoz, vlivanov, lagergren
2016-06-15 11:21:36 +03:00
Tobias Hartmann
3fddb36924
8159244: Partially initialized string object created by C2's string concat optimization may escape
...
Emit release barrier after String creation to prevent partially initialized object from escaping.
Reviewed-by: kvn
2016-06-15 07:58:56 +02:00
Dean Long
467a5400d2
8158360: C1: SEGV in generated code
...
Update test to store Object fields
Reviewed-by: kvn
2016-06-14 18:07:41 -07:00
Dean Long
7846b3a26c
8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java
...
Reviewed-by: iignatyev
2016-06-14 15:10:05 -07:00
Doug Simon
62a2685b4b
8158351: [JVMCI] NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
...
Reviewed-by: kvn, vlivanov
2016-06-10 02:43:53 +00:00
Felix Yang
067e915c50
8158913: aarch64: SEGV running Spark terasort
...
Use signed instead of unsigned test for end of loop in gen_write_ref_array_post_barrier
Reviewed-by: aph
2016-06-07 10:17:28 +00:00
Doug Simon
dafa4695a0
8158985: [JVMCI] access to HotSpotJVMCIRuntime.vmEventListeners must be thread safe
...
Reviewed-by: iveresov, kvn
2016-06-07 17:16:51 -07:00
Tobias Hartmann
e45caa8cba
8158228: C1 incorrectly folds mismatched loads from stable arrays
...
Disable constant folding for mismatched loads from stable arrays.
Reviewed-by: vlivanov
2016-06-07 18:20:44 +02:00
Tobias Hartmann
e8ef37ca55
Merge
2016-06-07 09:11:32 +00:00
Jamsheed Mohammed C M
9ead05c2dc
8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized
...
Handle realloc failure pending exception.
Reviewed-by: roland
2016-06-06 23:24:46 -07:00
Doug Simon
39e5b15fdd
8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
...
Reviewed-by: kvn
2016-06-06 16:31:03 -07:00
Vladimir Kozlov
47b35cab0e
Merge
2016-06-06 12:56:40 -07:00
Doug Simon
fce865ff45
8158000: [JVMCI] remove unused ParseClosure class
...
Reviewed-by: kvn
2016-06-02 17:52:42 +00:00
Tobias Hartmann
cf967f79ab
Merge
2016-06-02 14:54:35 +00:00
Fei Yang
2e85bb45ff
8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power
...
Replace tst+br with tbz instruction when tst's constant operand is 2 power
Reviewed-by: aph
2016-06-02 21:12:46 +08:00
Tobias Hartmann
f92cc0c836
8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
...
Do not emit unsupported SSE 4.1 instructions in CRC32 intrinsic.
Reviewed-by: kvn, zmajo
2016-06-02 13:19:05 +02:00
Tobias Hartmann
35f9db149b
8156760: VM crashes if -XX:-ReduceInitialCardMarks is set
...
Fixed several compiler crashes with disabled ReduceInitialCardMarks.
Reviewed-by: roland, minqi, dlong, tschatzl, kvn
2016-06-02 08:46:52 +02:00
Tobias Hartmann
e4102fbe67
8157842: indexOfChar intrinsic is not emitted on x86
...
Matcher::match_rule_supported() should check for !UseSSE42Intrinsics.
Reviewed-by: roland, rbackman, shade, kvn
2016-06-01 16:36:44 +02:00
Tobias Hartmann
d1cfec7f7e
8155046: Parse::Block construction using undefined behavior
...
Blocks should be created via constructor and placement new.
Reviewed-by: kvn
2016-06-01 14:22:18 +02:00
Avik Niyogi
e5ec5f5afd
8158230: [macosx] ActionEvent is not fired for menu item with option apple.laf.useScreenMenuBar
...
Reviewed-by: serb, alexsch
2016-06-01 11:16:22 +05:30
Hamlin Li
90cd96154e
8158194: Rename the directory “InstalledModuleDescriptors” and any reference to “installed” to “system” in the tests
...
Reviewed-by: mchung
2016-05-31 22:04:00 -07:00
Joe Darcy
77859dc5ca
8158312: Update String.join example code to use List convenience factory methods
...
Reviewed-by: lancea, smarks
2016-05-31 19:13:21 -07:00
Lance Andersen
4300a5a412
8158281: java_sql_Timestamp.java fails with AssertionError
...
Reviewed-by: mchung
2016-05-31 21:27:28 -04:00
Stuart Marks
246a39a5b1
8157777: DeadCachedConnection doesn't wait for registry to die
...
Reviewed-by: darcy
2016-05-31 17:54:41 -07:00
Andrey Nazarov
56dd686558
8157850: Jar tests should pass through VM options
...
Reviewed-by: martin
2016-05-31 16:42:32 -07:00
Amanda Jiang
989d0b0b7c
8156059: Update/Develop new tests for JEP 287: SHA-3 Hash Algorithms
...
Update existing MessageDigest tests with SHA-3 Hash Algorithms and add one test case to check supported providers
Reviewed-by: valeriep, rhalade
2016-05-31 22:41:56 +00:00
Robert Field
3bad85523c
8080843: JShell tool: invalid key error occurs when external editor is used
...
Reviewed-by: vromero
2016-05-31 14:02:52 -07:00