forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test copyright check [skip ci] #8
Open
AdamBrousseau
wants to merge
2,464
commits into
master
Choose a base branch
from
jenkins_copyrights_testbranch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pport_arm Temporarily disable J9VM_PORT_OMRSIG_SUPPORT on ARM
Enable GCC-7.3 toolchain for Linux PPC LE in Jenkins files
Deprecate longRegAllocation optimization
Add constant dynamic unit tests
Fix Bug with Condy Primitive Long and Double
Dispatch direct (private) calls in x86 PicBuilder
The only reference was in DebugExt, but its value was always NULL. Signed-off-by: Daryl Maier <[email protected]>
Delete unused cache of CodeCacheManager from PersistentInfo
Signed-off-by: Keith W. Campbell <[email protected]>
- Update all subset entries in playlist.xml - Replace JAVA_VERION with JDK_VERSION in build.xml - Update mkgen.pl and testKitGen.pl - Update readme - Rename file names that contain SE version [ci skip] Signed-off-by: Renfei Wang <[email protected]>
Signed-off-by: Keith W. Campbell <[email protected]>
- Use CFR_CONSTANT_Class instead of CFR_CONSTANT_UTF8 Signed-off-by: Jack Lu <[email protected]>
Allow relocation of ClassUnload assumptions
Use general GC_ClassIterator Iterator to scan class
We no longer even have aspp on AIX, and this conflicts with the .dbg extension used by DDR. Signed-off-by: Mike Zhang <[email protected]>
Signed-off-by: hangshao <[email protected]>
This relocates a J2I (JIT to interpreter) virtual thunk pointer along with a nearby constant pool address and index. The relocation is necessary because with nestmates, the data consumed by PicBuilder now contains a J2I thunk pointer, which is used for direct dispatch in case the callee has not yet been compiled. No such relocations are created yet. That will be done in each code generator's call snippet code. Signed-off-by: Devin Papineau <[email protected]>
Remove .dbg target using aspp from targets.mk.ftl
Replace prefix for GC related VMState definitions from J9 to OMR as far as all of them have been moved to OMR. Signed-off-by: Dmitri Pivkine <[email protected]>
Fixes: eclipse-openj9#2704 [ci skip] Signed-off-by: lanxia <[email protected]>
…r "jenkins". Container can build JDK8, 10, 11, and run system and functional tests. The "authorized_keys" file has been moved to "buildenv/jenkins/authorized_keys", so all Dockerfiles access the same file. Signed-off-by: Colton Mills <[email protected]>
…d-tx Execute read barrier for constrained TX within the GS event handler
Add rdbar/rdbari opcodes
Fix Nesthost constant pool entry type
Add TR_J2IVirtualThunkPointer relocation kind
Signed-off-by: Devin Papineau <[email protected]>
SLOW_JIT_HELPER_EPILOGUE() for impl_jitClassCastException(), fixing it. Signed-off-by: Victor Ding <[email protected]>
Adjust use of internal methods in String.lines()
Dockerfile will copy known_hosts file provided by user, into the docker container The purpose of this is to prevent an error while cloning from github. Signed-off-by: Colton Mills <[email protected]>
Dockerfile will copy known_hosts file provided by user, into the docker container. Also an example known_hosts file has been added to buildenv/jenkins/ containing the github host key. The purpose of this is to prevent an error while cloning from github. Signed-off-by: Colton Mills <[email protected]>
Optimized Reference ArrayCopy on X86
Update link to get ASM-7.0 from Beta release page
Updated Dockerfile to copy known_hosts file s390x ubuntu16
Updated Dockerfile to copy known_hosts file
The logic for determining if FSD is enabled is backwards. [ci skip] Signed-off-by: Graham Chapman <[email protected]>
Uses j.s.ProtectionDomain.impliesWithAltFilePerm() to ensure FilePermission compatibility after JDK-8164705. Signed-off-by: Jason Feng <[email protected]>
- Adds ability to pass a TESTS_TARGETS with '+jitaas' in the name - Sets flag TEST_FLAG=JITAAS and passes to Test job Issue eclipse-openj9#2893 Related adoptium/aqa-tests#584, eclipse-openj9#3059 [skip ci] Signed-off-by: Adam Brousseau <[email protected]>
…_support Parse test target for jitaas flag
Remove obsolete Panama build spec
Use ProtectionDomain.impliesWithAltFilePerm()
Update JIT makefiles to allow building on OSX
- Minimally we need to pass ARTIFACTORY_SERVER to the test jobs in order for them to upload test artifacts to Artifactory. - Write the rest of the Artifactory variables to the build env for future use. - We have the option to pass more of these variables in the future if we wish. See - adoptium/aqa-tests#591 - adoptium/aqa-tests#561 - eclipse-openj9#1017 [skip ci] Signed-off-by: Adam Brousseau <[email protected]>
- YYYYMMDD-HHMMSS - Affects the SDK filenames as well as the merge date on the OMR tags - Move function to be reusable Signed-off-by: Adam Brousseau <[email protected]>
Update the code style to be consistent with nearby code. Signed-off-by: Victor Ding <[email protected]>
Fix inverted FSD test in DTFJ
To support the upcoming 0.10.0 release for issue eclipse-openj9#2765 Modifications made to the 0.9.0 release notes to add and fix some links to binaries at AdoptOpenJDK. [skip-ci] Signed-off-by: Sue Chaplain <[email protected]>
Release notes for 0.10.0
Extract common failure patterns
…rtifactory_info Pass Artifactory details to Test jobs
…a_slash_sdk_url Remove extra slashes in CUSTOMIZED_SDK_URL
Style update of jitReferenceArrayCopy on X86
[skip ci] Fixes eclipse-openj9#3114 Signed-off-by: Adam Brousseau <[email protected]>
Signed-off-by: Dan Heidinga <[email protected]>
…mp_iso8601 Fix datestamp to be ISO8601
Add mac osx `PLATFORM-oa64` to the jpp config
…tory_setup Only set Artifactory env variables if they are not null
Signed-off-by: Adam Brousseau <[email protected]>
AdamBrousseau
force-pushed
the
jenkins_copyrights_testbranch
branch
from
October 4, 2018 17:44
ca47814
to
63db8e8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Adam Brousseau [email protected]