[lworld] RFR: 8287692: Move Class primitive APIs to jdk.internal.value.PrimitiveClass [v7]

Roger Riggs rriggs at openjdk.org
Wed Sep 14 14:38:14 UTC 2022


> Move Class primitive APIs to jdk.internal.value.PrimitiveClass.
> 
> Update hotspot tests to use PrimitiveClass instead of Class.xxx methods.
> Add imports of jdk.internal.value.PrimitiveClass
> Add --add-exports java.base/jdk.internal.value=ALL-UNNAMED

Roger Riggs has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains ten additional commits since the last revision:

 - Merge branch 'lworld' into 8287692-rebased-primitive-class
 - whitespace cleanup
 - Include missing import/module
 - fix broken declaration
 - Cleanup whitespace
 - Cleanup PrimitiveClass declarations and fix compilation failures
 - Reverted unintentional whitespace changes
 - Cleanup based on review comments.
 - 8287692: Move Class primitive APIs to jdk.internal.value.PrimitiveClass
   
   Update hotspot tests to use PrimitiveClass
   Add imports of jdk.internal.value.PrimitiveClass
   Add --add-exports java.base/jdk.internal.value=ALL-UNNAMED

-------------

Changes:
  - all: https://git.openjdk.org/valhalla/pull/752/files
  - new: https://git.openjdk.org/valhalla/pull/752/files/9068edfb..aae5292b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=valhalla&pr=752&range=06
 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=752&range=05-06

  Stats: 54416 lines in 605 files changed: 24248 ins; 25482 del; 4686 mod
  Patch: https://git.openjdk.org/valhalla/pull/752.diff
  Fetch: git fetch https://git.openjdk.org/valhalla pull/752/head:pull/752

PR: https://git.openjdk.org/valhalla/pull/752



More information about the valhalla-dev mailing list