git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Thu Oct 29 17:43:17 UTC 2020


Changeset: 2a50c3f8
Author:    Xin Liu <xliu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2020-10-29 17:41:57 +0000
URL:       https://git.openjdk.java.net/mobile/commit/2a50c3f8

8241495: Make more compiler related flags available on a per method level

add more method-level options  for -XX:CompileCommand
eg. -XX:CompileCommand=option,java.lang.String::startsWith,BreakAtCompile directs JIT compilers to hit BREAKPOINT when they compile the method java.lang.String::startsWith.

Reviewed-by: neliasso, azeemj, phh

! src/hotspot/share/compiler/compilerDirectives.cpp
! src/hotspot/share/compiler/compilerDirectives.hpp

Changeset: b504bb8d
Author:    duke <duke at openjdk.org>
Date:      2020-10-29 17:42:42 +0000
URL:       https://git.openjdk.java.net/mobile/commit/b504bb8d

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list