Lana Steuck
|
b8b0d54e93
|
Merge
|
2016-08-18 21:33:36 +00:00 |
|
Vladimir Kozlov
|
c6d82df571
|
8162496: missing precedence edge for anti_dependence
Fix Implicit Null Check optimization code.
Reviewed-by: roland, aph
|
2016-08-18 14:31:02 -07:00 |
|
Lana Steuck
|
692e9367d0
|
Added tag jdk-9+132 for changeset a11ec8919fef
|
2016-08-18 21:01:21 +00:00 |
|
Coleen Phillimore
|
663f12c18e
|
8037138: x86: problem with JVMTI breakpoint
Do aload(0) after rewriting aload bytecodes to fast version for frequent pairs.
Reviewed-by: dlong, dholmes, dcubed
|
2016-08-18 10:47:09 -04:00 |
|
Dmitry Samersoff
|
16509e9432
|
Merge
|
2016-08-18 11:11:40 +00:00 |
|
Dmitry Samersoff
|
e29ddeca2c
|
8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
Add more diagnostic to attach code
Reviewed-by: dholmes, alanb
|
2016-08-18 14:07:00 +03:00 |
|
Dmitry Samersoff
|
c0cfad4f3d
|
8151345: compiler/codecache/jmx/PeakUsageTest.java is failing on jdk9/dev for JPRT -testset hotspot
Reviewed-by: sla, dsamersoff
|
2016-08-18 12:10:18 +03:00 |
|
Igor Ignatyev
|
c645d7bb87
|
8164035: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java failing with Agent JAR not found or no Agent-Class attribute
Reviewed-by: kvn
|
2016-08-18 11:26:35 +03:00 |
|
Nils Eliasson
|
ee1cbde17b
|
Merge
|
2016-08-17 22:34:33 +02:00 |
|
Vladimir Ivanov
|
e3d5b655af
|
8164103: C2: Broken cmpxchgb encoding on x86
Reviewed-by: kvn, shade, psandoz
|
2016-08-17 22:09:57 +03:00 |
|
Pavel Punegov
|
8474269d18
|
8156852: Convert JSON_test to Gtest
Convert test from InternalVMTests to Gtest
Reviewed-by: kvn, kzhaldyb
|
2016-08-17 18:48:34 +03:00 |
|
Hiroshi H Horii
|
4347d96655
|
8164920: ppc: enhancement of CRC32 intrinsic
Reviewed-by: goetz, mdoerr
|
2016-09-22 12:17:24 +02:00 |
|
Kishor Kharbas
|
f6ec56f5bb
|
8078122: YMM registers upper 128 bits may get clobbered by a JNI call on windows
Convert all XMM registers to be Save-on-Call on Win64.
Reviewed-by: kvn
|
2016-09-21 13:47:56 -07:00 |
|
Tobias Hartmann
|
466c23ffe0
|
8166046: [TESTBUG] compiler/stringopts/TestStringObjectInitialization.java fails with OOME
Reduced heap memory consumption of test.
Reviewed-by: kvn
|
2016-09-21 08:14:46 +02:00 |
|
Michael Berg
|
5b54998a23
|
8129376: SPECjvm98-client performance regression in 9-b66
Reviewed-by: kvn
|
2016-09-20 16:50:37 -07:00 |
|
Dean Long
|
e2e8ee17d0
|
Merge
|
2016-09-20 16:34:45 -04:00 |
|
Igor Ignatyev
|
f711aaa04c
|
8166164: compiler/compilercontrol/share/processors/LogProcessor.java does not close Scanner
Reviewed-by: kvn, ppunegov
|
2016-09-20 17:30:33 +03:00 |
|
Doug Simon
|
2c923c1c95
|
8165457: [JVMCI] increase InterpreterCodeSize for JVMCI
Reviewed-by: twisti
|
2016-09-19 13:26:37 -07:00 |
|
Vladimir Kozlov
|
de89ff8c55
|
8166096: variable tracking size limit exceeded in jvmciCompilerToVM.cpp
Turn off var-tracking-assignments for jvmciCompilerToVM.cpp
Reviewed-by: dlong
|
2016-09-16 21:10:56 -07:00 |
|
Doug Simon
|
037770a994
|
Merge
|
2016-09-14 19:55:08 +00:00 |
|
Doug Simon
|
d5ca7a299c
|
8165434: [JVMCI] remove uses of setAccessible
Reviewed-by: twisti, never
|
2016-09-14 12:34:37 -07:00 |
|
Vladimir Kozlov
|
5b7be48cdb
|
Merge
|
2016-09-14 20:22:53 +02:00 |
|
Doug Simon
|
a83ab529f9
|
8165755: [JVMCI] replace use of vm_abort with vm_exit
Reviewed-by: dholmes
|
2016-09-14 05:48:18 -07:00 |
|
Goetz Lindenmaier
|
474c035379
|
8165235: [TESTBUG] RTM tests must check OS version
Also change enabling RTM on Aix to OS version 7.2.
Reviewed-by: simonis, fzhinkin
|
2016-09-01 16:47:53 +02:00 |
|
Gustavo Romero
|
c6be265b46
|
8164987: RTM jtreg tests failing due to unnamed module unable to access class jdk.internal.misc.Unsafe
Reviewed-by: kvn
|
2016-09-08 18:17:50 -04:00 |
|
Jamsheed Mohammed C M
|
4ae6ce2b44
|
8164508: unexpected profiling mismatch in c1 generated code
Made 8027631 first arg skip applicable to not inlined virtual callsite too.
Reviewed-by: kvn
|
2016-09-09 06:11:54 -07:00 |
|
Michael Berg
|
6384a5d55d
|
8165565: Shorten branches causes incorrect code for SKX
Don't replace restoreMask CountedLoopEnd with short branches.
Reviewed-by: kvn
|
2016-09-07 12:23:25 -07:00 |
|
Vivek Deshpande
|
d58e3e0324
|
8154122: Intrinsify fused mac operations
Added FMA intrinsics on x86
Reviewed-by: kvn, aph, darcy
|
2016-08-26 12:17:50 -07:00 |
|
Tobias Hartmann
|
2eab293b99
|
Merge
|
2016-08-17 06:23:04 +00:00 |
|
Tobias Hartmann
|
be08874935
|
8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
Don't throw java_lang_VirtualMachineError during VM initialization.
Reviewed-by: zmajo, dlong, dholmes
|
2016-08-17 08:19:06 +02:00 |
|
Dean Long
|
28ccc9e20c
|
Merge
|
2016-08-16 17:54:08 +00:00 |
|
Andrew Haley
|
ad3fc31b3d
|
8164113: AArch64: follow-up the fix for 8161598
Reviewed-by: dlong
|
2016-08-16 17:31:57 +01:00 |
|
Dean Long
|
6e820bb025
|
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
Skip unwalkable frames in
Reviewed-by: fparain, coleenp, aph
|
2016-08-16 09:19:13 -07:00 |
|
Alejandro Murillo
|
72bb76c7d3
|
Merge
|
2016-08-16 08:08:00 -07:00 |
|
Harold Seigel
|
2a74c06b8d
|
8030221: Checking for anonymous class should check for NULL as well as potential nesting
Store the first non-anonymous class as the host when defining the anonymous class so don't need look for it later.
Reviewed-by: dholmes, lfoltan
|
2016-08-16 09:56:18 -04:00 |
|
Doug Simon
|
72dcc9193e
|
8163962: [JVMCI] integrate VarHandles
Add VarHandle support to JVMCI
Reviewed-by: psandoz, iveresov
|
2016-08-15 14:08:01 -07:00 |
|
Chris Plummer
|
e3c3a54f7a
|
8133740: NMT for Linux/x86/x64 and bsd/x64 slowdebug builds includes NativeCallStack::NativeCallStack() frame in backtrace
Skip an extra frame in _get_previous_fp() when it is not inlined.
Reviewed-by: dholmes, zgu
|
2016-08-15 13:14:08 -07:00 |
|
Chris Plummer
|
eabe746ff6
|
8133747: NMT includes an extra stack frame due to assumption NMT is making on tail calls being used
Better frame skipping logic in NativeCallStack::NativeCallStack.
Reviewed-by: dholmes, zgu
|
2016-08-15 13:13:48 -07:00 |
|
Chris Plummer
|
2a46a44214
|
8133749: os::current_frame() is not returning the proper frame on ARM and solaris-x64
Need to go up one extra frame to be consistent with other platforms.
Reviewed-by: dholmes, zgu
|
2016-08-15 13:06:50 -07:00 |
|
Erik Joelsson
|
d57ddc21e8
|
8069540: Remove universal binaries support from hotspot build
Reviewed-by: tbell, dholmes, dcubed
|
2016-08-15 16:15:16 +02:00 |
|
Nils Eliasson
|
61066d3795
|
8156659: assert(CodeCache::find_blob_unsafe(_pc) == _cb) failed: inconsistent
Stackwalking from corrupt frame
Reviewed-by: dlong, thartmann
|
2016-08-15 16:04:16 +02:00 |
|
Kirill Zhaldybin
|
fe2f936875
|
8163860: Convert TestOldFreeSpaceCalculation_test to GTest
Reviewed-by: iignatyev, dfazunen
|
2016-08-15 13:18:35 +03:00 |
|
Kim Barrett
|
ea503006dd
|
8155043: BitMap set operations assume clear bits beyond unaligned end
Be more circumspect in handling of sets with unaligned sizes.
Reviewed-by: stefank, jmasa
|
2016-08-14 21:19:42 -04:00 |
|
Alejandro Murillo
|
2d36c89f18
|
Merge
|
2016-08-12 13:58:14 -07:00 |
|
Michael Haupt
|
27eec4e5c6
|
8163533: jdk.vm.ci.hotspot.test.MethodHandleAccessProviderTest fails on jdk9/dev
Reviewed-by: shade
|
2016-08-12 08:59:20 -07:00 |
|
Igor Veresov
|
19d25373bf
|
Merge
|
2016-08-11 16:22:08 -07:00 |
|
Daniel D. Daugherty
|
7cd5a9a0f4
|
Merge
|
2016-08-11 21:35:09 +02:00 |
|
Daniel D. Daugherty
|
d05e00ca76
|
8163879: quarantine serviceability/sa/sadebugd/SADebugDTest.java since it hangs intermittently
Reviewed-by: hseigel
|
2016-08-11 12:27:20 -07:00 |
|
Lana Steuck
|
7de6180d5c
|
Merge
|
2016-08-11 17:02:27 +00:00 |
|
Lois Foltan
|
35c7012a32
|
Merge
|
2016-08-11 16:13:05 +00:00 |
|