Ekaterina Pavlova
080d3bb21a
8194958: [Graal] disable compiler/c2/cr7200264 tests
...
Reviewed-by: kvn, tschatzl
2018-08-06 13:53:49 -07:00
Daniel D. Daugherty
963bb6c8be
8209020: ProblemList tests affected by JDK-8208778
...
Reviewed-by: hseigel
2018-08-06 16:15:09 -04:00
Harold Seigel
82186ce311
8208604: Metadata::print_value_string() compares 'this' to NULL
...
Remove the comparison and add asserts to check for NULL
Reviewed-by: coleenp, gziemski
2018-08-06 14:20:58 -04:00
Daniel D. Daugherty
831fdfe311
8209018: ProblemList tests affected by JDK-8208690
...
Reviewed-by: kvn
2018-08-06 13:57:26 -04:00
Pengfei Li
03d6ab3b09
8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
...
Limit the maximal file name length to 242 for AUFS file system
Reviewed-by: dholmes, redestad
2018-08-06 04:31:50 -04:00
Christoph Dreis
c1c4085139
8208998: Typo in ModueInfo.java, field for ModuleHashes should be moduleHashes
...
Reviewed-by: alanb
2018-08-05 19:16:31 +01:00
Joe Darcy
fb0b608284
8208782: Remove extra type in throws clause of SerialClob.writeObject
...
Reviewed-by: lancea
2018-08-03 21:06:15 -07:00
Brian Burkhalter
b924bf7233
8186766
: UnixNativeDispatcher::readlink() may truncate overlong paths
...
Reviewed-by: alanb
2018-08-03 12:45:18 -07:00
Phil Race
32ec91ca9b
Merge
2018-08-03 09:42:57 -07:00
Sean Coffey
7a791910c3
8208583: Better management of internal KeyStore buffers
...
Reviewed-by: weijun
2018-08-03 14:14:59 +01:00
Zhengyu Gu
4555c28590
8205921: Optimizing best-of-2 work stealing queue selection
...
Bias towards stealing from queues that we recently successfully stole from to decrease the number of unsuccessful steal attempts.
Co-authored-by: Thomas Schatzl <thomas.schatzl@oracle.com>
Reviewed-by: eosterlund, kbarrett
2018-08-03 11:06:10 +02:00
Sean Coffey
c4faf01f86
8207775: Better management of CipherCore buffers
...
Reviewed-by: ascarpino
2018-08-03 09:57:10 +01:00
Daniel D. Daugherty
2ce4abbcc8
8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
...
Reviewed-by: dholmes
2018-08-02 22:14:54 -04:00
Igor Ignatyev
b3e18b4a1b
8208701: Fix for JDK-8208655 causes test failures in CI tier1
...
Reviewed-by: dholmes, dcubed
2018-08-02 16:16:02 -07:00
Igor Ignatyev
940ac1cddc
8208699: remove unneeded imports from runtime tests
...
Reviewed-by: iklam
2018-08-02 16:15:48 -07:00
Igor Ignatyev
17891770c1
8208655: use JTreg skipped status in hotspot tests
...
Reviewed-by: kvn, hseigel, iklam
2018-08-02 14:40:55 -07:00
Phil Race
43e1256928
Added tag jdk-12+5 for changeset f8696e0ab9b7
2018-08-02 09:27:40 -07:00
Phil Race
4635b34d7e
Added tag jdk-11+25 for changeset 331888ea4a78
2018-08-02 09:26:40 -07:00
Zhengyu Gu
23db5cd8a0
8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API)
...
Added missing header file
Reviewed-by: shade, gziemski
2018-08-02 11:13:00 -04:00
Markus Grönlund
e8dd517464
8207139: NMT is not enabled on Windows 2016/10
...
Reviewed-by: dcubed, zgu, dholmes
2018-08-02 09:49:04 +02:00
Phil Race
b6532bdf48
8204931: Colors with alpha are painted incorrectly on Linux
...
Reviewed-by: jdv, psadhukhan
2018-07-31 14:04:29 -07:00
Phil Race
542197c8ab
8208353: Upgrade JDK 11 to libpng 1.6.35
...
Reviewed-by: jdv, kaddepalli
2018-07-31 14:03:39 -07:00
Phil Race
06932ae37c
8208466: Fix potential memory leak in harfbuzz shaping
...
Reviewed-by: jdv, kaddepalli
2018-07-31 12:23:55 -07:00
Dmitry Samersoff
c57cfe6d14
8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch
...
Fixed unexpected parameter location in arm32 LIR_Assembler
Reviewed-by: dsamersoff, kvn
2018-07-31 21:23:56 +03:00
Jean Christophe Beyler
3d94ce71b5
8208249: TriggerUnloadingByFillingMetaspace generates garbage class names
...
Put a ThreadLocal around the object to be thread safe
Reviewed-by: tschatzl, iignatyev
2018-07-31 10:16:56 -07:00
Jean Christophe Beyler
fc9941ae72
8169004: Fix redundant @requires tags in tests
...
Reviewed-by: tschatzl, iignatyev
2018-07-31 12:24:47 -07:00
Jean Christophe Beyler
ec76c2046c
8069343: Improve gc/g1/TestHumongousCodeCacheRoots.java to use jtreg @requires
...
Remove client test entirely and clean up test
Reviewed-by: tschatzl, iignatyev
2018-08-01 09:23:24 -07:00
Jean Christophe Beyler
b184fceaa0
8208246: flags duplications in vmTestbase_vm_g1classunloading tests
...
Remove duplicate flags for the classunloading tests
Reviewed-by: tschatzl, iignatyev
2018-07-31 10:20:10 -07:00
Igor Ignatyev
d2dd5c4473
8208647: switch jtreg to 4.2b13
...
Reviewed-by: kvn, dholmes, ihse
2018-08-01 23:06:33 -07:00
Mikhailo Seledtsov
8a5467b9c2
8185531: [TESTBUG] Improve test configuration for shared strings
...
Added extra test configurations to the tests
Reviewed-by: iklam, gziemski
2018-08-01 19:07:27 -07:00
Kim Barrett
501fc494c0
8208611: Refactor SATBMarkQueue filtering to allow GC-specific filters
...
Add SATBMarkQueueFilter.
Reviewed-by: tschatzl, eosterlund, rkennke
2018-08-01 19:14:04 -04:00
Igor Ignatyev
65091f8c6d
8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode
...
Reviewed-by: kvn, tschatzl
2018-08-01 10:04:08 -07:00
Naoto Sato
4ab515f85c
8208080: Locale extensions via Service provider is not working for region extensions
...
Reviewed-by: rriggs, nishjain
2018-08-01 09:33:56 -07:00
Nishit Jain
b2a6aa3e80
8208560: ChoiceFormat class has unused constants needs cleanup
...
Reviewed-by: rriggs, naoto
2018-08-01 18:02:25 +05:30
Priya Lakshmi Muthuswamy
24fe001ecb
8208484: color contrast issues in a couple of spec files
...
Reviewed-by: jjg, ihse
2018-08-01 12:36:02 +05:30
David Buck
36b45330b8
8191006: hsdis disassembler plugin does not compile with binutils 2.29+
...
Update call to disassembler() function to match new signature used by Binutils
Reviewed-by: gromero, kvn
2018-08-01 02:21:02 -04:00
Weijun Wang
b9bfd45c73
8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
...
Reviewed-by: xuelei
2018-08-01 13:35:08 +08:00
David Buck
d4381002ac
8208541: non-ASCII characters in hsdis UPL text
...
Replace Unicode left/right double quote pair with normal ASCII double quotes
Reviewed-by: jrose
2018-08-01 01:40:44 -04:00
Daniel D. Daugherty
e7114f64f3
8208605: Fix for 8199868 breaks tier1 build
...
Move variable declarations to make studio compiler happy.
Reviewed-by: kbarrett
2018-07-31 17:07:43 -04:00
Coleen Phillimore
16f9e07ba1
8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
...
Fixed refactoring caused by JDK-8203820
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-07-31 15:57:52 -04:00
Harold Seigel
38db1d1620
8202171: Some oopDesc functions compare this with NULL
...
Add Method* parameter and made verify* methods static to avoid 'this' comparison with NULL, Added NULL checks before calling print_on() methods.
Reviewed-by: kbarrett, coleenp
2018-07-31 14:24:10 -04:00
Zhengyu Gu
b71f3e7104
8199868: Support JNI critical functions in object pinning API
...
Pin/unpin incoming array arguments of critical native JNI call
Reviewed-by: shade, adinn
2018-07-31 13:12:06 -04:00
Ekaterina Pavlova
e4521331a8
8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
...
Reviewed-by: kvn
2018-07-31 09:48:25 -07:00
Maurizio Cimadamore
9d25c65fda
8208524: IntelliJ support broken since 2018.2
...
Move build.xml out of .idea folder
Reviewed-by: stuefe
2018-07-31 16:49:51 +01:00
Harold Seigel
7d04a31fc8
8208399: Metadata methods print_(value_)on_maybe_null() compare 'this' to NULL
...
Add Method* parameter and make method static to avoid 'this' comparison with NULL
Reviewed-by: lfoltan, gziemski, coleenp
2018-07-31 09:55:09 -04:00
Zhengyu Gu
c9d506055c
8208499: NMT: Missing memory tag for Safepoint polling page
...
Added missing memory tag and cleanup memory type enum
Reviewed-by: shade, coleenp
2018-07-31 07:35:16 -04:00
Harold Seigel
c277f9ed8e
8207779: Method::is_valid_method() compares 'this' with NULL
...
Add Method* parameter and make method static to avoid 'thi's comparison with NULL
Reviewed-by: lfoltan, coleenp
2018-07-30 16:35:54 -04:00
Daniel D. Daugherty
30d46ba27b
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
...
Reviewed-by: cjplummer
2018-07-30 14:22:36 -04:00
Michal Vala
d86f3a8cb2
8208084: Windows build failure - "'snprintf': identifier not found"
...
Reviewed-by: kbarrett, coleenp
2018-07-30 14:08:30 -04:00
Daniel D. Daugherty
10592b0d36
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
...
Reviewed-by: cjplummer
2018-07-30 14:22:36 -04:00