Jesper Wilhelmsson
4519090804
Merge
2017-02-09 23:35:22 +01:00
Alan Bateman
9db79d57c8
8173393: Module system implementation refresh (2/2017)
...
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Reviewed-by: lfoltan, acorn, mchung
2017-02-10 09:03:55 +00:00
Brent Christian
113673d854
Merge
2017-01-31 20:04:54 +00:00
Brent Christian
c38ccc4fb0
8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
...
Reviewed-by: coleenp, mchung
2017-01-31 11:50:42 -08:00
Tobias Hartmann
ecea08b5c2
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
...
Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE.
Reviewed-by: vlivanov
2017-01-31 18:42:45 +01:00
Vladimir Ivanov
81e25c58fb
8173404: C2: wrong nmethod dependency can be recorded for CallSite.target
...
Reviewed-by: kvn
2017-01-30 16:04:22 +03:00
Tom Rodriguez
3f2d357f28
8173584: Add unit test for 8173309
...
Reviewed-by: kvn
2017-01-30 10:30:24 -08:00
Jini George
f02b7dfba7
8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
...
Create a new heapdump segment and truncate huge arrays if required, to avoid overflow of the 32 bit value representing the size.
Reviewed-by: dholmes, dsamersoff
2017-01-30 13:48:14 +05:30
Dmitrij Pochepko
54f50066eb
8173399: Jittester: sources should be aligned with latest product state
...
Reviewed-by: kvn
2017-01-27 18:44:15 +03:00
Jesper Wilhelmsson
9d799dc14f
Merge
2017-01-24 00:30:28 +01:00
Roland Westrelin
9b352ebabe
8173147: [ctw] fails during compilation of sun.security.krb5.internal.crypto.RsaMd5DesCksumType::calculateKeyedChecksum with " graph should be schedulable"
...
Loads generated at uncommon trap from eliminated arraycopy have incorrect memory state
Reviewed-by: thartmann
2017-01-24 09:40:05 +01:00
Tobias Hartmann
a84b66b517
8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling
...
Regression test and additional asserts. The problem is fixed by 8087341.
Reviewed-by: kvn
2017-01-25 07:05:38 +01:00
Jamsheed Mohammed C M
ac41b68c15
8173300: [TESTBUG]compiler/tiered/NonTieredLevelsTest.java fails with compiler.whitebox.SimpleTestCaseHelper(int) must be compiled
...
Corrected available compilation levels for client builds.
Reviewed-by: kvn
2017-01-24 20:47:24 -08:00
Vladimir Kozlov
94db4c91c3
8173158: [AOT] fix typo in jaotc --help output
...
Reviewed-by: rbackman
2017-01-24 17:19:01 -08:00
Tom Rodriguez
56be1a28df
8171173: EXCEPTION_ACCESS_VIOLATION running VirtualObjectDebugInfoTest.java
...
Reviewed-by: kvn
2017-01-24 08:51:07 +00:00
Doug Simon
1cd0ad5c34
8172733: [JVMCI] add ResolvedJavaMethod.hasNeverInlineDirective
...
Reviewed-by: kvn
2017-01-22 21:40:59 +01:00
Vladimir Kozlov
a81872e33e
8173135: compiler/aot/fingerprint/SelfChangedCDS.java fails with: Unrecognized VM option 'UnlockCommercialFeatures'
...
Move aot/fingerprint tests to closed since they use commercial feature.
Reviewed-by: iveresov
2017-01-21 15:08:53 -08:00
Jamsheed Mohammed C M
5796b2e174
8173038: [TESTBUG] compiler/loopopts/UseCountedLoopSafepointsTest.java fails with TESTBUG: Not server mode
...
Remove wrong extra check that got added as part of JDK-8166002 emulated client on win32.
Reviewed-by: kvn
2017-01-19 21:52:51 -08:00
David Holmes
35fa509305
8172972: Add gc/g1/logging/TestG1LoggingFailure.java to the ProblemList
...
Reviewed-by: kbarrett
2017-01-19 18:52:16 -05:00
George Triantafillou
f0f0950183
8152206: Simplify jvmstat modules
...
Reviewed-by: alanb, mchung, hseigel
2017-01-19 10:56:32 -05:00
Rickard Bäckman
9b81c0637e
8169588: [AOT] jaotc --classpath option is confusing
...
Reviewed-by: kvn, dlong
2017-01-05 08:37:10 +01:00
Andreas Woess
2259b96a70
8172751: OSR compilation at unreachable bci causes C1 crash
...
Bailout if OSR entry is unreachable.
Reviewed-by: thartmann
2017-01-19 08:10:11 +01:00
Jamsheed Mohammed C M
197ce5bafa
8166002: Emulate client build on platforms with reduced virtual address space
...
The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov
2017-01-17 21:38:07 -08:00
Harold Seigel
c95329970d
8172288: Fix Jigsaw related module/package error messages and throw correct exceptions
...
Reword error messages and throw IllegalStateExceptions where appropriate
Reviewed-by: alanb, acorn, lfoltan, gtriantafill
2017-01-13 07:19:03 -05:00
Rachel Protacio
f0136f8b69
8170821: Ensure access checks result in consistent answers
...
Added jtreg test to verify consistent access check results even when access is added between checks
Reviewed-by: hseigel, lfoltan
2017-01-12 14:04:08 -05:00
Dmitry Fazunenko
a10dc731d4
Merge
2017-01-12 10:31:00 +00:00
Dmitry Fazunenko
3ccbc26ee9
8169643: [TESTBUG] GCBasher test fails with G1, CMS and Serial
...
Reviewed-by: tschatzl, iignatyev, mchernov
2017-01-12 09:53:01 +03:00
Andrew Haley
b9f711fc74
8172144: AArch64: Implement "JEP 270: Reserved Stack Areas for Critical Sections"
...
Reviewed-by: fparain
2017-01-11 15:09:58 +00:00
Igor Ignatyev
8ab1255ff1
8172557: quarantine ctw/JarDirTest
...
Reviewed-by: ctornqvi
2017-01-11 17:43:36 +03:00
Dmitrij Pochepko
dbec733773
8166374: compiler/loopopts/UseCountedLoopSafepointsTest.java fails with "Safepoint not found"
...
Reviewed-by: thartmann
2017-01-10 20:45:04 +03:00
Kirill Zhaldybin
3dfc3e19ff
8172098: A lot of gtests uses TEST instead of TEST_VM
...
Reviewed-by: iignatyev
2016-12-28 19:13:34 +03:00
Tobias Hartmann
5b1d170deb
8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC
...
Fixed several issues with PatchALot or unaligned accesses on SPARC.
Reviewed-by: kvn
2017-01-06 10:55:30 +01:00
Tobias Hartmann
f238905f2b
8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1"
...
Disabled probabilistic profiling to ensure recompilation of AOT compiled method.
Reviewed-by: kvn, iveresov
2017-01-05 09:25:36 +01:00
Coleen Phillimore
08aa21deb7
8172246: [TESTBUG] runtime/RedefineTests/RedefinePreviousVersions.java 'Class unloading: has_previous_versions = true' missing from stdout/stderr
...
Add boolean to gate redefinition start
Reviewed-by: sspitsyn, dholmes
2017-01-04 21:13:04 -05:00
Vladimir Kozlov
b58bb4740e
8172054: Aot tests should include Java assertions into AOT compiled code
...
Reviewed-by: iveresov
2017-01-04 11:44:26 -08:00
Goetz Lindenmaier
0d99993d6e
8172049: [s390] Implement "JEP 270: Reserved Stack Areas for Critical Sections"
...
Reviewed-by: mdoerr
2016-12-27 16:10:59 +01:00
Rahul Raghavan
0f853d0c94
8156762: test/compiler/ciReplay/TestVMNoCompLevel.java fails with - 'Unexpected exit code for negative case: [-client]: expected 0 to not equal 0'
...
Corrected CLIENT_VM_AVAILABLE case
Reviewed-by: dpochepk, zmajo
2017-01-02 00:26:40 -08:00
Igor Ignatyev
475d592e3d
8172149: CTW library should call System::exit
...
Reviewed-by: vlivanov
2016-12-30 20:11:49 +03:00
Igor Ignatyev
0f4b983549
Merge
2016-12-23 22:28:07 +00:00
Boris Molodenkov
f805a3a054
8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
...
Reviewed-by: kvn
2016-12-21 15:01:01 +03:00
George Triantafillou
89bfef80d0
8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration
...
Reviewed-by: sspitsyn, dholmes
2016-12-22 11:37:49 -05:00
Dmitry Fazunenko
f82263efb8
8170860: Get rid of the humanReadableByteCount() method in openjdk/hotspot
...
Reviewed-by: mgerdin, mchernov
2016-12-22 10:17:18 +00:00
Kirill Zhaldybin
4e860e58a3
8170936: Logging: LogFileOutput.invalid_file_test crashes when executed twice
...
Reviewed-by: iignatyev, stuefe
2016-12-21 11:51:57 +03:00
Kirill Zhaldybin
c2a96c7fca
8171517: test_logMessageTest.cpp has "ac_heapanied" instead of "accompanied" inside copyright notice
...
Reviewed-by: sspitsyn, jprovino
2016-12-21 11:51:57 +03:00
David Holmes
b72bbb7b30
8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java
...
Reviewed-by: mr
2016-12-20 20:42:15 -05:00
Jesper Wilhelmsson
3bfd349b45
Merge
2016-12-20 22:53:45 +01:00
Jesper Wilhelmsson
4106c6bc9b
Merge
2016-12-19 00:49:34 +01:00
Jesper Wilhelmsson
a6fc4ec215
Merge
2016-12-18 15:37:50 +01:00
Thomas Stuefe
eeb6e2f01f
8171225: [aix] Fix gtests compile error on AIX 7.1 with xlC 12
...
Help xlC understand gtest asserts
Reviewed-by: erikj, dholmes, simonis
2016-12-18 10:57:49 +01:00
Dmitrij Pochepko
973b6f24d0
8170886: compiler/ciReplay/TestSAServer.java intermittently throws NumberFormatException
...
Reviewed-by: thartmann
2016-12-20 17:35:20 +03:00