[code-reflection] RFR: Experiment with replacing textual representation in classfile with method that builds the model [v15]

Mourad Abbay mabbay at openjdk.org
Tue Dec 10 14:06:15 UTC 2024


> Experiment with replacing textual representation in classfile with method that builds the model.
> Note: This PR is based on changes from #272.

Mourad Abbay has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 24 commits:

 - Merge branch 'code-reflection' into ir-builder-expriment
   
   # Conflicts:
   #	src/jdk.incubator.code/share/classes/jdk/incubator/code/bytecode/BytecodeGenerator.java
   #	test/jdk/java/lang/reflect/code/bytecode/TestVarArg.java
 - Merge branch 'code-reflection' into ir-builder-expriment
 - Remove unused class
 - ignore transformed classfiles
 - Separate transformation from testing
 - Add script for running text to code builder on hat examples
 - Remove unused method.
 - Write the columns names after all processing is done
 - Write data to csv file
 - Modify the script to run on all compiler tests classes one by one
 - ... and 14 more: https://git.openjdk.org/babylon/compare/b99e2711...2e11695e

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

Changes: https://git.openjdk.org/babylon/pull/274/files
  Webrev: https://webrevs.openjdk.org/?repo=babylon&pr=274&range=14
  Stats: 289 lines in 11 files changed: 288 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/babylon/pull/274.diff
  Fetch: git fetch https://git.openjdk.org/babylon.git pull/274/head:pull/274

PR: https://git.openjdk.org/babylon/pull/274


More information about the babylon-dev mailing list