Skip to content

Commit

Permalink
Merge pull request #8776 from ChengJin01/mh_lookup_update_jdk14_v0.19…
Browse files Browse the repository at this point in the history
….0-release

[v0.19.0-release] Update the Lookup specific code against the JDK14 Spec
  • Loading branch information
DanHeidinga committed Mar 6, 2020
2 parents 421081a + a5e251f commit 882cb5e
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 71 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*[INCLUDE-IF]*/
#
# Copyright (c) 1998, 2019 IBM Corp. and others
# Copyright (c) 1998, 2020 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -397,10 +397,11 @@ K065P=The external parameter types of body: {0} doesn't match the external param
K065Q=The loop body must be non-null
K065R=The requested lookup mode: 0x{0} is not one of the existing access modes: 0x{1}
K065S=Both the requested class and the caller lookup must not be null
K065T=The target class: {0} must not be a primitive type or an array class
K065T=The requested class: {0} must not be a void type, primitive type or an array class
K065U=The module: {0} containing the old lookup can't read the module: {1}
K065V=The package: {0} containing the target class is not opened to the module: {1}
K065W=The access mode: 0x{0} of the caller lookup doesn't have the MODULE mode : 0x{1}
K065W1=The access mode: 0x{0} of the caller lookup doesn't have the PRIVATE & MODULE mode : 0x{1}
K065W2=The access mode: 0x{0} of the caller lookup doesn't have the MODULE mode : 0x{1}
K065X=The class byte array must not be null
K065Y1=The access mode: 0x{0} of the lookup class doesn't have the PACKAGE mode: 0x{1}
K065Y2=The class byte array is corrupted
Expand All @@ -418,6 +419,7 @@ K0678=Class '{0}' no access to: '{1}'
K0679=Module '{0}' no access to: package '{1}' because module '{0}' can't read module '{2}'
K0680=Class '{0}' no access to: class '{1}'
K0681=Failed to build collector
K0682=The requested lookup class must not be null

#java.lang.StackWalker
K0639="Stack walker not configured with RETAIN_CLASS_REFERENCE"
Expand Down

0 comments on commit 882cb5e

Please sign in to comment.